51. expmap
Applies an exponential mapping to a linear ramp with
slope slope
. slope
can be negative or positive, the
larger in either direction it goes, the steeper the slope.
<<ugens-top>>=
(define (expmap in slope)
(param in)
(param slope)
(rvl "expmap"))
prev | home | next