diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-10-26 03:17:15 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-10-26 03:17:15 +0300 |
commit | d9a000cc0a6a8aae37f34c4cc6e23797a1ceb8c9 (patch) | |
tree | 7fc7899b2a68250666b939bc151ae797814e5f8f /README.md | |
parent | 650d6b913504f37ed84c5f855a85aa00d9dc34d8 (diff) | |
download | libADLMIDI-d9a000cc0a6a8aae37f34c4cc6e23797a1ceb8c9.tar.gz libADLMIDI-d9a000cc0a6a8aae37f34c4cc6e23797a1ceb8c9.tar.bz2 libADLMIDI-d9a000cc0a6a8aae37f34c4cc6e23797a1ceb8c9.zip |
Continue works on loop points and some clean-up
- Added more detailed error information while parsing MIDI file
- Added abiltiy to retrieve loop points time positions
- Added ability to change playing tempo by giving multiplier
- Removed old commented code
TODO:
- implement meta-information store and a way to retreive it
- implement hook-ability for every MIDI event
- implement ability to mute/solo every channel
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -129,6 +129,8 @@ To build that example you will need to have installed SDL2 library. * Added ability to get seconds time position and song length * Added seekability support * 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) * ... ## 1.2.1 2017-07-30 |