hsc3-graphs-0.14: Sound/SC3/Graph/JMCC_analog_bubbles.hs
-- analog bubbles (jmcc)
module Sound.SC3.Graph.JMCC_analog_bubbles where
import Sound.SC3 {- hsc3 -}
analog_bubbles :: UGen
analog_bubbles =
let o = lfSaw KR (mce2 8 7.23) 0 * 3 + 80
f = lfSaw KR 0.4 0 * 24 + o
s = sinOsc AR (midiCPS f) 0 * 0.04
in combN s 0.2 0.2 4
main :: IO ()
main = audition (out 0 analog_bubbles)