Replies: 5 comments
-
OK, I found the solution. I placed this in my .bashrc file, and got audio playing:
|
Beta Was this translation helpful? Give feedback.
-
Cool. Looks like the solution wasn't supriya-specific? |
Beta Was this translation helpful? Give feedback.
-
Yes, and the problem was Linux specific, actually. Might be cool to have a
note on the README about setting those environmental variables for Linux
users.
…On Tue, Jan 14, 2025, 8:48 PM Joséphine Wolf Oberholtzer < ***@***.***> wrote:
Cool. Looks like the solution wasn't supriya-specific?
—
Reply to this email directly, view it on GitHub
<#414 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACVNNEQKGMXEOPIQYMWAKJ32KVSXPAVCNFSM6AAAAABU6JZ3JWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBTGU2DEOI>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
Maybe? But who is going to remember what it was about in 5 years... if it's not directly related to the library, I'm not convinced it should go anywhere. I'm not going to remember the context and will probably just delete it. Not trying to be difficult, just honest about long-term maintenance here. |
Beta Was this translation helpful? Give feedback.
-
Fair enough. Like I mentioned in my email, once I'm more familiar with
supriya, I'll put together some simple tutorials for people. I'll mention
setting the environmental variables for Linux in them.
…On Tue, Jan 14, 2025, 9:15 PM Joséphine Wolf Oberholtzer < ***@***.***> wrote:
Maybe? But who is going to remember what it was about in 5 years... if
it's not directly related to the library, I'm not convinced it should go
anywhere. I'm not going to remember the context and will probably just
delete it. Not trying to be difficult, just honest about long-term
maintenance here.
—
Reply to this email directly, view it on GitHub
<#414 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACVNNET6REKFXKGKDYMPEE32KVV6DAVCNFSM6AAAAABU6JZ3JWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBTGU3DIOI>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use supriya on Linux Mint 22, and have run into a few problems.
One was having to add myself to the audio group in order to get JACK to run in Real Time. That was an easy fix.
However, the ongoing problem is that supriya does not set up the needed connections to get audio routed correctly. SuperCollider does this correctly when I start the IDE.
These are two screenshots of JACK's Graph when not using JACK D-Bus.

SuperCollider when booting the server from the IDE:
SuperCollider when booting the server from supriya:

These are two screenshots of JACK's Graph when using JACK D-Bus.

SuperCollider when booting the server from the IDE:
SuperCollider when booting the server from supriya:

This is the output of SuperColliders logs in the IDE's post window:
This is the output of some logging I did in supriya:
You can see that this is missing from supriya's scsynth logs:
Beta Was this translation helpful? Give feedback.
All reactions