LeastChange

final case
class LeastChange(rate: MaybeRate, a: GE, b: GE) extends SingleOut

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

Value Params
a

first input signal to select from

b

second input signal to select from

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