cross~
Third-order crossover filter
Description
Use the cross~ object as a pair of symmetrical low+high pass 3rd order filters with lowpass and highpass outlets you can use separately or in combination to form a crossover filter.
Together the lowpass and highpass filtered signals combine to produce a flat frequency response equivalent to the input signal. The phase response for the filtered output is, however, slightly altered.
Arguments
freq [auto]
Sets the filter cutoff frequency for both the lowpass and the highpass parts of the output signal.
Inlets
x [auto]
Any signal to be filtered.
freq [auto]
Sets the filter cutoff frequency for both the lowpass and the highpass parts of the output signal.
Outlets
out1 [signal]
The lowpass-filtered input signal.
out2 [signal]
The highpass-filtered input signal.
Dynamic Attributes
These attributes can be modified in the code during execution using the set object
freq [auto]
Sets the filter cutoff frequency for both the lowpass and the highpass parts of the output signal.
reset [bang] (default: 0)
Banging this attribute will reset the object to its default state.
x [auto]
Any signal to be filtered.
See Also
Name | Description |
---|---|
cross~ | |
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 |