Numbers

The Numbers Control displays a row of individual digit columns, each with up and down arrows. It is designed for entering numeric values or time codes directly on the Stage, for example setting countdown timers, DMX addresses, or similar discrete numeric inputs.
Output Nodes
The Numbers Control has one output node: Current Value — the current numeric value composed from all digits.
Modes
The Numbers Control operates in three modes selected via the Mode property:
| Mode | Description |
|---|---|
| Numbers | A row of free numeric digits. |
| Time (MM:SS) | Two-digit minutes and two-digit seconds separated by a colon. |
| Time (HH:MM:SS) | Two-digit hours, minutes, and seconds separated by colons. |
Properties
Mode
Switches between the Numbers, MM:SS, and HH:MM:SS display formats (see table above).
Digit Count
Number of digit columns shown when in Numbers mode (1–8).
Min Value / Max Value
The minimum and maximum value allowed for each individual digit.
Overflow Mode
Defines the behaviour when a digit reaches its boundary.
| Mode | Description |
|---|---|
| Circular | Wraps from the maximum back to the minimum and vice versa. |
| Limit | Stops at the minimum or maximum value. |
Confirm Input
Controls when the current value is sent to the output and to Command Stacks.
| Mode | Description |
|---|---|
| Immediately | The output updates in real time as the user changes digits. |
| Triggered | The value is confirmed and sent only when triggered by another Control (e.g. a Button). |