aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-08-21 00:01:17 +0300
committerWohlstand <admin@wohlnet.ru>2020-08-21 00:01:17 +0300
commit5ab3afa77e91ea4f7a64769ac8a1ac016e29bfeb (patch)
tree3b13599898e8d37fb1f7054a0770546d3c6e0601 /README.md
parent8cc347e887afaaeb4a4bd2cdd8967ed8e93be1b8 (diff)
downloadlibADLMIDI-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index db07572..2f00e5f 100644
--- a/README.md
+++ b/README.md
@@ -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!)