BRZ2

final case
class BRZ2(rate: MaybeRate, in: GE) extends SingleOut

a special fixed band-reject filter UGen. Implements the formula :

out(i) = 0.5 * (in(i) + in(i-2))

This filter cuts out frequencies around half of the Nyquist frequency.

Value Params
in

input signal to be filtered

See also
Companion
object
trait Serializable
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

Inherited fields

lazy override
val hashCode: Int
Inherited from
UGenSource