diff options
author | Vitaly Novichkov <Wohlstand@users.noreply.github.com> | 2015-10-10 22:43:58 +0300 |
---|---|---|
committer | Vitaly Novichkov <Wohlstand@users.noreply.github.com> | 2015-10-10 22:43:58 +0300 |
commit | d716cff85d2bca7b5684835be6b617b459c089fe (patch) | |
tree | 642f3f416b5d483e11cbf0880f353855418a51cb /README.md | |
parent | 906e02f02e95544819effe5239db13f94ee28c8c (diff) | |
download | libADLMIDI-d716cff85d2bca7b5684835be6b617b459c089fe.tar.gz libADLMIDI-d716cff85d2bca7b5684835be6b617b459c089fe.tar.bz2 libADLMIDI-d716cff85d2bca7b5684835be6b617b459c089fe.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ To build that example you will need to have installed SDL2 library. # Todo * Fix infinite loop causes swapped loopEnd and loopStart (when loopEnd goes before loopStart) +* Fix sielent volume tracks (when initial voule is zero, tracks wouldn't be playd even after applying fading in volume events) +* Add support of MIDI Format 2 files (FL Studio made MIDI-files are wired and opening of those files making lossy of tempo and some meta-information events) * Time based Seek/Tell support * Support of title and other meta-tags retrieving * Support of real-time listening of incoming MIDI-commands. |