aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-05-31 03:36:40 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-05-31 03:36:40 +0300
commit17127e55c549ea59bb43bb6da7d06f11fd84db53 (patch)
tree353e15187ffcf67cb24696be8d0a4eab43667a46 /README.md
parent91d6cdb84996710e993ccdf85203ac65c3238457 (diff)
downloadlibADLMIDI-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b0f0036..fe48a4d 100644
--- a/README.md
+++ b/README.md
@@ -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