Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dmorgan-github/2a3eb110e02d761b8e7a3166a92050d1 to your computer and use it in GitHub Desktop.
Save dmorgan-github/2a3eb110e02d761b8e7a3166a92050d1 to your computer and use it in GitHub Desktop.
(
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