aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-02-15 16:19:08 +0300
committerWohlstand <admin@wohlnet.ru>2017-02-15 16:19:08 +0300
commit9cd892706bf782c8a0e47731bd71e629d505c5cf (patch)
tree5d83247581e0b9a513be0ea38135afa3c94b440f /README.md
parentba0b0c4d5c1e8c8926c6838dddb0f6abdbccd9f2 (diff)
downloadlibADLMIDI-9cd892706bf782c8a0e47731bd71e629d505c5cf.tar.gz
libADLMIDI-9cd892706bf782c8a0e47731bd71e629d505c5cf.tar.bz2
libADLMIDI-9cd892706bf782c8a0e47731bd71e629d505c5cf.zip
Fixed logarithmic volumes flag and added support for XMI and MUS formats
MUS playing was totally invalid: the MUS data are completely different from regular MIDI data. Now is added a right converter which results a MIDI data which can be played correctly.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6e258a7..9562497 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,11 @@ To build that example you will need to have installed SDL2 library.
to play any MIDI via this library.
# Changelog
+## 1.2.0 2017-02-15
+ * Fixed 12'th bank where are drums and melodic sets are was swapped
+ * Fxied logariphmic volumes flag which autoreseted to false on playing begin moment
+ * Added TRUE support for MUS and XMI formats (added the conversion functions to make right MIDI data to play it)
+
## 1.1.1 2016-12-09
* Added a changable volume ranges models (Automatic for some banks, Generic, CMF, DMX, Apogee and 9X)