cross~
Examples
Arguments
freq [auto]
Optional
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~ | Third-order crossover filter |
| 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 |