rsc3/doc/help/ugen/noise/gray-noise.help.scrbl
2022-08-28 12:27:01 +02:00

16 lines
344 B
Racket

#lang scribble/manual
@(require (for-label racket))
@title{(gray-noise rate)}
Generates noise which results from flipping random bits in a word.
This type of noise has a high RMS level relative to its peak to
peak level. The spectrum is emphasized towards lower frequencies.
@racketblock[
(audition (out 0 (mul (gray-noise ar) 0.1)))
]