130. biramp
Takes a phasor signal in
, and splits it in half at some
position pos
to make it a ramp that goes up then down.
Note that position only gets updated when the phasor resets back to 0.
<<ugens-top>>=
(define (biramp in pos)
(param in)
(param pos)
(rvl "biramp"))
prev | home | next