Qlab 4 script to Stop all running cues

1,082 views
Skip to first unread message

stuartca...@gmail.com

unread,
Apr 13, 2019, 7:21:43 AM4/13/19
to QLab
Hello,

I've used Qlab for a number of years but I've never used script cues within it.

I need to program a hot key on an external keypad that can essentially emergency stop all running cues and I believe a script cue can do this? although I'm having problems making it work! 

I'm using the below script which I found online but it does not seem to work, am I doing something wrong or missing something?

tell application "QLab" set cueList to current cue list of workspace 1 set mySel to cues of cueList repeat with myCue in mySel if running of myCue and q type of myCue is not "Script" then stop myCue end if end repeat end tell

Do I need to replace anything within that generic script which is specific to my workspace/file or should it just work?

(I'm running Qlab 4 and my workspace has light, sound and video cues in, if this makes any difference)

any help greatly appreciated!

Thanks

Stuart

micpool

unread,
Apr 13, 2019, 7:30:03 AM4/13/19
to QLab
It’s easier to just use a network cue with OSC sent to localhost, with the trigger set to your hotkey.

/panic

Mic

stuartca...@gmail.com

unread,
Apr 13, 2019, 7:36:27 AM4/13/19
to QLab
Hello, thanks for replying, can you explain how to do that please? sorry thank you!

Stu

stuartca...@gmail.com

unread,
Apr 13, 2019, 7:37:52 AM4/13/19
to QLab
no worries, figured it out! very straight forward solution. thanks!

micpool

unread,
Apr 13, 2019, 7:58:24 AM4/13/19
to QLab
Or even simpler if the cues you want to stop are in a single list

Use a stop or fade cue targeting the cue list.

Mic
Reply all
Reply to author
Forward
0 new messages