143. softclip

Applies soft clipping (tanh-ish) to an incoming signal in. drive is the scaling amount. 1 has no effect.

<<ugens-top>>=
(define (softclip in drive)
  (param in)
  (param drive)
  (rvl "softclip"))



prev | home | next