-
Hi, I'm trying to solve iPad Cubasis to PC/Mac Studio One sync. One is using Midi Clock (sending a position as well) while the other is receiving only Midi Time Code MTC. Is there a support for MTC in this library? I would like to convert Midi Clock data to Time Code data: https://www.reddit.com/r/ipadmusic/comments/voj799/ipad_sync_to_studio_one_mac_only_is_ok_win_is/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is support in the sense that Control Surface allows you to send and receive MTC messages, using the sendMTCQuarterFrame() and sendSysEx() functions for sending, and the appropriate callbacks when receiving. |
Beta Was this translation helpful? Give feedback.
There is support in the sense that Control Surface allows you to send and receive MTC messages, using the sendMTCQuarterFrame() and sendSysEx() functions for sending, and the appropriate callbacks when receiving.