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

SuperCollider API? #212

Open
yaxu opened this issue Oct 22, 2020 · 1 comment
Open

SuperCollider API? #212

yaxu opened this issue Oct 22, 2020 · 1 comment

Comments

@yaxu
Copy link
Collaborator

yaxu commented Oct 22, 2020

#190 and #199 involve making an OSC-based protocol between tidal, sclang and scsynth.

There's also the RMS stuff #74

For the latter, @shawnlawson is looking at getting access to the RMS data from javascript for Atom integration, as well as communicating with the https://github.com/tidalcycles/tidal-listener OSC API with Tidal.

Talking with sclang/scsynth needs some fairly low level socket operations, which https://github.com/crucialfelix/supercolliderjs/ has solved, so we're looking at that. supercolliderjs speaks to supercollider via the API quark https://github.com/supercollider-quarks/API via its scapi sub package https://github.com/crucialfelix/supercolliderjs/tree/develop/packages/scapi

So the question is, would we be better using the API quark in superdirt, rather than continue rolling our own API? One complication is that scapi seems to only communicate with sclang, not scsynth, but I could be wrong about that.

@telephon
Copy link
Contributor

telephon commented Oct 23, 2020

The API Quark is reliable, I'd be fine with relying on it. I've never used it, and have little time at hand currently, but I can help if you want to start something.

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

No branches or pull requests

2 participants