Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: tweets
name
code content
// a noisy play{f=Saw.kr(1);x=LagUD.kr(LFPulse.kr(5,0,0.48,4),0.7,0.8)*SinOsc.kr(TRand.kr(799,1020,Dust.kr(3)));Trig.kr(x,0.244)*SinOsc.ar(x*f!2,0,4)} // and a liquid one play{x=LagUD.kr(LFPulse.kr(2,0,1,4),0.2,0.8)*SinOsc.kr(TRand.kr(9,12,Dust.kr(3))).lag(1);f=Slope.kr(x);Trig.kr(x,0.24)*SinOsc.ar(x**f!2)} // bomb bass play{FreeVerb.ar(EnvGen.ar(Env([0.0,0.2,0.0],[0.7,0.5]).circle)*PMOsc.ar(4.4*Saw.kr(9).abs,8.8*Saw.kr(19.sin).abs,94,0.5*Saw.kr(7).lag)!2)}
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