Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Another fibonaccy melody
name
code content
( c=13;a=Array.fib(64,0,1);b=Array.fill(size:c,function:{arg i;a[i]%12}); p=1/(21-c);Pdef(\x,Pbind(\dur,p,\degree,Pseq(b,1,0))); r=Array.fill(c,{arg i;Pbindf(Pdef(\x),\mtranspose,1-b[i]);}); Pseq(r,(1/p)).play; )
code description
Wow ! the conciseness of SuperCollider is wonderful ! We can make many attractive melodies !
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