flok
flok copied to clipboard
Web-based P2P collaborative editor for live coding sounds and images
It'd be nice to have a small cheatsheet dialog for newcomers, maybe shown at the right of the Command icon at the top-right corner. It should quickly show how to...
Currently the last panel is always removed, but this is not always what a user might want. It would be nice if the Layout allows to remove a specific panel...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
Hi there, the documentation says that `sclang` target doesn't work on Windows, so you must use `remote_sclang`. I have followed the instructions for that, but I must be missing something,...
using strudel effects that internally use AudioWorklets don't work anymore and result in silence: ```js s("bd*4").shape(.4) ``` this is the case for `coarse`, `crush`, `shape` (and `dist`, `supersaw` in the...
Hey! I added this dummy repl, it has no syntax highlighting and it just sends the code as osc-message `/flok "code here"` to port `3001` when connected to the `flok-repl`....
I've noticed the flash on evaluation gets stuck sometimes, maybe just for strudel, maybe also only with multiple evaluations happening in parallel. It usually goes away on the next evaluation,...
I'm trying to run a sclang repl and can't figure out what is happening. it seems like the REPL in console is not able to start the server (scsynth)? I'm...