Note Pad
UtilitynotepadLight CPU
Touch 2 only — maps a pad range to a scale. Outputs Freq Hz + Gate + Trig.
What it does
Maps a contiguous Touch 2 pad range to a musical scale.
Codegen bakes a per-pad frequency lookup table at build time, converting touches into pitched gate + freq pairs.
Parameters
This module has no adjustable parameters.
Ports
In
None.
Out
-
Freq Hz
freq -
Gate
gate -
Trig
trig
Audio Control
Inputs
- Pads
- Implicit — reads
touch.pads()for the configured range.
Outputs
- Freq Hz
- Pitched frequency — wire to an Oscillator Freq input.
- Gate
- High while any pad in range is held.
- Trig
- One-shot on each new pad press (including pad-to-pad).
Rules and gotchas
- Touch 2 only.
- firstPad and lastPad must be in [0..11], firstPad ≤ lastPad.
Patches using it
- Touch Pad Lead + Kick
touch2 - Synth Voice (Moog)
touch2
Bundled with the app — open one from the example browser.