hsc3-graphs-0.11: src/scratchy.hs
-- scratchy (jmcc)
import Sound.SC3.ID
scratchy :: UGen
scratchy =
let f m = brownNoise m AR * 0.5 - 0.49
n = mce2 (f 'α') (f 'β')
in rhpf (max n 0 * 20) 5000 1
main :: IO ()
main = audition (out 0 scratchy)