Stepper
A control that displays a number, which can be increased or decreased by one by pressing one of the arrows. Press and hold the control to reset it to the default value. Drag the number and tap to jump to a new value. You can resize the stepper to change its layout (standard, horizontal, or vertical).
Settings
| Setting | Description |
|---|---|
| Edge Behavior | Defines what happens if you try to increment the value past the minimum or maximum. In Clamp mode, the value will stop at the minimum or maximum. In Wrap mode, the value will wrap around to the opposite edge. When None, the value will continue to increment or decrement past the minimum or maximum without stopping at the edges. |
| Default Value | The value the stepper starts at when the interface is opened. |
| Minimum Value | The minimum value the stepper can have. |
| Maximum Value | The maximum value the stepper can have. |
Variables
The following variables can be used when configuring outputs for this control:
| Variable | Description |
|---|---|
| Value | The current value |
OSC Messages
This control responds to the following OSC messages:
| Message | Description |
|---|---|
<address> position <x> <y> <width> <height> | Sets the control's position. Coordinates are specified in pixels. |
<address> color <blue|red|green|orange|purple|brown|grey> | Sets the control's color. |
<address> defaultValue <integer> | Sets the default value of the stepper |
<address> minValue <integer> | Sets the minimum value of the stepper |
<address> maxValue <integer> | Sets the maximum value of the stepper |
<address> value <integer> | Sets the current value of the stepper |
<address> <integer> | Sets the current value of the stepper |