Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Electrode Theremin
name
code content
( { var saw, bpf; saw = Saw.ar( freq: 30, mul: SinOsc.kr( freq: LFPulse.ar(freq: [100, 1000]).range(1, 10), width: 0.9)); bpf = BPF.ar(in: saw, freq: MouseY.kr(1000, [6000, 9000]), rq: MouseX.kr(0.1, 0.9), mul: 20); 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