Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: reverbio
name
code content
( SynthDef("reverb", {arg freq=440, release=0.1; var in, s1,out, mod1, depth, mfreq; s1 = SoundIn.ar(0,mul:2); out=FreeVerb.ar(s1,mix:1,room:MouseX.kr(0,1),damp:MouseY.kr(0,1)); Out.ar(0,out); Out.ar(1,out); }).load(s); ) a = Synth("reverb"); a.free
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