Загрузка страницы

QLab: Arm + Disarm cues faster with hotkeys!

Become a faster QLab programmer by building your own custom hotkeys!

You can arm or disarm your selected cue(s) by creating custom hotkeys in a separate Cue List.

The free version of QLab 4 places limits on script cue usage, so this requires a paid license of QLab.

The Figure53 QLab 4 AppleScript Dictionary can be found here:
http://figure53.com/docs/qlab/v4/scripting/applescript-dictionary-v4/
or accessed by opening Script Editor on your Mac as demonstrated in the video.

Any questions big or small, please leave them in the comments section! And hit like if you learned something.

"Arm Selected Cues" script:
tell application id "com.figure53.QLab.4" to tell front workspace
set theSelection to (selected as list)
repeat with eachCue in theSelection
set armed of eachCue to true
end repeat
end tell

"Disarm Selected Cues" script:
tell application id "com.figure53.QLab.4" to tell front workspace
set theSelection to (selected as list)
repeat with eachCue in theSelection
set armed of eachCue to false
end repeat
end tell

Видео QLab: Arm + Disarm cues faster with hotkeys! канала Sam Schloegel
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
10 апреля 2019 г. 4:30:56
00:02:05
Яндекс.Метрика