cl-patterns
cl-patterns copied to clipboard
Library for writing patterns to generate or process (a)musical sequences of mathematically (un)related (non-)compound values in Lisp.
Is it possible to have a new tempo start immediately (restarting/resyncing the clock), instead of only changing on the next beat?
From the documentation on special keys I got the impression that the following should work, but it doesn't: ``` (pb :foo :midinote 60 :tempo 140/60) ``` The tempo is unchanged......
Hi, is it possible to change the steps in the pbjorklund function interactively? For example, using this [script](https://gitlab.com/drumbook/accents/-/raw/658e6d39eb067f3f897f0650e241f34d3160e3c0/bjorklund.lisp), if I change 7 to some other integer while the pattern is...