aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-11-18 03:07:42 +0300
committerWohlstand <admin@wohlnet.ru>2017-11-18 03:07:42 +0300
commit855b2b3d7da9589c5ace30684102f4f1f740e9df (patch)
treebeb1fb7e4b9e42091f30dffeff1ed2a020b5d815
parent018ca3b55d5a521c9fef72afaa401822a4beca97 (diff)
downloadlibADLMIDI-855b2b3d7da9589c5ace30684102f4f1f740e9df.tar.gz
libADLMIDI-855b2b3d7da9589c5ace30684102f4f1f740e9df.tar.bz2
libADLMIDI-855b2b3d7da9589c5ace30684102f4f1f740e9df.zip
Readme update
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa62041..880cd80 100644
--- a/README.md
+++ b/README.md
@@ -146,6 +146,8 @@ To build that example you will need to have installed SDL2 library.
* Added ะก++ Extra public API which now includes instrument testing feature (which is required by classic ADLMIDI utility)
* Multi-bank WOPL files now supported! Feel free to implement GS or XG - compatible bank
* 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
## 1.2.1 2017-07-30
* Minor fixes