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

scsynth doesn't support command-line arguments other than UDP port #26

Closed
nhthn opened this issue Dec 31, 2016 · 2 comments
Closed

scsynth doesn't support command-line arguments other than UDP port #26

nhthn opened this issue Dec 31, 2016 · 2 comments

Comments

@nhthn
Copy link

nhthn commented Dec 31, 2016

Again, I'm on Ubuntu 16.04, launching scsynth with the below code:

var sc = require("supercolliderjs");
sc.server.boot({
    scsynth: "/home/nathan/usr/local/bin/scsynth"
});

SuperCollider launches successfully and I can play Synths with it. However, it doesn't connect to the system inputs and outputs in JACK, as can be seen in this Patchage screenshot:

untitled

It's also odd that it has eight inputs and outputs, when the default supercollider.js settings have numInputBusChannels/numOutputBusChannels both set to 2. It looks like the command-line arguments to scsynth are getting dropped somehow.

@nhthn
Copy link
Author

nhthn commented Dec 31, 2016

Ah. Args other than the UDP port are not implemented. Is there any way I can hack around this?

@crucialfelix
Copy link
Owner

I should implement them ! And provide a way to add arbitrary ones in case the api gets out of sync.

@nhthn nhthn changed the title scsynth outputs and inputs not connecting to JACK scsynth doesn't support command-line arguments other than UDP port Jan 19, 2017
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