7 lines
195 B
Scheme
7 lines
195 B
Scheme
|
;; (clip-noise rate)
|
||
|
|
||
|
;; Generates noise whose values are either -1 or 1. This produces the
|
||
|
;; maximum energy for the least peak to peak amplitude.
|
||
|
|
||
|
(audition (out 0 (mul (clip-noise ar) 0.2)))
|