Open Skrappjaw opened 1 year ago
Thanks for the report. What version of jack_mixer are you using (see "help/About" menu) and which Linux distro? Can you run jack_mixer from a terminal with the debug flag (jack_mixer -d
) and load your settings and post the terminal output here? Also, please post your mixer settings XML file and your global settings file (~/.config/jack_mixer/preferences.ini
)).
Fedora 35 Version 14
$ jack_mixer -d -c /home/skrapp/Audio_configs/UMC-Korg WARNING: Cannot load PyXDG. Your preferences will not be preserved across jack_mixer invocations
There is no folder in .config for jack_mixer
The settings XML - The mixer channels all load fine. It's just everything in the preferences that fail.
<?xml version="1.0" ?>
Release 14 is more than two years old. Current release is version 17, released more than a year ago. Please test with a current version.
Also, as the warning message says, you need PyXDG installed for proper settings saving and restoring.
Makes sense. Must be a packaging issue on Fedora's end.
Is there a way to compile this without jack installed? I'm on pipewire and have no intention of "jacking" up my system trying to compile one program just to revert back to pipewire.
Tbh, I don't really know. I don't use pipewire's JACK part, only the pulseaudio replacement.
On Arch Linux, the package pipewire-jack
installs Pipepwire's version of libjack.so
in the usual place (/usr/lib
), so I guess there compilation should work out-of-the-box, if that package is installed and it reports a version that is compatible with that of JACK1 or JACK2. I haven't tried, though. I'm also not sure, how Pipewire is packaged on Fedora and where it installs its version of libjack.so
.
I found the pipewire-jack files in a different location. Tried to make a simlink in /usr/lib but it shows not a recent enough version of jack. But Fedora has version 1.9.19. Compiler only requires 1.9.11.
You can try removing the version requirement in the meson.build
file:
https://github.com/jack-mixer/jack_mixer/blob/main/meson.build#L16
Does pipewire-jack
on Fedora come with a pkgconf
file (jack.pc
) for JACK? If so, what does pkgconf --modversion jack
report?
Noting. Did a search on pkgs.org through the all the jack/pipewire packages fedora ships.
Found it. It's not shipped in the default packages, but it is in the devel packages. Add this note for Fedora users to the installation instructions. I'll also attempt to hit up the Fedora team to let them know jack_mixer is severely out of date/version parity. Thanks for the help.
sudo dnf install pipewire-jack-audio-connection-kit-devel
Yes, on debian and redhat-based distros you always need to install the -dev packages for the libraries you want to compile/link with.
Thanks for your research.
Mixer preferences do not save. Interface, Scales, nor MIDI. I like the 70DB scale to avoid clipping channels, and the Pickup Value option avoids slamming a fader to the gills on accident. But every time I reload the preset, these are set to defaults.