aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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