Keyboard
On-screen piano keyboard. Outputs pitch (1V/octave), a per-press trigger, and a gate while a key is held.
Category: Input


Inputs
(none)
Outputs
| Name | Type | Description |
|---|---|---|
| note | control | Current key’s pitch (1V/octave). |
| trigger | control | Pulse on each key press. |
| gate | control | High while a key is held; low when all released. |
Parameters
| Name | Type | Default | Range | Unit | Description |
|---|---|---|---|---|---|
| baseOctave | number | 3 | 0–7 | — | Octave of the leftmost (lowest) visible key. |
| legato | boolean | false | true, false | — | When on, holding a new key while another is down keeps the gate high (no retrigger). |
| labels | boolean | false | true, false | — | Show note names on the keys. |