Skip to content

Installation

antoniondc edited this page Jul 8, 2025 · 2 revisions

Installation

Download and Compile

To install the scripts to your user's Library folder, in "~/Library/Script Libraries/Qlab", run the script "~/00 Import all to library" from the script editor. This gives you two options: install from a local folder (if you have downloaded a specific release) or directly from github (if you have an internet connection and want the most up to date versions).

  1. Download "Download and compile script" compile and run this script
    1. Compile offline
    2. Compile via Github Captura de Tela 2025-06-24 às 9 54 30 PM
      1. Escolha a versão do QLab (3, 4, 5)
      2. O script irar criar a pasta Qlab no caminho: ~/Library/Script Libraries/Qlab e instalar os scripts automaticamente
      3. O script iriar criar uma pasta no caminho: ~/Library/Aplication Support/QLab/Templates
      4. Ao final da instalação o script gera um popup com o relatório de execução

[!help]- Attention Dependendo do idioma configurado no sistema do seu mac a pasta "Biblioteca" pode estar traduzida para o idioma escolhido. Se atente para o caminho de instalação

[!help] Attention Caso voce execute o script de instalação duas vezes ele ira remover todos os arquivos instalados previamente e irá reinstalar todos novamente. Não modifique nem um arquivo instalado pelo script!

Recomendo que a partir do projeto modelo do instalado pelo script crie o seu próprio para não haver perda de dados.

Script Library - Add scripts to your show

Within Qlab, call the script (usually from within a tell application "Qlab" to tell front workspace block) like so:

tell script "Mixing Desk Programming/Choose Desk to program" to run

Metodo 1 - Recomendado

Via Templates

  1. Abre o QLab
  2. Vá em File -> New from template
  3. Escolha o template: ""
  4. Escolha os scripts e faça as modificações necessárias para depois criar um novo template File -> Save as template
Metodo 2 - Manual

Via ~/00 Import scripts to cues

To install the scripts as script cues, use the script ~/00 Import scripts to cues. Run the script from Script Editor with your QLab file open, and it will allow you to select the script or scripts you wish to import. If you import multiple scripts, it will create script cues and write the scripts (with less header information) into the cue. If you import a single script and currently have a script cue selected, it will write the script into that cue.

  1. Open any QLab Project
  2. Go to the install path: ~/Biblioteca/Script Libraries/Qlab
  3. Open and run the script ~/00 Import scripts to cues
  4. Escolha o script a ser instalado

[!help]-

  • Utilize o comando SHIFT + COMMAND + G para navegar direto para o path de instalação
  • Instale o proprio ~/00 Import scripts to cues dentro do seu projeto para facilitar a adição de novos scripts
  • create new cue script and paste this code to add Import scripts to cues set theScript to load script "/Users/SeuUsuario/Library/Script Libraries/QLab/Import scripts as cues or linked.scpt" run theScript
Metodo 3 - Script Cue

You can simply copy all the conteúdo de qualquer .appscript or .scpt e colar dentro de um Script Cue do QLab

[!help]- Attention These scripts can either run within Qlab as script cues, though I recommend that instead, the be called from script cues and run externally. Performance issus

Table

Clone this wiki locally