-
Notifications
You must be signed in to change notification settings - Fork 0
Global Syntax
Many scripts also contain User Defined Variables. With these, when you call the script within Qlab, you can declare these variables globally and set them from within Qlab. This is particularly useful for using the same script for different purposes: e.g. you could have 2 versions of Fades/Create fade, one which creates a fade down and one a fade up. The syntax for this would be as follows:
global userLevel, userPrefix
set userLevel to 6
set userPrefix to "Fade up: "global userLevel, userPrefix
set userLevel to -6
set userPrefix to "Fade down: "Para a maioria dos scripts funcionarem dentro do seu projeto é preciso criar alguns variáveis via "Memo Cue" dentro do "Cue List" -> "Script Files" utilizando o nome e o campo de comentários
The total list of Qlab Note variables required for the entire script library is:
- Output channel count [Quantidade usada de outputs, my default is 6]
- Row count [Quantidade usada de input, default is 2]
- Min audio level [?]
- Output channel names [this should simply be a list separated by ", "]
- Line Checks: output level [my default is -12]
- Line Checks: sub level [my default is -12]
Many of these variables will stay the same for your template from show to show - some others depend on the design. These are set from within Qlab, as the notes of a cue.
Using the example Levels/Bump level, the variables from Qlab are audioChannelCount and minAudioLevel.
To set these variables, you must set as a User Defined Variable variableCueListName. This is the cue list that you have stored your notes cues in. I recommend using Memo cues. In this instance, you would name one cue Output channel count and the other Min audio level. You do not need numbers for those cues.
-
@descriptionName of the script -
@authorMost recent author of the script -
@linkLink to the author's website -
@sourceWhere scripts are taken from another source, or adapted from one, that author is listed here -
@versionVersion of the script -
@testedmacosThe most recent version of MacOS that the script has been tested on -
@testedqlabThe most recent version of Qlab that the script has been tested on -
@aboutA description of the script -
@separateprocessTRUE or FALSE, whether the script needs to run in a separate process within Qlab -
@changelogChanges for this version of the script
| Propiedades | Tipo | Valores |
|---|---|---|
| Version | Problem |
|---|---|
| Qlab 4.0.8 | dosen't support mult-selection edit cues, only Basic and Trigger tabs are available, only 4.7 > support mult-selection edit ish |
| Any version | If multiples instancias do QLab estiverem abertas atualmente o script não descrimina o projeto que está sendo executado. Triggers podem ser acionados indevidamente |
| Pay version | Esse repositório funciona somente com o Qlab pago, caso voce esteja no tier gratuito do Qlab vá para esse repositório com a adaptação de alguns scripts para funcionar via OSC > Repo: EM CONSTRUÇÃO |
- Installation
- Global Syntax
- Template
- 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
- 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