Re: [QLab] Creating a latch switch

83 views
Skip to first unread message
Message has been deleted
Message has been deleted

Sam Kusnetz

unread,
Feb 27, 2017, 9:24:46 AM2/27/17
to hxw, ql...@googlegroups.com
Hello Person-who-hasn’t-revealed-their-name

If your script works, then that’s terrific. I wanted to make sure you were aware, though, that in QLab 4, you can set a cue to respond to a second trigger while it’s running. This is done in the lower right corner of the inspector.

Cheerio
Sam

Sam Kusnetz | Figure 53

On February 27, 2017 at 6:51:05 AM, hxw (h...@isendoorn.nl) wrote:

Is it possible to create a latch switch hotkey? 

For example:

  • pressing a hotkey will fire a folder containing 
    • Cue to start a video
    • OSC cue to turn on the lights from a light console.

  • pressing the same hotkey a second time will fire another folder containing 
    • a cue to stop the video
    • OSC cue to turn off the light again. 




--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: http://twitter.com/Figure53
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/331a824d-8ee0-441c-8271-05390f33f17e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Message has been deleted

hxw

unread,
Feb 27, 2017, 10:20:19 AM2/27/17
to QLab
Last question, I don't want to target cue's by number like I did (cue "200"), but by name. How can I do that? 



Op maandag 27 februari 2017 12:51:03 UTC+1 schreef hxw:

Sam Kusnetz

unread,
Feb 27, 2017, 10:57:11 AM2/27/17
to hxw, ql...@googlegroups.com

On February 27, 2017 at 10:20:21 AM, hxw (h...@isendoorn.nl) wrote:

Last question, I don't want to target cue's by number like I did (cue "200"), but by name. How can I do that? 


Cues do not have to have unique names, so this isn’t really possible in a reliable way.

Maik Waschfeld

unread,
Feb 27, 2017, 11:30:25 AM2/27/17
to ql...@googlegroups.com
Hi hxw,

Last question, I don't want to target cue's by number like I did (cue "200"), but by name. How can I do that? 

IIRC, „200“ is just one way of naming in the number-field.
QLab accepts names like „this cue“ in the number-field, too.

So, your script works too like this:
tell application "QLab 3.2"
tell front workspace
if running of cue "this cue" then
start cue "that cue"
else
start cue "this cue"
end if
end tell
end tell


With kindest regards…
…Maik Waschfeld

(sent from my MBAir11)


Rich Walsh

unread,
Feb 27, 2017, 4:54:12 PM2/27/17
to ql...@googlegroups.com
The QLab 4 behaviour wouldn’t have helped anyway: no way to fire a different OSC command on retrigger…

There a few ways of doing this without using AppleScript – for example, each Group Cue could disarm itself and arm the other – but I think the most elegant is to put the two Group Cues in a separate cue list (with a GoTo Cue to loop round) and set the hotkey on that list. Each press of the hotkey toggles between starting the first or second group.

Rich

On 27 Feb 2017, at 14:31, hxw <h...@isendoorn.nl> wrote:

Hi Sam,

I'm currently working in Qlab 3.

Grtz Wouter
Reply all
Reply to author
Forward
0 new messages