Category: 🧠 Logic
![]()
Resizable 2D grid of legacy sliders. Use it as a step sequencer, envelope drawer, or addressable numeric memory. Read or write a cell via the Row/Column inputs and the Trigger/Write jolts.
Each cell holds a numeric value controlled by a slider. Drag the resize handle to change the grid dimensions. Select a cell by setting the Row ID and Column ID stream inputs, then fire the Trigger input (or click the trigger button) to emit the stored value, or fire the Write input to overwrite the selected cell with the incoming jolt value. The cell at (Row, Column) highlights in real time.
Note: this is the legacy sliderboard — prefer 'sliderboard2' for new patches.
| Name | Type | Description |
|---|---|---|
| Write | Jolt Input | Writes the incoming jolt value into the currently selected cell. |
| Row ID | Stream Input | Selects the row to read from or write to (0-indexed). |
| Column ID | Stream Input | Selects the column to read from or write to (0-indexed). |
| Trigger | Jolt Input | Triggers a read: outputs the value of the currently selected cell on the Output. |
| Name | Type | Description |
|---|---|---|
| Output value | Jolt Output | Emits the value of the currently selected cell whenever the Trigger input fires. |
| Name | Type | Description |
|---|---|---|
| Resize | Draggable part | Drag this corner to add or remove rows and columns. |
| Trigger | Interactible | Click to manually trigger a read of the currently selected cell. |
| Name | Type | Description |
|---|---|---|
| Spacing X | slider | Extra horizontal spacing between cells. |
| Spacing Y | slider | Extra vertical spacing between cells. |
| Arrange in group of | integer | Groups cells together every N items, inserting a small gap between groups. Useful for visually splitting steps (e.g. groups of 4). |
| Groups Spacing | slider | Extra gap inserted between groups (paired with 'Arrange in group of'). |
| Lock Size | checkbox | Hides the resize handle so the grid dimensions can no longer be changed by dragging. |