LagUD

final case
class LagUD(rate: MaybeRate, in: GE, timeUp: GE, timeDown: GE) extends SingleOut

An exponential lag UGen with separate inputs for up and down slope. This is essentially the same as Lag except that you can supply a different 60 dB time for when the signal goes up, from when the signal goes down.

Value Params
in

input signal.

timeDown

60 dB lag time in seconds effective during a falling slope in the input signal

timeUp

60 dB lag time in seconds effective during a rising slope in the input signal

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