// title: Happy little music // author: rukano // description: // a short piece which plays random major music. It sounded very happy. // code: 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);