BPeakEQ

object BPeakEQ extends ProductReader[BPeakEQ]

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.

Companion
class
trait Product
trait Mirror
trait ProductReader[BPeakEQ]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def ar(in: GE, freq: GE, rq: GE, gain: GE): BPeakEQ
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.

def read(in: RefMapIn, key: String, arity: Int): BPeakEQ