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.
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
trigger signal to reset the counter.
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.
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.
trigger signal to reset the counter. Note that the UGen shuts down when
trig
finishes, so to use a constant like0
, it has to be wrapped in aDC
, for example.