Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: goofy sounds
name
code content
( { var tri, bpf; tri = LFTri.ar( freq: [440,340, 513], mul: LFPulse.kr( freq: [6,3,2], width: 0.15)); bpf = SinOsc.ar(in: tri, freq: LFNoise2.kr(4).range(400,1000)); Splay.ar(tri,bpf); }.play; )
code description
number 10 for Quiz 4a
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