a trigger occurs when the signal changes from non-positive to positive.
decimation factor of the UGen. A value of 1 would cause an output trigger for each input trigger, whereas a value of 2 would cause an output trigger each time the internal counter has seen two input triggers.
value of the internal counter. For example, if div is
2 , then a start value of 0 (default) means that
the first output trigger happens after two input
triggers, a start value of 1 means that the first
output trigger happens after just one input trigger.
Negative values can increase the number of required
input triggers for the first output trigger. For
example, if start is -1 , the first output trigger
happens after three input triggers.
a trigger occurs when the signal changes from non-positive to positive.
decimation factor of the UGen. A value of 1 would cause an output trigger for each input trigger, whereas a value of 2 would cause an output trigger each time the internal counter has seen two input triggers.
value of the internal counter. For example, if div is
2 , then a start value of 0 (default) means that
the first output trigger happens after two input
triggers, a start value of 1 means that the first
output trigger happens after just one input trigger.
Negative values can increase the number of required
input triggers for the first output trigger. For
example, if start is -1 , the first output trigger
happens after three input triggers.
A UGen that decimates trigger by outputting one impulse each time a certain number of triggers at its input have been received.
Examples
Stepper
PulseCount