Results 286 comments of Felix Roos

I think it's generally desirable to allow multiple modifiers without brackets, because it's less to type so I added both compatibility and enhancement as labels. It might be that some...

I like the idea of having this layer of formalization, also JSON(L) seems like a good fit. We would need some alternative way to express ratios though, as JSON(L) does...

> Just wondering if it'd be easier to expand the mininotation to be able to specify event fragments? Could you make an example? I don't really understand ..

just made a little shootout between - shift - babel - acorn - swc ## shift shift is what is currently used in strudel. Size: 426.52 KiB / gzip: 72.50...

fixes https://github.com/tidalcycles/strudel/issues/145

waiting for [email protected] https://www.npmjs.com/package/vitest

i have now refactored all tests to vitest + now using the snapshot feature instead of the custom solution. unfortunately, it's actually slower than mocha by ~50% so I am...

i think it's still better, because the dev mode seems much quicker + the snapshot feature alone will be of great use. also, if we decide to move to typescript...

probably collides with https://github.com/tidalcycles/strudel/issues/65 without something comparable to type inference

Isn‘t this problem of loosing data also related to all other methods that use withHapTime? Iirc the problem was there is no way of knowing if an event part ever...