sonosaurus / sonobus

Source code for SonoBus, a real-time network audio streaming collaboration tool.
https://sonobus.net
GNU General Public License v3.0
1.55k stars 114 forks source link

Crash on Debian GNU/Linux 10 when activating patchbay #57

Open strk opened 3 years ago

strk commented 3 years ago

When SonoBus starts it automatically connects to jack_mixer MAIN outputs, not sure why. Activating a Jack PatchBay so that jack_mixer "sonobus" output connects to SonoBus instead, results in SonoBus crashing. This is as of sonobus commit dae2af65653b10eba2583c6d44a0dcacc9762e83 - I'll try updating to current tip of main branch to see if anything changes

essej commented 3 years ago

Please use the develop branch for any further tests.

I am aware that the way sonobus presents to JACK is weird, this is because of the way JUCE integrates with it, and it is a bit flawed.

strk commented 3 years ago

This could be a duplicate of #25