Expand description
The synth and signal lenses: parameter panels, modulation matrix, waveform, and spectrum.
A synth patch is a parameter map (name -> value). The panel renders each
parameter as a scene/knob, plus a modulation matrix (scene/matrix) and
live signal displays (scene/waveform, scene/spectrum). Parameter changes
flow through intent/set-param (see param).
Constants§
- SYNTH_
LENS - The synth panel lens id.
Functions§
- modulation_
matrix - A modulation matrix as an editable
scene/matrix. - spectrum_
view - A frequency-domain display.
- synth_
panel - Render a synth parameter map as a knob panel plus a modulation matrix.
- waveform_
view - A sampled-signal display.