micpool schrieb am Samstag, 11. Dezember 2021 um 17:35:58 UTC+1:
Logic Pro Transport can be controlled by MMC (MIDI Machine Control)
You enable this on a per project Basis in Logic in File/project settings/synchronisation/MIDI/Listen to MMC Input.
MMC isa subset of MIDI System Exclusive Messages. QLab can send MIDI Sysex so can therefore send MMC
Send MIDI to any IAC Bus if running QLab and Logic on the same machine, or route through an interface.
The MIDI sysex is 7F 7F 06 02 XX
where XX is one of the following bytes which Logic Pro will respond to
01 Stop
02 Play
04 Next Bar
05 Previous Bar
06 Record Start (AKA Punch In) can be used from Stop
07 Record Exit (AKA Punch out)
44 06 01 HH MM SS FF ff Goto (AKA Locate)
Where HH.....ff is the time e.g. 44 06 01 01 00 00 00 00 will locate 1 Hour i.e the default beginning of the track
You can then use cues to control the Logic transport from QLab , Wall clock triggers on cues to schedule recordings, or the technique in this thread to Schedule recordings using Calendar via QLab
Screen recording attached