89. expcurve

expcurve creates a exponential curve from a linear ramp in using slope slope.

<<ugens-top>>=
(define (expcurve in slope)
  (param in)
  (param slope)
  (rvl "expcurve"))



prev | home | next