-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
making connections via rtmidi? #342
Comments
JACK support has been working for *nix-like (incl. Linux and MacOS) systems for a long time. It used to be dependent on libpthread which is the standard multi threading library on *nix systems. Of course, the JACK support must be compiled into the software. Further instructions can be given if you tell us which build system you are using on which operating systems. When you are using Pipewire, a special libjack must be used in order to connect to the pipewire demon. There are some pitfalls in its configuration. So you should always make sure that native JACK applications like jack-play work, bofore testing higher-level interfaces like RtMidi. |
I'm on Arch Linux with pipewire, using g++. |
How does your software, which libjack to use? Did you check that it uses the pipewire replacement and not any of the other jack libraries? You can check this using the command line:
This also tells you whether JACK support has been compiled in. Edit: Do you use cmake? |
No I don't use CMake since I have no reason to. In this case I don't think I'd need it either. What I'm a bit confused about is your goal. Do you want me to use the jack API to make the connections myself? Is there no suppport for that in rtmidi? |
Hey there,
is it possible to make pipewire/jack connections via rtmidi? I've not seen a way to do so yet, but maybe the terminology has confused me.
Any hints?
Thanks!
The text was updated successfully, but these errors were encountered: