Created
June 7, 2021 13:47
-
-
Save dmorgan-github/2a3eb110e02d761b8e7a3166a92050d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
( | |
Plazy({ | |
Pbind( | |
\dur, Pseed(123, Prand([1, 0.5, 0.25], inf)) | |
) | |
.finDur(8) // 8 beat measure | |
}) | |
.repeat // repeat each measure | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment