svf~
Examples
Arguments
freq [auto]
Sets the center frequency for the filter.
q [auto]
Sets the Q value for the filter. The svf~ filter takes Q values in the range of 0. through 1.
Inlets
x [auto]
The signal to be filtered.
freq [auto]
Sets the center frequency for the filter.
q [auto]
Sets the Q value for the filter. The svf~ filter takes Q values in the range of 0. through 1.
Outlets
out1 [signal]
The low-pass filtered signal.
out2 [signal]
The high-pass filtered signal.
out3 [signal]
The band-pass filtered signal.
out4 [signal]
The notch filtered signal.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
freq [auto]
Sets the center frequency for the filter.
q [auto]
Sets the Q value for the filter. The svf~ filter takes Q values in the range of 0. through 1.
reset [bang] (default: 0)
Banging this attribute will reset the object to its default state.
x [auto]
The signal to be filtered.
See Also
Name | Description |
---|---|
phaseshift~ | Distort the phase of a signal |
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 |
reson~ | Resonant bandpass filter |
svf~ | State-variable filter with simultaneous outputs |
onepole~ | Single-pole lowpass filter |