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.
cutoffsets the cutoff frequency;resonanceshould typically be between 0..1. - SVFilter: State variable filter.
filter_typecan be 'low_pass', 'band_pass', 'high_pass', 'notch', 'peak', 'low_shelf', 'high_shelf'.resonanceshould be between[0..1].
Last update:
2024-09-11
Created: 2023-11-09
Created: 2023-11-09