Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: sistres
name
code content
// sine cluster refix, kind of, a little bit, of Arvo Pärt, "Fratres" ( { b=fork{loop{h=[40,45,52].choose.midicps;play{Splay.ar({SinOsc.ar(exprand(h,h+(h/64)),0,0.2)}!16)*LFGauss.ar(9,1/4,0,0,2)};4.wait}}; { 5.do{[[72,69,64], [70,64,62], [67,60,70], [65,60,69], [64,60,67],[65,60,69]].do{|i| x=i.postln;10.wait;}}; 10.wait; c.stop; 4.wait; b.stop; }.fork; 0.1.wait; c=fork{loop{h=x.choose.midicps;play{Splay.ar({SinOsc.ar(exprand(h-(h/128),h+(h/128)),0,0.1)}!16)*LFGauss.ar(6,1/4,0,0,2)};0.5.wait;}}; }.fork; )
code description
sine cluster refix, kind of, a little bit, of Arvo Pärt, "Fratres" "sine cluster" tm rukano (at least, i've never heard anyone else use that term, but maybe that's just me) http://soundcloud.com/tengototen/sistres
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