Reference library > Processors: Filters
Processors: Filters
- BiquadFilter: Biquad filter. filter_type can be 'low_pass', 'band_pass', 'high_pass', 'notch', 'peak', 'low_shelf', 'high_shelf'. Not recommended for real-time modulation; for this, use SVFilter.
- DCFilter: Remove low-frequency and DC content from a signal.
- EQ: Three-band EQ.
- MoogVCF: Simulation of the Moog ladder low-pass filter.
cutoff
sets the cutoff frequency;resonance
should typically be between 0..1. - SVFilter: State variable filter.
filter_type
can be 'low_pass', 'band_pass', 'high_pass', 'notch', 'peak', 'low_shelf', 'high_shelf'.resonance
should be between[0..1]
.
Last update:
2024-09-11
Created: 2023-11-09
Created: 2023-11-09