Age | Commit message (Collapse) | Author |
|
|
|
Issue #227
|
|
|
|
|
|
This code piece should simplify a dealing with MIDI libraries
TODO: Modify some content of adl_playFormat() to use this feature
|
|
|
|
|
|
|
|
|
|
|
|
Old code have allowed track titles be passed for only case debug message
hook was set. Unfortunately, it's a mistake. Track titles collection
must NOT depend on a debug message hook existing.
|
|
|
|
|
|
|
|
When opening another file with using of same instance, the position is getting be incorrect.
|
|
#175
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
split-midi-sequencer-and-sysex-2
# Conflicts:
# src/adlmidi_midiplay.cpp
# src/adlmidi_private.hpp
|
|
|
|
|
|
|
|
|
|
TODO:
- implement C bindings for most of class functions
- test it in work on any different synthesizer
|