Track

48 views
Skip to first unread message

Terence Revill

unread,
Sep 15, 2022, 4:13:08 AM9/15/22
to ql...@googlegroups.com
Hi Everyone

Is there anyway to lock in a track while its playing so if you hit the space bar by mistake the other track will not play until the first track ends.

Thank you
Terry


micpool

unread,
Sep 15, 2022, 4:36:30 AM9/15/22
to QLab
Disable the space bar in settings key map
( and if you are worried about accidental operation disable all the other shortcuts as well)

Make  a script cue  triggered by the space bar  with this script

tell application id "com.figure53.QLab.4" to tell front workspace 
  set thecues to cues whose running is true and q type is "audio" as list 
  if the (count of thecues) < 1 then start (first cue whose q name is "Main Cue List") 
  end if 
end tell

This checks to see if an audio cue is playing and if there are none, starts the main cue list (equivalent to a GO)

Mic

Terence Revill

unread,
Sep 15, 2022, 5:52:32 AM9/15/22
to ql...@googlegroups.com
Thank you Mic


--
Contact support anytime: sup...@figure53.com
Follow QLab on Twitter: https://twitter.com/QLabApp
User Group Code of Conduct: https://qlab.app/code-of-conduct/
---
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/ed1cfc87-4ac2-40a8-95df-e0cc01cc3f01n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages