BPeakEQ

final case
class BPeakEQ(in: GE, freq: GE, rq: GE, gain: GE) extends SingleOut with AudioRated

An parametric 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.

Value Params
freq

center frequency.

gain

boost/cut at the center frequency (in decibels).

in

input signal to be processed.

rq

the reciprocal of Q, hence bandwidth / cutoffFreq.

Companion
object
trait Serializable
trait AudioRated
class SingleOut
class SomeOut
trait Lazy
trait GE
class UGenSource[UGenInLike]
trait Expander[UGenInLike]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

final
def name: String
Inherited from
UGenSource
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
def rate: Rate
Inherited from
AudioRated

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource