← Back to Filter, Wah & Envelope

Official effect

Comb Filter

Short-delay comb filter with LFO-modulated delay time for metallic, resonant flutter.

The core feeds the input through a low-passed feedback comb whose delay time is moved by a sine LFO. `focus` sets the base delay and post-filter high shelf, `motion` increases both delay modulation depth and feedback, and `rate` sets sweep speed, so the result behaves like a resonant flanger-like comb texture rather than a conventional filter bank.

  • Filter, Wah & Envelope
  • Library #79
  • Preview 8s

Waveform preview

Static peaks come from the compiled FAUST preview render. The live scope is drawn from the browser playback output in real time.

Timeline
0:00 / 0:08
Source
Compiled browser preview
Live oscilloscope from the browser playback output.AnalyserNode keeps the signal path unchanged while exposing the waveform.

How It Works

Technical view

The core feeds the input through a low-passed feedback comb whose delay time is moved by a sine LFO. `focus` sets the base delay and post-filter high shelf, `motion` increases both delay modulation depth and feedback, and `rate` sets sweep speed, so the result behaves like a resonant flanger-like comb texture rather than a conventional filter bank.

  • Filter, Wah & Envelope
  • 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 filter core.

  1. 1internal picked-string demo phrase
  2. 2stereo spread with a short right-channel delay
  3. 3feedback comb filter with moving delay time
  4. 4post-filter high-shelf tone shaping
  5. 5dry / wet mix
  6. 6DC blocker
  7. 7output gain trim
  8. 8final 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 filter core.

Effect core

Feedback comb filter with LFO-modulated delay time and post-filter high-shelf tone 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
  • feedback comb filter with moving delay time
  • post-filter high-shelf tone shaping
  • dry / wet mix
  • 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 the untouched stereo preview source with the filtered path after the effect core.
  • output_gain_db: Applies final post-effect level trim after DC blocking and before the output limiter.
  • focus: Sets the base comb delay time and the post-filter high shelf.
  • motion: Increases delay-time modulation depth and comb feedback.
  • rate: Sets the speed of the internal LFO that modulates the comb delay time.

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
  • filterCore
  • phraseMono
  • previewShiftSamples

Controls

Audible controls in this DSP

  • mix

    Active

    Blends the untouched stereo preview source with the filtered path after the effect core.

    Lower settings preserve more dry attack and full-band tone; higher settings emphasize the filter treatment.

  • output_gain_db

    Active

    Applies final post-effect level trim after DC blocking and before the output limiter.

    Matches loudness without changing the filter behavior itself.

  • focus

    Active

    Sets the base comb delay time and the post-filter high shelf.

    Moves the comb spacing and changes how bright the comb texture feels.

  • motion

    Active

    Increases delay-time modulation depth and comb feedback.

    Makes the comb more animated and more resonant.

  • rate

    Active

    Sets the speed of the internal LFO that modulates the comb delay time.

    Changes how fast the metallic sweep moves.

Analysis

Code-derived notes

Current implementation is a distinct comb-filter path using delayed feedback rather than a band-pass or resonant filter core.

Active blocks

  • demo
  • fx
  • outputStage
  • leftDemo
  • rightDemo
  • filterCore
  • phraseMono
  • previewShiftSamples
  • combLP
  • pickedVoice
  • maxDelaySamples
  • fund
  • pickEnv
  • ampEnv
  • triggerAt

Inactive helpers

  • synthVoice
  • organVoice
  • bellVoice
  • softsat
  • quantize
  • echoOnly
  • diffuser

Warnings

No current warnings are attached to this effect.

Source

  • library/filter-wah-envelope/comb-filter.dsp
  • Output stage: DC blocker -> output gain trim -> final tanh limiter
  • Library position: 79

More In Filter, Wah & Envelope

Continue through the library

Each effect page uses the same generated description pipeline and compiled waveform preview assets.

Classic Wah

Resonant low-pass wah with an LFO-driven sweep for a steady vocal-style filter arc.

View How It Works

Envelope Filter

Reactive envelope low-pass sweep that currently uses the same detector-driven core as Auto Wah.

View How It Works

Formant Filter

Three-band formant bank with an LFO-driven vowel position for moving voice-like color.

View How It Works