musique/examples/random-rythm.mq
2022-10-26 16:50:40 +02:00

7 lines
117 B
Plaintext

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