Slider
Manual slider. Drag to set a single CV value within the configured range.
Category: Input


Inputs
(none)
Outputs
| Name | Type | Description |
|---|---|---|
| out | control | Current value. |
Parameters
| Name | Type | Default | Range | Unit | Description |
|---|---|---|---|---|---|
| value | number | 0 | 0–1 | — | Current control value. |
| min | number | 0 | -10000–10000 | — | Lowest value the slider can reach. |
| max | number | 1 | -10000–10000 | — | Highest value the slider can reach. |
| step | number | 0.01 | 0.001–1000 (log) | — | Smallest change per drag tick. |
| log | boolean | false | true, false | — | Use logarithmic taper instead of linear. |