Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Chipper
name
code content
{ var time = 8; var freq = (40-12).midicps; var a = VarSaw.ar(freq/2, width: XLine.ar(0.5,1,time)).range(0,XLine.ar(1,1/1000,time)); var tone = SinOsc.ar(freq).fold(-1*a,a); Out.ar(0, tone.dup); }.play;
code description
Beam me up scotty.
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