aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2017-12-16 23:49:55 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2017-12-16 23:49:55 +0300
commit71600cfd7b252d8e39f2020f7ca0ffe2671e7fc8 (patch)
tree77ba612f1d6fd989f702a1d7151f421c099658d6 /README.md
parent3fd4b920df90c0e5bd36272e5aa791883c469c3e (diff)
downloadlibADLMIDI-71600cfd7b252d8e39f2020f7ca0ffe2671e7fc8.tar.gz
libADLMIDI-71600cfd7b252d8e39f2020f7ca0ffe2671e7fc8.tar.bz2
libADLMIDI-71600cfd7b252d8e39f2020f7ca0ffe2671e7fc8.zip
Correct the changelog
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0ce45c0..2a08d0d 100644
--- a/README.md
+++ b/README.md
@@ -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