tidalcycles/Tidal

Make `chunk` work as `chunk'` if called with a negative number

ndr-brt opened this issue · 1 comments

Currently, chunk is not working if called with negative numbers, would be great if:

chunk "-3" "a b"

behave the same as

chunk' 3 "a b"
yaxu commented

Agreed, almost always in live coding it's better to do something than nothing!