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.
decimation factor of the UGen.
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.
Abstract method which must be implemented by creating the actual UGen
s
during expansion.
Abstract method which must be implemented by creating the actual UGen
s
during expansion. This method is at most called once during graph
expansion
the expanded object (depending on the type parameter U
)
value of the internal counter.
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.
A UGen that decimates trigger by outputting one impulse each time a certain number of triggers at its input have been received.
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
is2
, then astart
value of0
(default) means that the first output trigger happens after two input triggers, astart
value of1
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, ifstart
is-1
, the first output trigger happens after three input triggers.Stepper
PulseCount