Packages

final case class MostChange(rate: Rate, a: GE, b: GE) extends SingleOut with Product with Serializable

A UGen that switches between two input signal depending on which is changing more. Change is based on the absolute of the differentiation of the respective signals.

a

first input signal to select from

b

second input signal to select from

See also

LeastChange

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MostChange
  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 MostChange(rate: Rate, a: GE, b: GE)

    a

    first input signal to select from

    b

    second input signal to select from

Value Members

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