QLab Applescript - tell "this" workspace

290 views
Skip to first unread message

jonathan....@gmail.com

unread,
May 8, 2016, 2:01:17 PM5/8/16
to QLab
Hi all,
I'm working on an installation project with Lemur and QLab where I will have multiple QLab workspaces running on one computer, but controlled by different iPads/Lemurs. As part of the control system there are several script cues in each QLab workspace, each of which is intended to affect cues in its own respective workspace. Unfortunately, the only way I know how to start a script cue is with the classic "tell front workspace" line, which of course just addresses whichever workspace is frontmost. 
Is there something else I can start my scripts with that will address the same workspace the script cue is in? Like " tell this workspace" or "tell parent workspace" or something?
Any help is very much appreciated!
Thanks,
Jon


micpool

unread,
May 8, 2016, 2:13:35 PM5/8/16
to QLab
You can  tell workspace explicitly with their filenames

tell application id "com.figure53.qlab.3" to tell workspace "Number one.cues"
go
end tell

Mic

jonathan....@gmail.com

unread,
May 9, 2016, 7:53:37 AM5/9/16
to QLab
Awesome thank you!
Reply all
Reply to author
Forward
0 new messages