diff options
author | Wohlstand <admin@wohlnet.ru> | 2021-01-24 21:40:00 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2021-01-24 21:40:00 +0300 |
commit | c375ab993e3eb4c04e5407580c03891d3c30baf8 (patch) | |
tree | 66e4e92b1c4ea5cdc3aea2e48fe1df840b5258a1 /README.md | |
parent | 831964b94a4c5abcf4e4e3c223bdbb2e02bbcfca (diff) | |
download | libADLMIDI-c375ab993e3eb4c04e5407580c03891d3c30baf8.tar.gz libADLMIDI-c375ab993e3eb4c04e5407580c03891d3c30baf8.tar.bz2 libADLMIDI-c375ab993e3eb4c04e5407580c03891d3c30baf8.zip |
Added an ability to disable auto-arpeggio
Backported from libOPNMIDI
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -178,6 +178,9 @@ To build that example you will need to have installed SDL2 library. * Add support of MIDI Format 2 files # Changelog +## 1.5.1 dev + * Added an ability to disable the automatical arpeggio + ## 1.5.0.1 2020-10-11 * Fixed an incorrect timer processing when using a real-time interface @@ -305,4 +308,3 @@ To build that example you will need to have installed SDL2 library. ## 1.0.0 2015-10-10 * First release of library - |