Christopher Arndt
Christopher Arndt
Thanks for that. I'll have a closer look as soon as I can. Why do you need to build jack? Wouldn't it be enough to point meson at the jack...
jack_mixer, now that PR #150 is merged, now uses `appdir` to save preferences and mixer setting files in the correct locations, which should work on windows too, so that's one...
I can't reproduce this, neither with the latest release 14 nor with the current Git `main` branch. Can you please re-check this with the latest Git version? Can anybody else...
Thanks for the feedback! Unfortunately I still can't reproduce your results even after adding dozens of new tracks. Alas, if it happens only randomly, it is going to be be...
Aha! I suspect you were still running an old installed version all along. `/usr/bin/jack_mixer` is only the top-level Python script, which imports the rest of the `jack_mixer` Python code from...
The `ImportError` indicates there is something wrong with your `.libs/jack_mixer_c.so` file. It shouldn't suddenly work when you install it. I suspect it is using another left-over version from somewhere else....
Ok, can you please verify, whether the level slider / value bug is present when you run from the git repo? Also, can you please go to "Edit/Preferences" and deactivate...
Sorry, I still can't reproduce this. Would you be able to record a small screencast demonstrating this? Please open a terminal and run: ```console git clone https://github.com/jack-mixer/jack_mixer.git cd jack_mixer ./autogen.sh...
This should be fixed with d6eba3bc4311cd19b5f5c5e92936fca59c17ad54 and 3a0ecbdd801b4993f55cb8931b5a776a34ae6a62. I still couldn't reproduce this with creating input channels, but creating output channels could have been affected. If you still experience this...
The procedure to run jack_mixer from the source directory is now: meson setup builddir --prefix=/usr --buildtype=release meson compile -C builddir # or ninja -C builddir compile ./tools/compile-messages.py ./tools/jack_mixer.sh