Skip to content

Audio cue

Plays a sound file through an audio output.

Settings

SettingWhat it does
SourceThe sound file. Dropping a file on the cue list makes one of these.
OutputWhich audio output it plays on
LevelPlayback volume, 0–100%
PanStereo position, left to right
EnvelopeLevel over the length of the cue, drawn as a curve
Start / endTrim: the region of the file that plays
LoopLoop 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);
}