aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-11-01 21:13:16 +0300
committerWohlstand <admin@wohlnet.ru>2017-11-01 21:13:16 +0300
commit7905ca7fc396903d5d622f522cc27401de1d3e78 (patch)
treed5ca4c44816c94dd7e38baa719d23c02b74a9284
parent5177f65bab98b5b72bded7594af3680c1766bdb3 (diff)
downloadlibADLMIDI-7905ca7fc396903d5d622f522cc27401de1d3e78.tar.gz
libADLMIDI-7905ca7fc396903d5d622f522cc27401de1d3e78.tar.bz2
libADLMIDI-7905ca7fc396903d5d622f522cc27401de1d3e78.zip
Readme change
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e1ece46..0b74490 100644
--- a/README.md
+++ b/README.md
@@ -105,11 +105,10 @@ To build that example you will need to have installed SDL2 library.
* [ADLMIDI Player for Android](https://github.com/Wohlstand/ADLMIDI-Player-Java/releases) - a little MIDI-player for Android which uses libADLMIDI to play MIDI files and provides flexible GUI with ability to change bank, flags, number of emulated chips, etc.
# Todo
-* Add hooks to places where are originally was old UI calls to be able to reimplement original ADLMIDI tool which will use libADLMIDI as backend and also to be able to implement various other things based on MIDI event hooking.
+* Reimplement original ADLMIDI with using of new hooks of libADLMIDI
* Implement WOPL Version 3 which will contain pre-calculated `ms_sound_kon` and `ms_sound_koff` values per every instrument.
* Implement multi-bank to support GS or XG standards.
* 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)
-* Support of title and other meta-tags retrieving
* Support of real-time listening of incoming MIDI-commands.
That will allow to use library as software MIDI Output device
to play any MIDI via this library.
@@ -130,6 +129,8 @@ To build that example you will need to have installed SDL2 library.
* Fixed IMF playing when passing file as path nor as memory block
* Added ability to get time position of every loop point if presented
* Added ability to change playing tempo by giving multiplier (how faster or slower than original)
+ * Added support for meta-tags getting: title, copyright, track titles, and markers with time and ticks positions
+ * Added hooks to increase advandate of The Library: MIDI-event, Note, and Debug-Message hooks!
* ...
## 1.2.1 2017-07-30