Hi guys,
Thanks for this great software.
I have successfully sent a MTC full frame message via /mtc timecode
and a quarter frame message via /sysex msg
. I learned the hexadecimal code of quarter frame from here. But when I want to send continuous quarter frame, I don't know how to deal with them in JavaScript.
Is it possible to use a MIDI message to send a continuous quarter frame after the full frame? For example:
Add some parameters in /mtc
, like /mtc startTime duration fps
;
Use a message /stopMtc
to stop it.
Thanks for any help.