Skip to main content

Module synth

Module synth 

Source
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.