123. bezier
bezier
maps a bezier curve from an normalized linear ramp.
The control points cx
and cy
are assumed to be in
the 0-1 range.
<<ugens-top>>=
(define (bezier in cx cy)
(param in)
(param cx)
(param cy)
(rvl "bezier"))
prev | home | next