-
Notifications
You must be signed in to change notification settings - Fork 16
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
Alsa Midi Ports reservation while not in use #27
Comments
jhordies
changed the title
Midi reservation
Alsa Midi Ports reservation while not in use
Oct 20, 2024
Here is a simple Java program to test the behaviour:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Sorry to revive an old topic.
I'm using Mixing Station (Java) on my rpi with Jack and mod-host/mod-ui.
Long story short, Mixing Station cannot use any midi port even-though the ports are not in use by any jack client.
I already contacted Mixing Station to try and get them to use jack midi but they say they use the standard java midi and their customer base is too small on Linux & Jack to change their implementation for this use case.
I understand the ports are being locked to one consumer (in SEQ) but does a2jmidid absolutely need to open the ports only to list them as available to jack ?
This project seem to have taken that approach to solve the same problem.
Alternatively could jack somehow expose an alsa software midi port to act as a jack client ?
Any idea is welcome !
Thanks a lot for all the excellent work.
The text was updated successfully, but these errors were encountered: