Sequence:StepperCommander

Last updated 5 August 2026

Sequence:StepperCommander gives you access to many commands to control a conneced

Sequence:Stepper node via the string input or UDP

Pin Info

Input 1: Command [String]

1-Command[String]: Valid command strings will controlthe Stepper connected to the Output pins.

Output 1: Action [String]

Output 1: Next step [Bang]

Output 1: Jump by [Int]

Output 2: Go to [Int]

Output 3: Emit Layout [Bang]

1-Action[String]: Emits commands like Play/Pause/FadeIn/Restart for the Stepper

1-Next step[Bang]: Emits a Bang when the Advance command is reveivedto make the Stepper transition to the next step.

1-Jump by[Int]: Emits a Positive integer when jumping forwardand a negative one when Jumping backwards.

2-GoTo[Int]: Emits the Index for the GoTo command to make the Steppergo to that specific Step.

Node Parameters

UDP Receiver: Defines what IP and Port the stepperCommader will listen to, the checkbox sets the UDP receiver active.

Last Command: Shows the last received command both from the UDP and the String input.

Identifier: Adds an Identifier to all commands to differentiate the target when using multiple Stepper commanders in one Graph.

Expand: Enables/Disables logging of incoming Messages.