Audio cue
Plays a sound file through an audio output.
Settings
| Setting | What it does |
|---|---|
| Source | The sound file. Dropping a file on the cue list makes one of these. |
| Output | Which audio output it plays on |
| Level | Playback volume, 0–100% |
| Pan | Stereo position, left to right |
| Envelope | Level over the length of the cue, drawn as a curve |
| Start / end | Trim: the region of the file that plays |
| Loop | Loop region and how many passes; 0 plays forever |
How it runs
Has a length: the trimmed region, times the number of passes. It ends by itself unless it loops forever, and auto-follow fires when it does. Seekable while it plays, and fadeable — a fade cue or the running-cues slider moves its level.
Invalid without a file, or with no audio output configured or picked.
Scripting
duration, level (get/set), pan (read-only). See
properties.
function onStart() {
this.level.set(0.4);
}