flok
flok copied to clipboard
".beat is not a function"
The beat() function (added here (https://github.com/tidalcycles/strudel/releases/tag/v1.1.0), with a lot of other features) for example, throws an error:
TypeError: s(...).beat is not a function
Hi! I believe it is using Strudel v1.1.0 already. Can you provide an example that fails? I tried this and it seems to work fine, maybe it's something else...
Hmm, that's odd. I tried s("cajon").beat("0, 2, 4, 6", 8) and it threw that error.