diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-05-31 03:36:40 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-05-31 03:36:40 +0300 |
commit | 17127e55c549ea59bb43bb6da7d06f11fd84db53 (patch) | |
tree | 353e15187ffcf67cb24696be8d0a4eab43667a46 /README.md | |
parent | 91d6cdb84996710e993ccdf85203ac65c3238457 (diff) | |
download | libADLMIDI-17127e55c549ea59bb43bb6da7d06f11fd84db53.tar.gz libADLMIDI-17127e55c549ea59bb43bb6da7d06f11fd84db53.tar.bz2 libADLMIDI-17127e55c549ea59bb43bb6da7d06f11fd84db53.zip |
Implement correct support for after-touch feature
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ To build that example you will need to have installed SDL2 library. * Fixed incorrect 4-op counter which is still catch 4-op instruments on 2-op banks * Fixed an incorrect processing of auto-flags * Fixed incorrect initial MIDI tempo when MIDI file doesn't includes the tempo event + * Channel and Note Aftertouch features are now supported correctly! Aftertouch is the tremolo / vibrato, NOT A VOLUME! ## 1.3.2 2018-04-24 * Added ability to disable MUS and XMI converters |