Results 291 comments of Felix Roos

maybe tidal-parse could also be reused via https://gitlab.haskell.org/ghc/ghc-wasm-meta ..

> if so, minitidal could probably become an exolang (language provided to Estuary or another platform as a JS library) do you mean a JS rewrite of minitidal or some...

related: https://github.com/tidalcycles/strudel/pull/870

Agreed that 0 is a better default! It would be handy to have a quick way to repair old patterns. `fanchor` isn't even documented, so basically all patterns using a...

looks good, thanks for adding! I think the last thing missing is something like `resetDefaults`, which is called in `resetEditor`, so defaults from other patterns won't interfere when switching patterns....

> What if we had a version tag at the top of the editor? like // @ver 2.15 That way we could have different defaults for different versions if needed...

continuing now here, because discord is too ephemeral: yep opt-out would also work with the version tag.. so if no version tag is present, use current defaults. if there is...

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

> I'm guessing that you want to do the DB operation for adding the version tag before committing this? ok, merging now then quickly running the db update when it's...

db fix is out, i've added // @version 1.0 to the bottom of each pattern in the db. personal patterns might still be off, so I guess we can mention...