aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-06-23 06:40:38 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-06-23 06:40:38 +0300
commit81de53333e075b4f9c947267ddf6d2704a13940a (patch)
tree907e8a9c7373b92efa20681bb90c733e6499208a /README.md
parentf6c6b70c488ba392236e1a4f5d2a32ceda00bf24 (diff)
downloadlibADLMIDI-81de53333e075b4f9c947267ddf6d2704a13940a.tar.gz
libADLMIDI-81de53333e075b4f9c947267ddf6d2704a13940a.tar.bz2
libADLMIDI-81de53333e075b4f9c947267ddf6d2704a13940a.zip
Changelog notes
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49e5d61..73a0724 100644
--- a/README.md
+++ b/README.md
@@ -152,6 +152,10 @@ To build that example you will need to have installed SDL2 library.
# Changelog
## 1.4.0 <dev>
* Implemented a full support for Portamento! (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!)
+ * Added support for SysEx event handling! (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!)
+ * 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)
## 1.3.3 2018-06-19
* Fixed an inability to load another custom bank without of library re-initialization