Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Sinking in the Ocean
name
code content
( x= { var lfn = LFNoise2.kr(1); var saw = Saw.ar( freq: 30, mul: LFPulse.kr( freq: LFNoise1.kr(1).range(1, 5), width: 0.1)); var bpf = BPF.ar( in: saw, freq: lfn.range(300, 1000), rq: 0.01, mul: 20); Pan2.ar(in: bpf, pos: lfn); }.play; {LPF.ar( in: WhiteNoise.ar(mul: 0.2), freq: LFNoise1.kr(1).range(100, 1000) ) }.play; )
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