A conductor let's you create a cue list of sequential actions. Each cue can trigger multiple consequences (like actions) or be linked to a sequence. The conductor keeps track of the current cue (purple background color) and the next cue (orange background color). When the conductor is triggered it will trigger the next cue and increment the current and next cues.

Conductor is triggered and increments the next cue.

Conductor is triggered and increments the next cue.

Conductor inspector parameters.

Conductor inspector parameters.

<aside> 💡 If you set a condition on the conductor, it will be used to trigger the next cue. You could for example define to react to a key press or an OSC trigger.

</aside>

Linking a sequence to a cue

A cue can be linked to a sequence. When this cue is triggered it will automatically play the linked sequence.

Linking a cue to a sequence.

https://bkuperberg.gitbook.io/~gitbook/image?url=https%3A%2F%2F654853773-files.gitbook.io%2F~%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F-M0J6klA7kDd2pwFQXYj-887967055%252Fuploads%252FwdZCNbmWIMLFPxHWnLcZ%252Fconductor-sequence-linking.png%3Falt%3Dmedia%26token%3D529f5e24-1d17-4148-b325-058d99d0fb3e&width=768&dpr=4&quality=100&sign=66de0031923d5c9dfdf8a39eaf5121bcb1dcc1f785b497072bfabb75e60a0e85

With the option "Auto Next On Finish" it will automatically trigger the next cue, when the sequence reaches its end.