Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: SeekerHit
name
code content
( { var time = 0.23; var freq = (55).midicps; var a = VarSaw.ar(freq/2, width: XLine.ar(0.5,1,time)).range(0,XLine.ar(0.666,1/666,time)); var tone = SinOsc.ar(freq).fold(-0.23*a,a) * EnvGen.ar(Env([1,0],[time])); Out.ar(0, tone.dup); }.play; )
code description
Seekers are something you should avoid. I put this code through Rakarrack to get some samples for heXon. heXon is a FOSS dual stick arcade shooter available at www.LucKeyProductions.nl
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