Packages

object TwoZero extends ProductReader[TwoZero] with Serializable

A two zero filter UGen.

Examples
// frequency sweep
play { TwoZero.ar(WhiteNoise.ar(0.125), XLine.kr(20, 20000, 8), 1) }
See also

OneZero

TwoPole

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TwoZero
  2. Serializable
  3. ProductReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def ar(in: GE, freq: GE = 440.0f, radius: GE = 0.8f): TwoZero

    in

    input signal to be filtered

    freq

    frequency of zero angle, in Hertz

    radius

    radius of zero

  2. def kr(in: GE, freq: GE = 440.0f, radius: GE = 0.8f): TwoZero

    in

    input signal to be filtered

    freq

    frequency of zero angle, in Hertz

    radius

    radius of zero

  3. def read(in: RefMapIn, key: String, arity: Int): TwoZero
    Definition Classes
    TwoZeroProductReader