Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Breathing Ocean
name
code content
( { var lew, bpf; lew = WhiteNoise.ar( mul: 0.5, add: 0.1); bpf = LPF.ar(in: lew, freq: SinOsc.kr(1/8).range(100, 800)); Out.ar(0, bpf); }.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