LOAD and PLAY...

PlayoutONE's sequencer works in two steps: first, audio is loaded into a container, then played from that container/channel's designated audio output device set in Audio Engine.

Log controls

PLAY NEXT

Gracefully fade the currently playing log item and advance the log to the next queued item.

Items from your library

LOAD UID "uid",["container name"],[group],["custom id"],[offset]

Loads a specified item by UID into the designated channel/container.

PLAY UID "uid",["container name"],[group],["custom id"],[offset] 

Immediately play the specified item by UID through the designated channel/container.

PLAY CONTAINER ("container name"|"index")
PLAY PLAYER "player id"

Play the item loaded into the specified player/channel by name, channel number, or player ID in the case of individual players stacked onto containers.

Quick Keys

PLAY QUICKKEY "id"

Plays a specified Quick Key based on the ID in the database.

IDs are not the same as Quick Key numbers.

External files and streams

LOAD STREAM "streamurl",duration,["container name"],[group],["custom id"]

Load the specified stream URL into a player.

You can use PLAY CONTAINER to then play the stream when you are ready.

PLAY STREAM "streamurl",duration,["container name"],[group],["custom id"]

Immediately play the specified stream URL in your chosen player.

LOAD FILE "filename",["container name"],[group],["custom id"],[offset]

Load an external file into a player.

You can use PLAY CONTAINER to then play the file when you are ready.

PLAY FILE "filename",["container name"],[group],["custom id"],[offset]

Immediately play an external file through your chosen player.

Silence

LOAD SILENCE "time",["container name"],[group],["custom id"]

Load silence for the time specified into the chosen container/channel.

You can use PLAY CONTAINER to then play the silence when you are ready.

PLAY SILENCE "time",["container name"],[group],["custom id"]

Immediately play silence for the time specified.

Mixes

LOAD MIX "container name",group,"uid",hook... 

Load a mix of the specified items by UID into the specified container.

For example, LOAD MIX "Main Player 1",0,"100",0,"1020",0,"1232",0

PLAY MIX "container name",group,"uid",hook...

Immediately play a mix of the specified items by UID from the specified container.

For example, PLAY MIX "Main Player 1",0,"100",0,"1020",0,"1232",0