Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Server-side sequencing
name
code content
( f = { |f0=200, rate=4| { var seq = Dseq(f0*[1/2,3/4, Dstutter(4, Drand([1/2,1,2,3,4,5,6],1)), 2,3/2,3,4/3], inf); var trig = Impulse.ar(rate); var freq = Demand.ar(trig,0, seq); var env = Decay2.ar(trig,1e-3,1); FreeVerb.ar( Splay.ar(SinOsc.ar(freq*[0.995, 1, 1.005]).fold(-0.995,0.995)*0.25*env), 0.5, 0.5 ); } }; fork{ 4.do{ fork{ f.(100,2).play; (1/8).wait; f.(200,4).play; (1/4).wait; f.(100*4/3,8).play; (1/2).wait; f.(400,4).play; }; (1/4).wait; }} )
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