Brainsalt:SynchronizeConductorLegacy

Last updated 5 August 2026

Brainsalt:SynchronizeConductorLegacy is the old way to synchronize Backstage sequences

to the Brainsalt DMX show programming software Conductor.

A connected Sequence:Sequence node will synchronize, its progress with whatever

HFX show is loaded in Conductor.

Pin Info

Input 1: Progress [Timestamp]

Input 1: Playstate [String]

Input 1: UID [ResourceId]

Input 2: Get onlinestate [Bang]

Input 2: Active [Int]

Input 3: HFX path [String]

Input 4: Sending [Int]

Input 4: Address [String]

Input 5: Receiving [Int]

(Port)

1-Progress[Timestamp]: Sends the Progress to Conductor.

1-Playstate[String]: Stops/Plays the Conductor Timeline.

1-UID[ResourceId]: Sends the Playstate of the correspondingSequence to Conductor on startup.

2-Get onlinestate[Bang]: Pings Conductor and returns 1on the second output if it responds (0 if not).

2-Active[Int]: Enables/Disables Patch.

3-HFX path: Loads an existing HFX file into Conductorand emits a Bang on the third output when its done.

4-Sending[Int]: Defines what UDP Port where this Patchescommunications are sent to.

4-Address[String]: Defines what IP address thit Patchescommunications are sent to.

5-Receiving[Int]: Defines what UDP Port this Patch listens to.

Output 1: Play/Pause [String]

Output 1: Scrubbing [Timestamp]

Output 2: Online [Int]

Output 3: Loaded [Bang]

1-Play/Pause[String]: Emits the status of the Play/Pause toggle button in Conduductor.

1-Scrubbing[Timestamp]: Emits Timestamps when scrubbing in Conductor.

2-Online[Int]: Emits 1 if a the connected Conductor instance responds to a Ping. (0 if not)

3-Loaded[Bang]: Emits a Bang when a new HFX file is loaded in Conductor.

Node Parameters

Active: When Active, Progress and Playstate are sent from and to the selected Conductor instance.

IP: Progress and Playstate are sent to the selected IP address.

Expand:

Sending: Defines the UDP Port where the Communication is sent to.

Receiving: Defines the UDP Port this Patch is listening to.

Delay SeekEnd: Will only send Timestamp jumps when it stays on the same value for more than one second when scrubbing, to avoid unintentionally triggering DMX effects.

Restart when HFX is loaded: Sends out a Restart command on the first output when a new HFX file is done loading.

Deactivate when Stopped: Deactivates the Patch when it receives a Stop on the first Input.