From 9cd892706bf782c8a0e47731bd71e629d505c5cf Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Wed, 15 Feb 2017 16:19:08 +0300 Subject: 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. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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) -- cgit v1.2.3