diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-08-21 00:01:17 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-08-21 00:01:17 +0300 |
commit | 5ab3afa77e91ea4f7a64769ac8a1ac016e29bfeb (patch) | |
tree | 3b13599898e8d37fb1f7054a0770546d3c6e0601 /README.md | |
parent | 8cc347e887afaaeb4a4bd2cdd8967ed8e93be1b8 (diff) | |
download | libADLMIDI-5ab3afa77e91ea4f7a64769ac8a1ac016e29bfeb.tar.gz libADLMIDI-5ab3afa77e91ea4f7a64769ac8a1ac016e29bfeb.tar.bz2 libADLMIDI-5ab3afa77e91ea4f7a64769ac8a1ac016e29bfeb.zip |
Make DMX volume model be more accurate
(thanks to NukeYKT for a hint)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -183,6 +183,7 @@ 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 ## 1.4.0 2018-10-01 * Implemented a full support for Portamento! (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) |