HI,
I want to use Jack on juce. what are the steps for it.
can I use it on windows?
I download the jack kit, but how do I get juce to support it
JUCE does not support JACK on Windows, only Linux. You’ll need to install libjack-dev and set JUCE_JACK to 1 in juce_audio_devices to use JACK audio devices on Linux.
Hmm, since JACK runs on all major operating systems it would be nice if this was a more complete implementation.
Do you know if this has been supported in Juce since posting this? JACK runs perfectly fine on Windows, I pretty much use it for any application that supports it natively and if not with JackRouter ASIO.
This is now available in JUCE 8.0.5
For both Windows and macOS!
However it is trivial to back-port to older versions if needed: juce_audio_devices: Add support for JACK on Windows and macOS · juce-framework/JUCE@f608e7c · GitHub
All the typical JACK limitations in JUCE still apply though (having to connect to a “device”).
See: JACK connection management · Issue #333 · juce-framework/JUCE · GitHub
