Packages

final case class TwoPole(rate: MaybeRate, in: GE, freq: GE = 440.0f, radius: GE = 0.8f) extends SingleOut with Product with Serializable

A two pole filter UGen. This provides lower level access to setting of pole location. For general purposes Resonz is better.

in

input signal to be filtered

freq

frequency of pole angle, in Hertz

radius

radius of pole angle. Should be between 0 and 1

See also

OnePole

TwoZero

Resonz

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TwoPole
  2. Serializable
  3. SingleOut
  4. SomeOut
  5. Lazy
  6. GE
  7. UGenSource
  8. Expander
  9. Lazy
  10. Product
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TwoPole(rate: MaybeRate, in: GE, freq: GE = 440.0f, radius: GE = 0.8f)

    in

    input signal to be filtered

    freq

    frequency of pole angle, in Hertz

    radius

    radius of pole angle. Should be between 0 and 1

Value Members

  1. val freq: GE
  2. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  3. val in: GE
  4. final def name: String
    Definition Classes
    UGenSource
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val radius: GE
  7. val rate: MaybeRate
    Definition Classes
    TwoPoleGE