aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-09-01 11:10:03 +0300
committerWohlstand <admin@wohlnet.ru>2020-09-01 11:10:03 +0300
commitf3c36fd37be2c68ed2f5443cd026ef77af4eb4c7 (patch)
treeffb0f3ff59cba638314b83456a3c001a7e7d6e22 /README.md
parent735082ffbd1e96c6c59618035163b57815f0db80 (diff)
downloadlibADLMIDI-f3c36fd37be2c68ed2f5443cd026ef77af4eb4c7.tar.gz
libADLMIDI-f3c36fd37be2c68ed2f5443cd026ef77af4eb4c7.tar.bz2
libADLMIDI-f3c36fd37be2c68ed2f5443cd026ef77af4eb4c7.zip
Changelog update
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5d5d1b5..cfa921f 100644
--- a/README.md
+++ b/README.md
@@ -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!)