aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-06-23 09:01:35 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-06-23 09:01:35 +0300
commitefbbd382b84b73d706a16fb54c51bf48df7b22cf (patch)
treea74b62392daac515a7e5f9a8845d1f3977b8f146 /README.md
parent128c07275d7e48675113f67e2cb945b53109cb7b (diff)
downloadlibADLMIDI-efbbd382b84b73d706a16fb54c51bf48df7b22cf.tar.gz
libADLMIDI-efbbd382b84b73d706a16fb54c51bf48df7b22cf.tar.bz2
libADLMIDI-efbbd382b84b73d706a16fb54c51bf48df7b22cf.zip
Added support for CC67-SoftPedal
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 3106ba1..ff9f82d 100644
--- a/README.md
+++ b/README.md
@@ -156,6 +156,7 @@ To build that example you will need to have installed SDL2 library.
* Added support for GS way of custom drum channels (through SysEx events)
* 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)
## 1.3.3 2018-06-19
* Fixed an inability to load another custom bank without of library re-initialization