-
Notifications
You must be signed in to change notification settings - Fork 0
Skip Disarmed Cues.applescript
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"
Jump to the next cue if the current cue is disarmed. Intended for binding to space bar.
-
Script Library:
Add this script to~/Library/Script Libraries/QLab/Inspector/Basics -
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
-
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
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
=================== < Back To Repo > ===================
====================== < Home > ======================
- Home
- Installation
- Global Syntax
- Template
- License
- RoadMap
-
Scripts
- Controle
-
Applications
- Apple music
- Phillips Neo
- Qlab
- Spotify
- Reaper
- Logic Pro
-
Desk Control
- A&H
- DiGiCo
- ETC EOS
- MIDI
- OSC
- Yamaha
-
Applications
- Core
- Cue
- Add Cue.applescript - Cria qualquer tipo de cue existente no qlab, configurando o Target de maneira inteligente.
- Add Fade.applescript - Cria um fade (in, out, crossfade) a partir da seleção atual.
- Inspector
- Audio Level
- Level Normalize.applescript - Normaliza o audio a partir dos cues selecionados utilizando a biblioteca
- Set Level.applescript - Script que manipula os volumes dos input e output do cue selecionado
- Route cues to template.applescript - Script que aplica templates de "Audio Level" a partir do cue selecionado (Audio, Video, Fade) facilitando o patch de audio.
- Basics
- Time & Loops
- Toggle Infinite Loop.applescript
- Trim Audio Silence.applescript - A partir dos Audio cues selecionados o script modifica o start time e o end time do cue selecionado
- Audio Level
- SFX Variations
- Utilities
- Controle
=================== < Back To Repo > ===================