diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-08-30 20:20:50 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-08-30 20:21:33 +0300 |
commit | f8bf13beafd9f837212c08f38798a5e781d7b5e5 (patch) | |
tree | b3612fe4a178a00682fb3568deb527166f71045f /README.md | |
parent | 82fa5cb3e0859942fc6b353a3138aae8c10520a3 (diff) | |
download | libADLMIDI-f8bf13beafd9f837212c08f38798a5e781d7b5e5.tar.gz libADLMIDI-f8bf13beafd9f837212c08f38798a5e781d7b5e5.tar.bz2 libADLMIDI-f8bf13beafd9f837212c08f38798a5e781d7b5e5.zip |
Improved an accuracy of Apogee volume model
include the bug of AM instruments
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -184,8 +184,9 @@ To build that example you will need to have installed SDL2 library. * Reworked rhythm-mode percussions system, WOPL banks with rhythm-mode percussions * Added Public Domain Opal OPL3 emulator made by Reality (a team who originally made the Reality Adlib Tracker) (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) * Added LGPL licensed JavaOPL3 emulator made by Robson Cozendey in Java and later rewritten into C++ for GZDoom (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) - * Fixed an accuracy of the DMX volume model + * Fixed an accuracy of the DMX volume model, include the buggy AM intepretation * Fully rewritten an embedded banks database + * Improved an accuracy of Apogee volume model, include the bug of AM instruments ## 1.4.0 2018-10-01 * Implemented a full support for Portamento! (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) |