Open Help
reson~
Resonant bandpass filter
Description
Use the reson~ object when you need a resonant bandpass filter.
Arguments
centerFreq [auto]
Optional
Sets the initial center frequency for the filter.
resonanceValue [auto]
Optional
Sets the Q value for the filter.
Inlets
x [auto]
The signal to be filtered.
centerFreq [auto]
Sets the initial center frequency for the filter.
resonanceValue [auto]
Sets the Q value for the filter.
Outlets
out1 [signal]
The filtered signal.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
centerFreq [auto]
Sets the initial center frequency for the filter.
reset [bang] (default: 0)
Banging this attribute will reset the object to its default state.
resonanceValue [auto]
Sets the Q value for the filter.
x [auto]
The signal to be filtered.
See Also
Name | Description |
---|---|
reson~ | |
filtercoeff~ | Signal-rate filter coefficient generator |
allpass~ | Apply an allpass filter effect |
comb~ | Apply a comb filter effect |
cross~ | Third-order crossover filter |
lores~ | Resonant lowpass filter |
svf~ | State-variable filter with simultaneous outputs |
onepole~ | Single-pole lowpass filter |