On 11/5/24 12:04, reduzent@gmail.com wrote:
On Tue, 2024-11-05 at 10:52 +0100, Yann Seznec wrote:
It compiles just fine, and I can open a patch, but when I run Pd it can not find any audio or midi devices.
For ALSA (and JACK) backends to be detected, you need the respective headers to be installed. For ALSA, you need libasound2-dev, for JACK you need libjack-jackd2-dev.
sudo apt install libasound2-dev libjack-jackd2-dev
Then run ./configure again and it should detect the backends.
I think you should run ./configure --enagle-jack if you want it to detect jack.