reverb

reverb · effects · schema v1

Algorithmic reverb. Size / damp / mix.

A simple algorithmic reverb — the minimal-knob room you reach for to 'spray a little space' on a sound or a master bus. A Faust-compiled tank diffuses the input into a decaying reflection cloud whose length you set with SIZE and whose tone you tame with DAMP, then blends that wet tail back against the dry signal with MIX. Mono in / mono out, three knobs, no CV: use two instances (or feed it from a stereo split) if you want width. For a long crystalline octave-up tail reach for SHIMMERSHINE; for a deeply tweakable diffusion engine reach for CLOUDSEED.

the faceplate

reverbaudioaudioaudioaudioaudiocvgatepitch
1 inputs · 1 outputs · 3 params

inputs

idcablewhat it does
audioaudioThe dry mono signal fed into the reverb tank. Whatever you patch here is diffused into the reflection cloud and also passed straight to the dry side of the MIX blend.
audio signal

outputs

idcablewhat it does
audioaudioThe mono output: the dry signal and the reverb tail summed in the proportion set by MIX (at MIX=0 you hear only the dry input; at MIX=1 only the wet tank). The tail's length and brightness follow SIZE and DAMP.
audio signal

params

idlabelrangedefaultcurve
sizeSize0..10.5linear
dampDamp0..10.3linear
mixMix0..10.3linear

controls

controlwhat it does
DampHigh-frequency damping inside the tank (0..1). At 0 the tail stays bright and metallic; turning it up rolls off the highs as the reverb decays, for a warmer, darker, more natural-sounding room that doesn't hiss.
MixDry / wet balance (0..1). 0 is the untouched dry signal, 1 is reverb only, and values between crossfade the two — set it low on a master bus for a touch of air, high on a send for a fully wet ambience.
SizeTank size / decay-time macro (0..1). Low values give a short, tight room that dies away fast; high values stretch the tank into a long hall-like tail. This is the single "how big is the space" control.

source

reverb.ts on GitHub.

Generated from packages/web/src/lib/{audio,video}/module-registry.ts · repo