flok
flok copied to clipboard
How to configure `remote_sclang` on Windows
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, because I never see remote_sclang
appear in the Flok targets drop-down.
I tried both with web and local versions of Flok (running in Brave browser), with the same results. I ran the following to set up the remote_sclang
REPL:
$ npx flok-repl@latest -H ws://localhost:3000 -s my-session-332f5265 -t remote_sclang -T user:my-user-name
I also have FlokQuark
installed in SuperCollider and started it. (If I send /flok
OSC messages from another app to localhost on port 57200, the code does indeed get executed in SC, so that part is working).
I'm just missing the step on how to make remote_sclang
show up in the Flok web interface as an option. Thanks!