diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-09-01 11:10:03 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-09-01 11:10:03 +0300 |
commit | f3c36fd37be2c68ed2f5443cd026ef77af4eb4c7 (patch) | |
tree | ffb0f3ff59cba638314b83456a3c001a7e7d6e22 /README.md | |
parent | 735082ffbd1e96c6c59618035163b57815f0db80 (diff) | |
download | libADLMIDI-f3c36fd37be2c68ed2f5443cd026ef77af4eb4c7.tar.gz libADLMIDI-f3c36fd37be2c68ed2f5443cd026ef77af4eb4c7.tar.bz2 libADLMIDI-f3c36fd37be2c68ed2f5443cd026ef77af4eb4c7.zip |
Changelog update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -182,10 +182,11 @@ 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, include the buggy AM intepretation - * Fully rewritten an embedded banks database + * Fully rewritten an embedded bank database format, embedded banks now supports a wider set (more than 127:127 instruments in one bank) + * Improved an accuracy of the DMX volume model, include the buggy AM intepretation * Improved an accuracy of Apogee volume model, include the bug of AM instruments - * Removed C++ extras. C++-binded instruments tester is useless since a real-time MIDI API can completely replace it. + * Improved an accuracy of Win9X volume model + * Removed C++ extras. C++-binded instruments tester is useless since a real-time MIDI API can completely replace it ## 1.4.0 2018-10-01 * Implemented a full support for Portamento! (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) |