80. tick

tick produces a single impulse signal at the beginning of the patch. Useful for kicking things off that only need to be turned on once (line, for example, is frequently used this way).

<<ugens-top>>=
(define (tick)
  (rvl "tick"))



prev | home | next