sending MIDI time code with rwmidi
in
Contributed Library Questions
•
2 years ago
i am wondering if it is possible to send MIDI timecode with rwmidi?
i am trying to render a processing sketch to disk, while keeping in sync with timing from an external midi sequencer (ableton live) --- since rendering to disk is quite slow, i need to be able to progress the timeline in ableton 1 step once a frame is rendered in processing...
rwmidi has possibilities of sending sysex msgs, which looks like what i need:
http://en.wikipedia.org/wiki/MIDI_timecode
but i have no experience with this, and compiling bytes like this seems a bit intimidating. so i guess i am looking for examples of MIDI timecode signals via sysex?
anyone?
/j
1