-
Notifications
You must be signed in to change notification settings - Fork 0
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
Control which ports are opened #2
Comments
I don't think opening all the ports is necessarily a good idea, it uses up unnecessary resources and I think some systems like Windows only allow a port to be opened once. However exposing all the ports to the user of the package and allowing them to choose which one to open would be good. |
I looked at how to do this with alsa rawmidi (which I prefer over the more complicated sequencer interface). |
@kisielk How about flags to control which ports are opened? I'm open to suggestion on what this issue should be about. Based on what I know about alsa we might be limited to
I'm not sure how to with a device that had multiple ins/outs using alsa rawmidi |
Idea spawned from this discussion #1
This would allow users to have more control over which ports they use.
The text was updated successfully, but these errors were encountered: