Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to configure remote_sclang on Windows #284

Open
totalgee opened this issue May 13, 2024 · 3 comments
Open

How to configure remote_sclang on Windows #284

totalgee opened this issue May 13, 2024 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@totalgee
Copy link
Contributor

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!

@totalgee
Copy link
Contributor Author

Solved, after further searching I found a note in one of the comments in this issue #67... I just need to add the -n sclang flag:

$ npx flok-repl@latest -H ws://localhost:3000 -s my-session-332f5265 -t remote_sclang -n sclang -T user:my-user-name

This should be added in the documentation somewhere.

munshkr pushed a commit that referenced this issue May 18, 2024
Adding a note to the README to resolve issue #284.
@munshkr
Copy link
Owner

munshkr commented May 18, 2024

Hi! Yes, thank you for adding that bit to the docs. It's been a long time since I used SC on Flok... I should probably add this in the command shown in the REPL dialog when using sclang.

@munshkr munshkr added the documentation Improvements or additions to documentation label May 18, 2024
@totalgee
Copy link
Contributor Author

Yes, that would be great, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants