In Remix's MIDI API, it is possible to output the events in the MIDI file as text. As it stands right now, elapsed MIDI clocks relative to the last event are only reported on note_on and note_off events, but not any other types of events. I am wanting to be able to convert relative MIDI clocks to absolute MIDI clocks in what I am developing, but tempo and controller events in particular are yielding unaccounted-for MIDI clocks. Changing the API to report MIDI clocks on all events would go a long way for me.
Thanks in advance.
-- JDS