Applescript or OSC to switch cue lists

132 views
Skip to first unread message

Andy Evan Cohen

unread,
Apr 7, 2022, 2:20:34 AM4/7/22
to QLab

I'm running a show with multiple cue lists, and would like to automate switching between them (so for example, a cue could autofollow into a script or OSC cue which changes to the next cue list.)

I'm looking to replicate the same behavior as if you were to click on the desired cue list in the cue list window (rather than just playing the cues in a different cue list while the current one stays active.)

Any suggestions? Thanks!


micpool

unread,
Apr 7, 2022, 2:51:28 AM4/7/22
to QLab
tell application id "com.figure53.QLab.4" to tell front workspace
    set the current cue list to (first cue list whose q name is "Cue List X") -- change string to name of your cue list.
end tell

Andy Evan Cohen

unread,
Apr 8, 2022, 12:06:02 PM4/8/22
to QLab
That worked perfectly- thanks Mic!
Reply all
Reply to author
Forward
0 new messages