Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: ... got one, thnx!
name
code content
Ndef(\a, { Limiter.ar(GVerb.ar(SinOsc.ar(Ndef(\d), 0, Ndef(\b), Ndef(\c)) )) }); Ndef(\b, { LFDNoise0.ar(500)}); Ndef(\c, { LFDNoise1.ar(10)}); Ndef(\d, { LFDNoise3.ar(SinOsc.kr(3, 0, 1000, 300), 200, 200)}); Ndef(\a).play;
code description
Ndef folly
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