aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-08-30 20:20:50 +0300
committerWohlstand <admin@wohlnet.ru>2020-08-30 20:21:33 +0300
commitf8bf13beafd9f837212c08f38798a5e781d7b5e5 (patch)
treeb3612fe4a178a00682fb3568deb527166f71045f /README.md
parent82fa5cb3e0859942fc6b353a3138aae8c10520a3 (diff)
downloadlibADLMIDI-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.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2733f97..21bb6ed 100644
--- a/README.md
+++ b/README.md
@@ -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!)