diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-02-15 16:19:08 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-02-15 16:19:08 +0300 |
commit | 9cd892706bf782c8a0e47731bd71e629d505c5cf (patch) | |
tree | 5d83247581e0b9a513be0ea38135afa3c94b440f /README.md | |
parent | ba0b0c4d5c1e8c8926c6838dddb0f6abdbccd9f2 (diff) | |
download | libADLMIDI-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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |