How It Works
Technical view
Rather than filtering everything through a resonant stage, this patch removes a modulated band-pass band from the original signal. `focus`, `motion`, and `rate` move the center and width of that subtractive band, so the sound behaves like a moving hollowed-out notch instead of a conventional wah.
- Filter, Wah & Envelope
- band-pass filtering
- 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.
- 1internal picked-string demo phrase
- 2stereo spread with a short right-channel delay
- 3modulated band-pass notch extraction
- 4subtractive notch mix against the dry signal
- 5dry / wet mix
- 6DC blocker
- 7output gain trim
- 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
Subtractive moving-notch filter built by removing a modulated band-pass band from the input.
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
- modulated band-pass notch extraction
- subtractive notch mix against the dry signal
- 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 center of the subtractive notch band.
- motion: Increases sweep depth, band width, and subtraction depth of the notch band.
- rate: Sets the speed of the internal LFO that moves the notch band.
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
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.
Applies final post-effect level trim after DC blocking and before the output limiter.
Matches loudness without changing the filter behavior itself.
Sets the base center of the subtractive notch band.
Moves the hollow region lower or higher in the spectrum.
Increases sweep depth, band width, and subtraction depth of the notch band.
Makes the notch wider, deeper, and more obvious.
Sets the speed of the internal LFO that moves the notch band.
Changes how quickly the hollow region sweeps through the spectrum.
Analysis
Code-derived notes
Current implementation is a distinct subtractive notch filter rather than a resonant wah variant.
Active blocks
- demo
- fx
- outputStage
- leftDemo
- rightDemo
- filterCore
- phraseMono
- previewShiftSamples
- pickedVoice
- fund
- pickEnv
- ampEnv
- triggerAt
- maxDelaySamples
Inactive helpers
- synthVoice
- organVoice
- bellVoice
- softsat
- quantize
- combLP
- echoOnly
- diffuser
Warnings
No current warnings are attached to this effect.
Source
- library/filter-wah-envelope/notch-sweep.dsp
- Output stage: DC blocker -> output gain trim -> final tanh limiter
- Library position: 72