diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2017-12-16 23:49:55 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2017-12-16 23:49:55 +0300 |
commit | 71600cfd7b252d8e39f2020f7ca0ffe2671e7fc8 (patch) | |
tree | 77ba612f1d6fd989f702a1d7151f421c099658d6 /README.md | |
parent | 3fd4b920df90c0e5bd36272e5aa791883c469c3e (diff) | |
download | libADLMIDI-71600cfd7b252d8e39f2020f7ca0ffe2671e7fc8.tar.gz libADLMIDI-71600cfd7b252d8e39f2020f7ca0ffe2671e7fc8.tar.bz2 libADLMIDI-71600cfd7b252d8e39f2020f7ca0ffe2671e7fc8.zip |
Correct the changelog
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ To build that example you will need to have installed SDL2 library. # Changelog ## 1.3.1 2017-12-16 - * Added Real-Time MIDI API (MIDI event functions and adl_generate() to generate PCM between of event rows) + * Added Real-Time MIDI API (MIDI event functions and adl_generate() to generate PCM between of event rows) which allows you to implement plugin for media players or even a real time MIDI playing driver. * Fixed some bugs * Fixed initialization that allows to use adl_generate without passing of any files. * No more extra output buffer is used between of PCM output requests |