111. changed
Spits out a trigger if an input signal has changed. This
will split out a trigger on the initial sample, unless that
first sample happens to be -123.4567
exactly (hack).
<<ugens-top>>=
(define (changed in)
(param in)
(rvl "changed"))
prev | home | next