«Random arpeggio by default» by grirgz

on 26 Jul'15 01:27 in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(
    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;
)
raw 512 chars (focus & ctrl+a+c to copy)
reception
comments