musique/examples/random-rythm.mq
2022-10-27 22:32:20 +02:00

7 lines
115 B
Plaintext

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),
),