Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Happy little music
name
code content
p = ProxySpace.push(s.boot); ~a.play.quant_(4); ~b.play.quant_(4); ~c = { LFNoise1.kr(8).range(0,15).round }; ~a = Pbind(\degree, Pstutter(4, Pseq([0,2,3,4], inf)), \octave, [3,4], \dur, 0.25, \amp, 0.3); ~b = Pbind(\octave, 4, \scale, Scale.majorPentatonic, \degree, ~c, \dur, 1/4, \legato, 0.5);
code description
a short piece which plays random major music. It sounded very happy.
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