Posts

Showing posts from July, 2021

QLab Load Time Scrip

Image
After using QLab for a few years, I noticed a recurring theme during tight cue-to-cue rehearsals. Directors and designers would constantly ask, "Can we just jump to the last 10 or 15 seconds of this cue so we can see the next transition?" While QLab has an excellent built-in "Load to time" function, digging through menus to type in a timestamp takes too long when you need to react in a split second. I needed a hotkey solution. I dove into QLab scripting, and with some incredible help from the Figure 53 support team, I built an script that handles this instantly. Below is an video and explanation of how the script works, why it's built the way it is, and how you can use it to speed up your tech rehearsals. Below is an example to load the selected cue to the last 10 seconds. tell application id "com.figure53.QLab.4" to tell front workspace     try         repeat with currentCue in (selected as list)         ...