106. chaosnoise

chaosnoise is a noise generator based on a unstable chaos equation. The chaos parameter determines the level of chaos (usually should be between 1 and 2). Rate determines the rate at which to compute the noise in units of Hz.

<<ugens-top>>=
(define (chaosnoise chaos rate)
  (param chaos)
  (param rate)
  (rvl "chaosnoise"))



prev | home | next