BBandPass

final case
class BBandPass(in: GE, freq: GE, bw: GE) extends SingleOut with AudioRated

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

Value Params
bw

the bandwidth '''in octaves''' between -3 dB frequencies

freq

center frequency.

in

input signal to be processed.

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