Page 1 of 3
Question regarding new_song template
Posted: 07 May 2020 06:31
by TheYke
Hi there,
installed radium from Arch-Repo some days ago to test it and I must say, I love it. Especially the pd-support. Really nice! Really considering to buy it ....
Sorry to bother you, but I got one question: I get an error on every startup that there was an issue with connecting to a jack port.
I tracked it down, that it must be related to the fact that I only have 1 input on my USB audio-interface (if I switch jack presets to the internal sound-card with stereo-input, no error whatsoever). Is this plausible?
I figured, I have to set the defaults so that radium doesn't try to connect to 2 input-channels but just one or none? Further reading revealed, that defaults have to be set inside the new_song.rad file, right?
Any advice on this would be really nice!
Thanks in advance.
Re: Question regarding new_song template
Posted: 07 May 2020 06:57
by kjetil
Hi,
I don't get any error when I use one input port with the dummy jack driver. What does the error say? Does it only happen during program startup, or does it also happen when you select "New" from the file menu?
Re: Question regarding new_song template
Posted: 07 May 2020 07:16
by TheYke
Hey, thanks for the reply.
This is the message:
- radium_error.png (16.96 KiB) Viewed 10443 times
If I hit "try to run anyway" it seems to run without problems.
And no, if I hit "new" from the menu, the error doesn't come up again.
Re: Question regarding new_song template
Posted: 07 May 2020 07:32
by kjetil
The error is printed after running a program that checks if jack is working. It's only run during startup.
Can you run this program manually and report back what it prints to the terminal?
The program is called radium_check_jack_status and I think you'll find it here:
/opt/radium/bin/radium_check_jack_status
Re: Question regarding new_song template
Posted: 07 May 2020 07:39
by TheYke
Sure,
for
inside /opt/radium/ it says
Code: Select all
KillJackd.cpp: Could not connect input port 2
Thanks again.
Re: Question regarding new_song template
Posted: 07 May 2020 07:56
by kjetil
I don't know. It seems like jack reports back the wrong number of port names. I don't see anything wrong with the radium code. (
https://github.com/kmatheussen/radium/b ... d.cpp#L128)
I'll ask on the Jack mailing list if there could be an error in the USB audio driver.
You can probably safely ignore the error though.
Re: Question regarding new_song template
Posted: 07 May 2020 08:00
by TheYke
Ok, thanks for your efforts!
Re: Question regarding new_song template
Posted: 07 May 2020 08:48
by kjetil
I wonder, in qjackctl, how many "system/capture_*" ports do you see?
Re: Question regarding new_song template
Posted: 07 May 2020 09:30
by TheYke
In the permanent qjackctl-patchbay i have "capture_1" & "capture_2". With the error-throwing preset enabled however, inside the graph qjackctl I only have "capture_1" as it's mono-in on hardware-side.
As my machine is a laptop for studying, I'm constantly switching presets (internal soundcard on the go, little external one for audio-work at home), that's why I try to use one big batchbay-patch where all apps can connect automatically as needed.
Just tried to delete the (not used/needed) "capture_2" from my qjackctl patchbay temporarily, but same message appears. As said earlier, if I switched the alternative input-device to the internal hardware in duplex-mode, it just works fine ...
EDIT: typos
Re: Question regarding new_song template
Posted: 07 May 2020 09:51
by kjetil
Sorry, this is too confusing for me. Can you open the "connections" window, press "expand all", and list up the ports under "system"?