diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-24 02:13:08 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-06-24 02:13:08 +0300 |
commit | 76eb1a12ef6e6a3f8c7f6c0a226fc5b35dd99536 (patch) | |
tree | 2dbc8cc9489557d7136a83b88905bbf52db91d07 | |
parent | d519f6816e6dbc27ecfa81d2493ae4f40be7f497 (diff) | |
download | libADLMIDI-76eb1a12ef6e6a3f8c7f6c0a226fc5b35dd99536.tar.gz libADLMIDI-76eb1a12ef6e6a3f8c7f6c0a226fc5b35dd99536.tar.bz2 libADLMIDI-76eb1a12ef6e6a3f8c7f6c0a226fc5b35dd99536.zip |
Readme note about CMF fix
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ To build that example you will need to have installed SDL2 library. * Ignore some NRPN events and lsb bank number when using GS standard (after catching of GS Reset SysEx call) * Added support for CC66-Sostenuto controller (Pedal hold of currently-pressed notes only while CC64 holds also all next notes) * Added support for CC67-SoftPedal controller (SoftPedal lowers the volume of notes played) + * Fixed correctness of CMF files playing ## 1.3.3 2018-06-19 * Fixed an inability to load another custom bank without of library re-initialization |