flathub / org.ardour.Ardour

https://flathub.org/apps/details/org.ardour.Ardour
16 stars 5 forks source link

Jack doesn't work due to missing(?) jack.conf/client.conf #21

Closed ingobecker closed 3 years ago

ingobecker commented 3 years ago

I'm using fedora 33 and the latest version 4de76372a0f96f8e1aff7f45265f4dd79e3737705386fec0aa43bdf9f8479034 of the flatpak of ardour. I followed the description in the readme (uninstalled the local version of jack and installed pipewire-jack-audio-connection-kit). Once i start ardour and select jack as the audio system from the shown audio/midi setup dialog confirming my selection by clicking start fails with the error Could not reconnect to Audio/MIDI engine. The terminal output looks like this:

JACK command line will be: /app/bin/jackd -t 200 -p 2048 -R -T -d alsa -n 2 -r 44100 -p 64 -d hw:PCH,0 -X raw
[W][000006763.443007][context.c:224 pw_context_new()] context 0x559e8a07a800: can't load config jack.conf: No such file or directory. Using client.conf fallback
[E][000006763.443140][context.c:232 pw_context_new()] context 0x559e8a07a800: can't load client.conf config: No such file or directory

Choosing pulse works as expected.

hfiguiere commented 3 years ago

it's a known bug (regression) in the freedesktop-sdk, we hope an update will be available soon.

With pulse you don't get MIDI support.

hfiguiere commented 3 years ago

This is the issue tracking it https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/issues/1223

ingobecker commented 3 years ago

thanks for the very fast reply and the link. i will then wait for the runtime to be updated.

hfiguiere commented 3 years ago

The runtime was updated and it works here.

Let me know if you still have issues.

ingobecker commented 3 years ago

Works for me as well.