Reference
FX
Real DSP, real graphs. Inserts on any bus or composed standalone.
Every FX is a small class with the FxInsert contract:
input + output nodes, a bypassed toggle,
and a dispose() method. Add it to a bus with
bus.addFx(fx) — the bus splices it into the FX chain
between input and output, in order.
/fx/compressor/
Compressor
Tame transients. Glue voices on a bus. Live gain-reduction meter.
/fx/pitch/
Pitch & time-stretch
Cheap rate change vs. pitch-preserving granular stretch.
/fx/reverb/
Reverb
Convolution with synthetic IR or your own impulse response.
/fx/filter/
Filter
Biquad — lowpass, highpass, bandpass, notch, peaking, allpass.
/guides/ducking/
Ducker
Sidechain compression: drop one bus when another speaks.