Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Memories
name
code content
// Boot the audio server s.boot; // Play a sine wave tone { SinOsc.ar(440, 0, 0.2) }.play; // Simple repeating beat ( Pbind( \instrument, \perc, \dur, 0.5, \freq, 200 ).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