Pad
2D XY touch pad. Outputs separate X and Y CVs plus a trigger pulse on each new touch.
Category: Input


Inputs
(none)
Outputs
| Name | Type | Description |
|---|---|---|
| x | control | X-axis value. |
| y | control | Y-axis value. |
| trigger | control | Pulse on each new touch (release-and-press, not drag). |
Parameters
| Name | Type | Default | Range | Unit | Description |
|---|---|---|---|---|---|
| xMin | number | 0 | -10000–10000 | — | X value at the left edge. |
| xMax | number | 1 | -10000–10000 | — | X value at the right edge. |
| xLog | boolean | false | true, false | — | Use logarithmic mapping for the X axis. |
| yMin | number | 0 | -10000–10000 | — | Y value at the bottom edge. |
| yMax | number | 1 | -10000–10000 | — | Y value at the top edge. |
| yLog | boolean | false | true, false | — | Use logarithmic mapping for the Y axis. |