Timer:
Filter:
Classes | UGens > Triggers

Timer : UGen : AbstractFunction : Object

Returns time since last triggered.
Source: Trig.sc

Description

When triggered, Timer measures the time (in seconds) elapsed since the previous trigger, and outputs this time value as a constant. Its output will not change until the next trigger. The initial value is 0.

If you need the time since the last trigger, where the time is continually updated, see Sweep.

Class Methods

Timer.ar(trig: 0.0)

Timer.kr(trig: 0.0)

Arguments:

trig

A trigger occurs when trig signal crosses from non-positive to positive.

Inherited class methods

Instance Methods

Inherited instance methods

Examples