Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: modifying examples of MIT Supercollider book by Scott Wilson
name
code content
/*I would like to thank Stelios Manousakis and Darien Brito for some insights on sc3 programming*/ ( {var a, b, c; a = ({Mix.new(Array.fill(rrand(20,200),SinOsc.ar([[LFDNoise0,LFClipNoise, LFDClipNoise, LFDNoise1, LFDNoise3, LFNoise0, LFNoise1, LFNoise2].choose.kr(rrand(6,12), mul: rrand(60,600), add: rrand(500,2000)), [LFClipNoise, LFDClipNoise, LFDNoise1, LFDNoise3, LFNoise0, LFNoise1, LFNoise2].choose.kr(rrand(6,12), mul: rrand(60,1200), add: rrand(100,200))], 0.3)))*0.0015}); b = ({Mix.new(Array.fill(rrand(2,200),{[RLPF, Formlet,Resonz,Ringz].choose.ar([Dust,Dust2, Blip].choose.ar([12, 15]), [LFClipNoise, LFDClipNoise, LFDNoise0, LFDNoise1, LFDNoise3, LFNoise0, LFNoise2].choose.ar(1/[3, 4], 1500, 1600), 0.02)})) * 0.03}); c = ({Mix.new(Array.fill(200,[CombN, CombC, CombL].choose.ar([SinOsc,FSinOsc, SinOscFB].choose.ar(midicps([LFNoise1,LFClipNoise, LFDClipNoise, LFDNoise0, LFDNoise1, LFDNoise3, LFNoise0, LFNoise2].choose.ar((rrand(1,3)), (rrand(12,48)),[LFSaw,LFCub, LFPar, LFPulse, LFTri, Saw ].choose.ar([(rrand(2.5,10)), (rrand(2.5,5.123*2))], 0, (rrand(1.5,6)), rrand(40,160)))),0, rrand(0.2,0.8)),rrand(0.5,2), (rrand(0.5,0.6)), (rrand(1,4))))) * 0.0004}); Out.ar(0, LeakDC.ar(Mix.new([a+b+c]))) * 0.3;}.scope )
code description
use markdown for formating
category tags
comma separated, i.g. "wild, siren" (do not enter default SC class names, please)
ancestor(s)
comma separated identificators, i.g. "1-C,1-1,1-4M,1-x"
Private?
the code will be accessible by direct url and not visible in public activity
signup to submit public code without captcha
comment of change