Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Subtractive Synth
name
code content
( SynthDef(\Synth3, {arg ress = 0; var klank, env; klank = Klank.ar(`[{Rand(70,21000)}!7, {Rand(0.128,0.700)}!7],BrownNoise.ar(0.7)); klank = klank; env = EnvGen.kr(Env.perc(0.07, ress), doneAction:2); Out.ar(0, klank*env.dup*0.0128); }).add; ) {inf.do{x = rrand(0.01,0.7); Synth(\Synth3, [\ress, x+(7*x)]); x.wait;}}.fork
code description
Play around with {Rand(70, 21000)}!7 A simple example for the begginers... hope I can contribute to something =)
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