diff options
author | Wohlstand <admin@wohlnet.ru> | 2016-12-06 20:13:02 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2016-12-06 20:13:02 +0300 |
commit | abee80062051164aa4931527a54c07046dbc1394 (patch) | |
tree | 18d59e00318781a166590d4c17b49ca138ddfc2a /README.md | |
parent | 20aff6650e77940237f696e33728a85b1f566fa9 (diff) | |
download | libADLMIDI-abee80062051164aa4931527a54c07046dbc1394.tar.gz libADLMIDI-abee80062051164aa4931527a54c07046dbc1394.tar.bz2 libADLMIDI-abee80062051164aa4931527a54c07046dbc1394.zip |
Added Nuked OPL3 emulator (which is more accurate than DosBox's)
Also:
- Fixed warnings in the CLang code model plugin for Qt Creator
- Fixed bend coefficient which caused incorrect hi-hats in DMX banks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -72,6 +72,11 @@ To build that example you will need to have installed SDL2 library. to play any MIDI via this library. # Changelog +## 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 + * Fixed bend coefficient which makes hi-hats in DOOM banks be incorrectly + ## 1.0.3 2016-08-06 * Added handling of 111'th controller as "loopStart" (which used by RPG-Maker) * Fixed infinite loop caused by blank MIDI-files (add extra second of waiting if over 10000 0-waiting loops are been detected) |