Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Re: ... got one, thnx!
name
code content
Ndef(\b, { LFDNoise0.ar(500)}); Ndef(\c, { LFDNoise1.ar(0.3).range(5,15)}); Ndef(\d, { LFDNoise3.ar(SinOsc.kr(0.1, 0, 1000, 300), 200, 200)}); Ndef(\a, { Limiter.ar(GVerb.ar(SinOsc.ar(Ndef(\d), mul: Ndef(\b)), roomsize: Ndef(\c) ) )}); Ndef(\a).play;
code description
Modulating GVerb roomsize, among other things
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