aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-11-25 03:59:25 +0300
committerWohlstand <admin@wohlnet.ru>2017-11-25 03:59:25 +0300
commit9166fd48255c7002ba9fbc7a4679a49da544e8c3 (patch)
treef6e836fc6f644600cfcc9218eec833bbd16f3845 /README.md
parentb456f06aaf89b4db0ddbba86bba2e141a46bec2b (diff)
downloadlibADLMIDI-9166fd48255c7002ba9fbc7a4679a49da544e8c3.tar.gz
libADLMIDI-9166fd48255c7002ba9fbc7a4679a49da544e8c3.tar.bz2
libADLMIDI-9166fd48255c7002ba9fbc7a4679a49da544e8c3.zip
Experimental: Added Brightness CC74 controller support
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 6aac14f..b601ece 100644
--- a/README.md
+++ b/README.md
@@ -149,6 +149,7 @@ To build that example you will need to have installed SDL2 library.
* Added support for DJGPP compiler to build libADLMIDI for DOS to use hardware OPL3 chip
* Added XG percussion bank channel handling support, XG MIDI files are using custom percussion channels are now playing fine!
* Fixed damaged playback while loop music caused by state of controllers came from end of current melody
+ * Added Brightness (CC74) controller which will affect modulator scale
## 1.2.1 2017-07-30
* Minor fixes