aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-09-03 00:46:53 +0300
committerWohlstand <admin@wohlnet.ru>2020-09-03 00:46:53 +0300
commitadd55f65c5727bfab338be16e6548f9af8756048 (patch)
tree3955e14974ffacab98a7939e1c23fb637c68fc30 /README.md
parent9d34329f81f9d2588c27d828aaaf3a3d5f222da3 (diff)
downloadlibADLMIDI-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index d34e64e..65218e5 100644
--- a/README.md
+++ b/README.md
@@ -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!)