aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-11-26 03:08:47 +0300
committerWohlstand <admin@wohlnet.ru>2017-11-26 03:08:47 +0300
commitb92cc8e942b91268b096757fe22aca8368ea3de6 (patch)
tree086ee97fed7ed2aad2e64e8870021ba032fd9c59 /README.md
parent52bbba002d7f39334e833f3ec9e1de010d161bdf (diff)
parent5fa684bd2732f638763cd62bed831ccc6aafc0bf (diff)
downloadlibADLMIDI-b92cc8e942b91268b096757fe22aca8368ea3de6.tar.gz
libADLMIDI-b92cc8e942b91268b096757fe22aca8368ea3de6.tar.bz2
libADLMIDI-b92cc8e942b91268b096757fe22aca8368ea3de6.zip
Merge branch 'master' into get-rid-of-backup-buffer
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