How It Works
Technical view
The current base reverb core sums four damped comb stages, runs that field through two serial diffuser stages, and then shapes the result with a high shelf before blending it with the dry source. `space` stretches the delay lengths in the comb and diffuser network, `decay` raises the comb feedback coefficients, and `tone` opens the damping and final brightness, so this family is a single diffuse comb-and-diffuser reverb architecture shared across many names. There is no amplitude-modulation stage in the current code.
- Reverb & Space
- waveshaping / saturation
- delay processing
- oscillator / LFO modulation
- DC blocking
Signal Path
Compiled preview chain
Preview source: An internally generated picked-string phrase is widened to stereo with a 19-sample right-channel delay and slight left/right shelf-EQ offsets before it hits the reverb core.
- 1internal picked-string demo phrase
- 2stereo spread with a short right-channel delay
- 3four parallel damped comb stages
- 4two serial diffuser stages
- 5post-reverb high-shelf shaping
- 6dry / wet blend
- 7DC blocker
- 8output gain trim
- 9final tanh limiter
Preview source
An internally generated picked-string phrase is widened to stereo with a 19-sample right-channel delay and slight left/right shelf-EQ offsets before it hits the reverb core.
Effect core
Four parallel damped combs into two serial diffusers with post-reverb high-shelf shaping.
Signal path
The static waveform and the live player both reflect this compiled signal chain.
- internal picked-string demo phrase
- stereo spread with a short right-channel delay
- four parallel damped comb stages
- two serial diffuser stages
- post-reverb high-shelf shaping
- dry / wet blend
- DC blocker
- output gain trim
- final tanh limiter
Controls that matter
These are the currently active controls detected in the FAUST source for this effect.
- mix: Blends between the dry source and the wet reverb field after the reverb core.
- output_gain_db: Applies final post-effect level trim after DC blocking and before the output limiter.
- space: Expands the comb and diffuser delay lengths inside the diffuse reverb network.
- decay: Raises the feedback coefficients of the parallel comb stages.
- tone: Raises the damping cutoffs inside the comb network and brightens the final high-shelf stage.
Code-backed analysis
The generated description is tied to the active helper blocks and routing found in the current DSP.
- demo
- fx
- outputStage
- leftDemo
- rightDemo
- verbFx
- phraseMono
- previewShiftSamples
Controls
Audible controls in this DSP
Blends between the dry source and the wet reverb field after the reverb core.
Lower settings stay more direct; higher settings move the patch further into the ambient tail.
Applies final post-effect level trim after DC blocking and before the output limiter.
Matches loudness without changing the actual reverb structure.
Expands the comb and diffuser delay lengths inside the diffuse reverb network.
Moves the tail from tighter reflections toward a larger, more spread-out space.
Raises the feedback coefficients of the parallel comb stages.
Extends the tail and makes the ambience hang on longer.
Raises the damping cutoffs inside the comb network and brightens the final high-shelf stage.
Makes the tail darker at low settings and more open and glossy at high settings.
Analysis
Code-derived notes
Current implementation shares the same four-comb, two-diffuser diffuse reverb core across Plate, Plate Small, Plate Large, Chamber, Dattorro Reverb, Freeverb, JCREV, SATREV, Zita Light, Zita FDN, Nonlinear Reverb, Chop Verb, Ducked Verb, Trem Verb, and Magneto Echo-Verb. Trem Verb does not yet modulate the tail with tremolo.
Active blocks
- demo
- fx
- outputStage
- leftDemo
- rightDemo
- verbFx
- phraseMono
- previewShiftSamples
- verbWet
- pickedVoice
- verbCore
- fund
- pickEnv
- ampEnv
- triggerAt
- combLP
- diffuser
- maxDelaySamples
Inactive helpers
- synthVoice
- organVoice
- bellVoice
- softsat
- quantize
- echoOnly
Warnings
No current warnings are attached to this effect.
Source
- library/reverb-space/trem-verb.dsp
- Output stage: DC blocker -> output gain trim -> final tanh limiter
- Library position: 184