Change group colour when fired

97 views
Skip to first unread message

Chris Williams

unread,
Jun 10, 2022, 6:24:56 AM6/10/22
to QLab
Hi all,

Looking for a script or OSC command to change the colour name of a group cue when it is fired. However, I don't want to use cue numbers if possible, so the order can be easily changed as needed. 

Thank you for your help. 

micpool

unread,
Jun 10, 2022, 7:20:44 AM6/10/22
to QLab
This in a script cue placed in the group you want to color


tell application id "com.figure53.QLab.4" to tell front workspace
    set theGroup to parent of (last item of (cues whose running is true and q type is "script"))
    if the q type of theGroup is not "group" then return
    set the q color of theGroup to "red"
end tell

Chris Williams

unread,
Jun 10, 2022, 5:17:55 PM6/10/22
to ql...@googlegroups.com
Perfect Mic.

Thank you very much. 😀 

--
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/9c92d16d-4d8f-4dce-8ca5-cf6185ce6f7bn%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages