Abstract method which must be implemented by creating the actual UGen
s
during expansion.
number of frames between impulses.
number of frames between impulses. Zero is short-hand
for Long.MaxValue
phase offset in frames.
phase offset in frames. Initialization time only!
Metronome (repeated dirac) generator. For a single impulse that is never repeated, use a period of zero. Unlike
Impulse
which uses a frequency and generates fractional phases prone to floating point noise, this is UGen is useful for exact sample frame spacing. UnlikeImpulse
, the phase cannot be modulated.number of frames between impulses. Zero is short-hand for
Long.MaxValue
phase offset in frames. Initialization time only!