How It Works
Technical view
Instead of a low-pass wah shape, this patch modulates a resonant high-pass center with a sine LFO. `focus` sets the base cutoff, `motion` increases both sweep depth and resonance, and the final high shelf is tied to `motion`, so the sound gets more incisive as the sweep intensifies.
- Filter, Wah & Envelope
- resonant high-pass
- 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 resonant high-pass sweep
- 4post-filter high-shelf tone shaping
- 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
Sine-LFO-modulated resonant high-pass filter with motion-linked post-filter 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
- modulated resonant high-pass sweep
- 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 cutoff of the resonant high-pass sweep.
- motion: Increases the sweep depth, resonance, and the final high-shelf recovery.
- rate: Sets the speed of the internal LFO that moves the high-pass center.
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 cutoff of the resonant high-pass sweep.
Moves the sweep lower or higher and changes how much low-end is removed.
Increases the sweep depth, resonance, and the final high-shelf recovery.
Makes the filter sharper, thinner, and more aggressive as it rises.
Sets the speed of the internal LFO that moves the high-pass center.
Changes how quickly the filter sweeps through its range.
Analysis
Code-derived notes
Current implementation is a distinct resonant high-pass sweep rather than a variant of the low-pass family.
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/resonant-high-pass-filter.dsp
- Output stage: DC blocker -> output gain trim -> final tanh limiter
- Library position: 71