diff options
author | Wohlstand <admin@wohlnet.ru> | 2016-12-09 19:15:39 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2016-12-09 19:15:39 +0300 |
commit | 28a253742adfb1ac6199b0f068701f071db6299b (patch) | |
tree | 2416032bd117123cce143d1705fb88ebef295f54 /README.md | |
parent | 6793da0556d1821b2d8d79886ab67a7598e30f35 (diff) | |
download | libADLMIDI-28a253742adfb1ac6199b0f068701f071db6299b.tar.gz libADLMIDI-28a253742adfb1ac6199b0f068701f071db6299b.tar.bz2 libADLMIDI-28a253742adfb1ac6199b0f068701f071db6299b.zip |
Added a changalbe volume ranges model
(to allow banks play sound be more native like to their original implementations)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,6 +74,9 @@ To build that example you will need to have installed SDL2 library. to play any MIDI via this library. # Changelog +## 1.1.1 2016-12-09 + * Added a changable volume ranges models (Automatic for some banks, Generic, CMF, DMX, Apogee and 9X) + ## 1.1.0 2016-12-06 * Added Nuked OPL3 emulator which is more accurate (but requires more CPU power, therefore kept ability to use DosBox OPL3 via macro) * Fixed warnings of CLang code model plugin |