-
Notifications
You must be signed in to change notification settings - Fork 0
Save New Version.applescript
description: author: version: source: testedqlab: "4.7" testedmacos: 10.15.7 separateprocess: "true"
| Version | Date | Author | Description |
|---|---|---|---|
| 1.1 | |||
| 1.0 | yyyy-mm-dd | YourName | Initial version |
Brief description of the script’s purpose, what problem it solves, and its context in QLab workflow.
-
Script Library:
Add this script to~/Library/Script Libraries/QLaband call it from QLab as:
set theScript to load script "/QLab/path/to/Script Name.scpt"
run theScriptSempre use o path completo! paths repativos (~) não são aceitos dentro do qlab
-
Script Cue:
Paste the script contents into a Script Cue in your QLab project.
| Variable | Type | Default | Description |
|---|---|---|---|
| userLevel | Number | (none) | Level to set in dB |
| userPrefix | String | "" | Prefix for generated cue names |
- Where and how to set these (via Memo Cues, global variable, etc).
Show a short code example (or screenshot if relevant) demonstrating how to use the script, including any required variables.
-
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).
-
Mention any limitations or known issues.
-
QLab:
4.0+(or specify version) -
macOS: (list if relevant)
If adapted, credit the source/original author here.
documentação para novo programa para fazer autosave, identifica se o documento foi alterado ou não. Fazer um script que fique em ide sempre executando no background
document n : A document.
elements
contained by [application](applewebdata://0B0999A4-6301-4851-88A7-0870458477A7#Standard-Suite.application).
properties
path (text) : The document's path.
modified (boolean, r/o) : Has the document been modified since the last save?
name (text) : The document's name.
responds to
[close](applewebdata://0B0999A4-6301-4851-88A7-0870458477A7#Standard-Suite.close), [print](applewebdata://0B0999A4-6301-4851-88A7-0870458477A7#Standard-Suite.print), [save](applewebdata://0B0999A4-6301-4851-88A7-0870458477A7#Standard-Suite.save)
=================== < 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 > ===================