diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2019-02-22 23:39:09 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2019-02-22 23:39:09 +0300 |
commit | c5f8da70da78110dbbaa74ff4ebce6edf5d04be8 (patch) | |
tree | b92284c60efec9652ab313ad032b833ddbbff3f2 /README.md | |
parent | f21a5030355d27d9562cc62643db0380dc58a84b (diff) | |
download | libADLMIDI-c5f8da70da78110dbbaa74ff4ebce6edf5d04be8.tar.gz libADLMIDI-c5f8da70da78110dbbaa74ff4ebce6edf5d04be8.tar.bz2 libADLMIDI-c5f8da70da78110dbbaa74ff4ebce6edf5d04be8.zip |
Rhythm-mode percussion now works!
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -173,6 +173,12 @@ To build that example you will need to have installed SDL2 library. * Add support of MIDI Format 2 files # Changelog +## 1.4.1 dev + * Drum note length expanding is now supported in real-time mode (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) + * Channels manager has been improved (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) + * Nuked OPL3 1.8 emulator got some optimizations ported from 1.7 where they are was applied previously (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) + * Reworked rhythm-mode percussions system, WOPL banks with rhythm-mode percussions + ## 1.4.0 2018-10-01 * Implemented a full support for Portamento! (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) * Added support for SysEx event handling! (Thanks to [Jean Pierre Cimalando](https://github.com/jpcima) for a work!) |