Packages

final case class PV_MagBelow(chain: GE, thresh: GE = 0.0f) extends SingleOut with ControlRated with HasSideEffect with IsIndividual with Product with Serializable

A phase vocoder UGen that passes only those bins whose magnitudes are below a given threshold.

chain

the FFT'ed buffer

thresh

magnitude threshold.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PV_MagBelow
  2. Serializable
  3. IsIndividual
  4. HasSideEffect
  5. ControlRated
  6. SingleOut
  7. SomeOut
  8. Lazy
  9. GE
  10. UGenSource
  11. Expander
  12. Lazy
  13. Product
  14. Equals
  15. AnyRef
  16. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PV_MagBelow(chain: GE, thresh: GE = 0.0f)

    chain

    the FFT'ed buffer

    thresh

    magnitude threshold.

Value Members

  1. val chain: GE
  2. lazy val hashCode: Int
    Definition Classes
    UGenSource → AnyRef → Any
  3. final def name: String
    Definition Classes
    UGenSource
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. final def rate: Rate
    Definition Classes
    ControlRated
  6. val thresh: GE