musique/examples/random-rythm.mq

7 lines
115 B
Plaintext
Raw Normal View History

for (up 10) (n |
snd := c + (shuffle (up 12)).0,
o := if (n % 2 == 0) 3 4,
say snd o,
play (oct o, snd qn),
),