Results 291 comments of Felix Roos

An easy fix would be to check if begin and end are the same, then just query begin+some small number to get the first hap(s). Probably not the cleanest approach...

flash #144

Hey! Glicol looks awesome, the link has already been shared in the Discord. I'll need some time to soak in how Glicol works but I like the first impression! Strudel...

I didn't know that postMessage can cause problems, good to know. Is there a way to use SharedArrayBuffer without needing to touch the server? While having had the same problem...

Does that work around the problem that the server needs to be customized? I pointed this out because I read "Note that you should enable cross-origin-isolation on your server." on...

We definitely need collaborative editing! This issue should possibly wait for https://github.com/tidalcycles/strudel/issues/28 , as it is tightly coupled with the editor implementation. Omicron666 also mentioned we could use [yjs](https://docs.yjs.dev/), which...

Audio streaming alone would be nice too, but we should keep in mind that if we add collaborative editing later, it would ideally run through the same p2p connection as...

great! looks like compatibility is given with minor adjustments. so nothing to worry with peerjs i guess.

i like the idea of having two environments, but I think github pages only allows one. I also thought it would be handy to somehow reflect the strudel version as...

I have now created the "Build and Deploy" workflow which can be triggered from the Actions tab. It builds the REPL and tutorial and deploy it to github pages, so...