strudel
strudel copied to clipboard
splice isn't cps-aware
This shouldn't be gappy:
samples('github:yaxu/clean-breaks')
setcps(0.5)
s("think")
.splice(8, "0 1 2 3 4 5 6 7")
this might have some crossover with https://github.com/tidalcycles/strudel/issues/821
fixed with https://github.com/tidalcycles/strudel/pull/932