Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Random arpeggio by default
name
code content
( Pbind( \instrument, \default, \degree, Pwalk(#[c, e, g, c],1, Prand([-1,1],inf).stutter(Pwhite(1,10))) + Pseq([Pn(0,64), Prand([ 0, [0,2,3], ],inf) ]), \root, Pwhite(0,-8).stutter(32), \mtranspose, Pwhite(-8,8).stutter(8), \dur, 1/8, \isRest, Pwrand([0,1], [0.1,1],inf).coin.not, \legato, Pwhite(0.1,1.2), \amp, 0.1 ).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