packages feed

hsc3-0.8: Help/UGen/Noise/clipNoise.help.lhs

clipNoise rate

Generates noise whose values are either -1 or 1.  This produces the
maximum energy for the least peak to peak amplitude.

> import Sound.SC3.Monadic

> audition . (out 0) . (* 0.1) =<< clipNoise AR

> audition . (out 0) . (* 0.1) =<< whiteNoise AR