A 2nd order (12db per oct roll-off) resonant low pass filter UGen. The B
equalization suite is based on the Second Order Section (SOS) biquad UGen.
Note: Biquad coefficient calculations imply certain amount of CPU overhead.
These plugin UGens contain optimizations such that the coefficients get updated
only when there has been a change to one of the filter's parameters. This can
cause spikes in CPU performance and should be considered when using several of
these units.
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
BLowPass
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
final def==(arg0: Any): Boolean
Definition Classes
AnyRef → Any
defar(in: GE, freq: GE = 500.0f, rq: GE = 1.0f): BLowPass
in
input signal to be processed.
freq
cutoff frequency.
rq
the reciprocal of Q, hence bandwidth / cutoffFreq.
A 2nd order (12db per oct roll-off) resonant low pass filter UGen. The B equalization suite is based on the Second Order Section (SOS) biquad UGen.
Note: Biquad coefficient calculations imply certain amount of CPU overhead. These plugin UGens contain optimizations such that the coefficients get updated only when there has been a change to one of the filter's parameters. This can cause spikes in CPU performance and should be considered when using several of these units.