-
Notifications
You must be signed in to change notification settings - Fork 43
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
Ubuntu error, no sound with jackd #38
Comments
Hi, This is what you need to set:
In your supercollider.yaml you can set environment variables. These are set when supercollider.js starts scsynth and this is what scsynth looks for to connect to jack.
I'm not exactly sure what to set there. I'm on mac and haven't used jack. I really wish I could find the time to increase the documentation and guides. Alas, my day job is swallowing my life. It should be documented here (but isn't): https://crucialfelix.gitbooks.io/supercollider-js-guide/content/lang/install-and-configuration.html |
Hi and thanks for spending time to my problem. I read and tried some stuff you put on your message. My final supercollider.yaml file looks like: sclang: /usr/local/bin/sclang
scsynth: /usr/local/bin/scsynth
sclang_conf: /home/abdelaz3r/.config/SuperCollider/sclang_conf.yaml
debug: true
echo: true
stdin: true
langPort: 57120
serverPort: 57110
host: 127.0.0.1
protocol: udp
websocketPort: 4040
SC_JACK_DEFAULT_INPUTS: " system:capture_1,system:capture_2"
SC_JACK_DEFAULT_OUTPUTS: "system:playback_1,system:playback_2" But no sound. I will try again to find something in relation in order to solve that. I also attach a gist that show the output of the Thanks again. |
I think your settings should be something like this: env:
SC_JACK_DEFAULT_INPUTS: "system:capture_1,system:capture_2"
SC_JACK_DEFAULT_OUTPUTS: "system:playback_1,system:playback_2" I mean that Sorry I wasn't clear before. |
It works, thanks a lot ! |
Hi,
I'm trying to run supercolliderjs for a while and there is a big problem. I literally tried with a friend of mine for a whole day to understand why supercolliderjs doesn't work. So, first my config:
OS: Ubunut 16.04
Sound card:
Background:
First I installed Supercollider (scide, sclang, scsynth). This works. I run the supercollider client, that is starting jackd, and I can play music. After that I made some tests with Overtone (clojure binding over supercollider). Again it worked, I just had to start jackd myself, but that was ok.
Problem:
I installed supercolliderjs and first, I had problems with executable path. Here is my
supercollider.yaml
:After doing test, the code that a run (the server.js example on this github page), doesn't produce errors anymore but there is no sound at all. I tried to start jackd the exact same way than supercollider did (by inspect the starting process command in htop).
Is anyone have had the same thing. Is there problem on ubuntu, or with jackd. Maybe conflict with overtone. I don't know and don't see what I can do now.
I can provide some other output is it's necessary.
Thanks a lot.
The text was updated successfully, but these errors were encountered: