aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Novichkov <Wohlstand@users.noreply.github.com>2015-10-10 22:43:58 +0300
committerVitaly Novichkov <Wohlstand@users.noreply.github.com>2015-10-10 22:43:58 +0300
commitd716cff85d2bca7b5684835be6b617b459c089fe (patch)
tree642f3f416b5d483e11cbf0880f353855418a51cb
parent906e02f02e95544819effe5239db13f94ee28c8c (diff)
downloadlibADLMIDI-d716cff85d2bca7b5684835be6b617b459c089fe.tar.gz
libADLMIDI-d716cff85d2bca7b5684835be6b617b459c089fe.tar.bz2
libADLMIDI-d716cff85d2bca7b5684835be6b617b459c089fe.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 61def85..3b87384 100644
--- a/README.md
+++ b/README.md
@@ -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.