Timer

final case class Timer(trig: B) extends SingleOut[Long]

A UGen that outputs the number of sample frames passed since last triggered. If no trigger is used, it simply outputs a linearly rising ramp.

Value parameters:
trig

trigger signal to reset the counter. Note that the UGen shuts down when trig finishes, so to use a constant like 0, it has to be wrapped in a DC, for example.

Companion:
object
trait Serializable
trait SingleOut[Long]
trait Lazy[Long]
trait GE[Long]
trait Expander[UGenInLike[Long]]
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