Skip to content

Skip Disarmed Cues.applescript

antoniondc edited this page Oct 29, 2025 · 1 revision

description: Jump to the next cue if the current cue is disarmed. Intended for binding to space bar. author: Mic Pool version: "1.5" source: https://qlab.app/cookbook/space-hijack/ testedqlab: "4.7" testedmacos: 10.15.7 separateprocess: "true"

Overview

Jump to the next cue if the current cue is disarmed. Intended for binding to space bar.


Usage

How to Run

  1. Script Library:
    Add this script to ~/Library/Script Libraries/QLab/Inspector/Basics

  2. Script Cue:
    Paste the script contents into a Script Cue in your QLab project.

run getScriptFromLibrary("Cue:Inspector:Basics:Skip Disarmed Cues.scpt")

on getScriptFromLibrary(relativeSubPath)
	return load script file ((path to library folder from user domain as text) & "Script Libraries:Qlab:" & relativeSubPath)
end getScriptFromLibrary

What It Does

  • List out the steps the script takes or the operations performed.

  • Point out any QLab features used (e.g., "Modifies all selected cues", "Creates a fade cue with specified parameters", etc).

  • Atenção, se multiplas workspaces estiverem abertas com o mesmo script, o script não funciona apropriadamente, deve-se lembrar de remover o 'space-bar' como o shortcut default dentro do projeto qlab


Related Scripts


Credits

If adapted, credit the source/original author here.

#todo

  • [BUG] - o script nao verifica o status do continuos do cue, se tiver auto-folow o script deve tocar o proximo cue armado! O mesmo para o auto-folow
  • [BUG] - se o último cue for desarmarmado da merda

Menu

=================== < Back To Repo > ===================

Clone this wiki locally