QLab AppleScript: Switch cueList <next cue list-II>
Notice
I apologize in advance that English is not my first language and Please excuse me for my poor writing.
It is just a suggestion.
-> Written in Japanese: QLab AppleScript: cueListの切り替え <next cue list-II>
Activate the specified cue list using script cue in QLab4.
Read me!!→About Qlab AppleScript
**Release Note**: 2020/4/2
AppleScript
Enter this Script into script tab in script cue.
set nextcueList to "Target_cueList"
set selectcueNumber to "Select_CueNumber"
tell application id "com.figure53.QLab.4" to tell front workspace
set selected to item 1 of (get every cue of (every cue list whose q name is nextcueList) whose q number is selectcueNumber)
go
end tell
Setting
- Enter this script into [Script]Tab of [Inspecta].
- Set values in this script.
- Set the cue list name you need activate to Target_cueList in
set nextcueList to "Target_cueList"
- Compile the script with "Compile Script" button.
→ The script executable when Successfully compiled. is displayed.
Variable
-
Target_cueList
- Required
- Set the name of target cueList.
- The cueList name can set Japanese or character string.
- Escape with backslash (\), if the name used double-quote("").
e.g.) If the cue list name is BGM "Monday":set nextcueList to "BGM \"Monday\""
-
Select_CueNumber
- Required
- Set the cue number to select.
- The cue number can set Japanese or character string.
Option
- Add
go
nextset selected to item 1 of (get every cue of (every cue list ~
to Go the cue of the activation cue list at the same time as running the script cue. - You need standby in the selected state, comment out (
--go
).
Environment
- macOS Mojave (10.14.6)
- QLab 4.6.11
Thanks
Author And Source
この問題について(QLab AppleScript: Switch cueList <next cue list-II>), 我々は、より多くの情報をここで見つけました https://qiita.com/kooky_mice/items/7f506ff23316969c8895著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .