Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: ..and tweets
name
code content
// 01 play{a=SinOsc.ar(_);g=Stepper.ar(_);f=111!2+(148*a.(3.0166));FreeVerb.ar(HPF.ar(a.(2**f)/3,7e3)+a.(g.(a.(2))*444/g.(f)))}// #SuperCollider // 02 play{a=SinOsc.ar(_);b=LFPulse.ar(_);g=Stepper.ar(_);Splay.ar(HPF.ar(a.({|i| f=111!2+(148*a.(1/i));g.(b.(i.sqrt))*(444/i)/g.(f) }!12,123)))} // 03 play{a=SinOsc;b=LFPulse;g=Stepper;Splay.ar(HPF.ar(a.ar({|i|f=111!2+(148*a.ar(1/i));g.ar(b.ar(i))*(444/i)/g.ar(f)}!8,123).tanh))}// #sc140 // 04 SynthDef(\,{|f,j|Out.ar(0,LFTri.ar(f!2)/8*Line.ar(2,1,j,1,0,2))}).add;29.do{|i|Pbind(\instrument,\,\f,(i+1)%9*88,\dur,i+1/9,\j,i/99).play} // 05 - nasty for cpu ~8k ugens, ~40% on my machine d=Dust;a=SinOsc;300.do{|i|{a.ar(Stepper.kr(d.kr(1),0,0,t=TChoose.kr(d.kr(3),(4..7)))*129+[a.kr(t),a.kr(t+1).neg],a.kr(i/t),i+1*1e-4)}.play}
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