aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-07-26 02:51:35 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-07-26 02:51:35 +0300
commite4a72fd8329fa9c47409fce3b88236d594471d9b (patch)
tree1153f83a7505771846dc28dac7a7d7a2be96a4bf /README.md
parent553826d16b96fb43a2d18b497c31279b03ee5cb9 (diff)
downloadlibADLMIDI-e4a72fd8329fa9c47409fce3b88236d594471d9b.tar.gz
libADLMIDI-e4a72fd8329fa9c47409fce3b88236d594471d9b.tar.bz2
libADLMIDI-e4a72fd8329fa9c47409fce3b88236d594471d9b.zip
Changelog note
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ee422a7..ac4269b 100644
--- a/README.md
+++ b/README.md
@@ -174,6 +174,7 @@ To build that example you will need to have installed SDL2 library.
* Added API to disable specific MIDI tracks or play one of MIDI tracks solo
* Added support for more complex loop (loopStart=XX, loopEnd=0). Where XX - count of loops, or 0 - infinite. Nested loops are supported without of any limits.
* XMIDI now supports loops
+ * Added working implementation of TMB's velocity offset
## 1.3.3 2018-06-19
* Fixed an inability to load another custom bank without of library re-initialization