Christopher Arndt

Results 235 comments of Christopher Arndt

Additionally. unfortunately, protobuf also requires at least C++14 but the configure only set `-std=gnu++11`, making the compilation of the test programs, which check for the protobuf headers, fail. (This is...

Alas, that doesn't help when compiling ola for packages of Linux distributions, which ship newer protobuf versions.

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...

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...

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...

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?

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.

I would suggest making a graphical mock-up to be able to discuss the idea. Another option would be to introduce a toolbar. Or to put these buttons at the right...

@yurivict I only submitted a PR with the fix for this issue. It's up to the maintainers of this project to make a new release. I'm not one of them.