stop(...) --- Toggle Playback (On / Off)

The stop(...) cue toggles the transport:

It does not end the score and it does not freeze the system.

Syntax

stop() stop(uid:NAME) stop(next:CUEID)

Parameters


param required description


uid ✖ Only needed if multiple identical stop(...) cues appear

next ✖ Trigger another cue immediately after stop(...) runs


Behaviour

Examples

stop() stop(uid:s1) stop(next:nav(End))

Related

Tip: use ← → or ↑ ↓ to navigate the docs