rsc3/doc/examples/ugen/noise/pink-noise.help.scm

8 lines
247 B
Scheme
Raw Normal View History

2022-08-24 13:53:18 +00:00
;; (pink-noise rate)
;; Generates noise whose spectrum falls off in power by 3 dB per
;; octave. This gives equal power over the span of each octave. This
;; version gives 8 octaves of pink noise.
(audition (out 0 (mul (pink-noise ar) 0.25)))