Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: outer beat
name
code content
( { var saw, bpf; saw = Saw.ar( freq: [1700,2000], mul: LFPulse.kr( freq: [2,7], width: 0.115)); bpf = LPF.ar(in: saw, freq: SinOsc.kr(1/3).range(250, 4000)); }.play; )
code description
Quiz 4a for MUSC 115, pp. 62-84 from Gentle Intro to SuperCollider.
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