Hermann

Results 339 comments of Hermann

It's to less information to really help. On thing you could try is check if you've a folder `.config/guitarix ` in your home dir, if so, delete it. Other than...

I don't know much about pipewire on Ubuntu 24.04 so I can't really help you. Maybe on the reddit forum been more users using pipewire and could help you to...

I just did a quick test and here guitarix starts as expected with pipewire. `pw-jack guitarix` then the latency and the connections could be set from the guitarix engine menu....

maybe you could run it in the debugger to get some useful information. install the debugger `sudo apt install gdb` start guitarix in the debugger `gdb guitarix` then, to run...

Which desktop do you use?

Okay, thanks, I'll going and install it in a virtual box.

So I got Linux Mint 22 beta running in VirtualBox. I installed guitarix, tried to start it and it segfault as you said. So I tried pw-jack instead jackd, same....

Okay, I got the issue. You must configure jackd for realtime `sudo dpkg-reconfigure -p high jack` and add yourself to the audio group `sudo usermod -a -G audio YourUserName` then...

Hi I've reworked the rt test in guitarix and now it works as it should. Means, when guitarix can't access realtime privilege it will pop up a message box to...

No, but here is the faust version of it which could be used to make a LV2 plug by using the faust online IDE or XUiDesigner. All you need to...