object BLowShelf extends ProductReader[BLowShelf] with Serializable
A low shelf equalizer 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.
- Alphabetic
- By Inheritance
- BLowShelf
- Serializable
- ProductReader
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def ar(in: GE, freq: GE = 500.0f, rs: GE = 1.0f, gain: GE = 0.0f): BLowShelf
- in
input signal to be processed.
- freq
cutoff frequency.
- rs
the reciprocal of the slope S (Shell boost/cut slope). When
S = 1
, the shelf slope is as steep as it can be and remain monotonically increasing or decreasing gain with frequency. The shelf slope, in dB/octave, remains proportional to S for all other values for a fixed freq/sample-rate andgain
.- gain
boost/cut at the cutoff frequency (in decibels).
- def read(in: RefMapIn, key: String, arity: Int): BLowShelf
- Definition Classes
- BLowShelf → ProductReader