diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-09-03 00:46:53 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-09-03 00:46:53 +0300 |
commit | add55f65c5727bfab338be16e6548f9af8756048 (patch) | |
tree | 3955e14974ffacab98a7939e1c23fb637c68fc30 /README.md | |
parent | 9d34329f81f9d2588c27d828aaaf3a3d5f222da3 (diff) | |
download | libADLMIDI-add55f65c5727bfab338be16e6548f9af8756048.tar.gz libADLMIDI-add55f65c5727bfab338be16e6548f9af8756048.tar.bz2 libADLMIDI-add55f65c5727bfab338be16e6548f9af8756048.zip |
Fixed an incorrect logic of CC121
Issue #227
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -189,6 +189,7 @@ To build that example you will need to have installed SDL2 library. * Removed C++ extras. C++-binded instruments tester is useless since a real-time MIDI API can completely replace it * Added AIL volume model * Added Generic FM variant of Win9X volume model + * Fixed an incorrect work of CC-121 (See https://github.com/Wohlstand/libADLMIDI/issues/227 for details) ## 1.4.0 2018-10-01 * Implemented a full support for Portamento! (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) |