Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Greyhole example
name
code content
Spec.add(\delayTime, [0, 2]); Spec.add(\damp, [0, 1]); Spec.add(\size, [0.5, 3]); Spec.add(\diff, [0, 1]); Spec.add(\feedback, [0, 1]); Spec.add(\modDepth, [0, 50]); Spec.add(\modFreq, [0, 10]); Ndef(\reverb, { var in = SoundIn.ar([14, 15]); Greyhole.ar(in, \delayTime.kr(2), \damp.kr(0), \size.kr(1), \diff.kr(0.707), \feedback.kr(0.9), \modDepth.kr(0.1), \modFreq.kr(0.61)) })
code description
See Greyhole from DEIND UGens at SCPlugins
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