Skip to content
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

[BUG] Network MIDI 2.0 implementation uses ProductInstanceId in device id, preventing more than one endpoint from being created for a device and role #486

Open
Psychlist1972 opened this issue Jan 13, 2025 · 0 comments
Assignees
Labels
area-transports 🚌 General transports like USB, BLE, Network, etc. bug 🐞 Something isn't working

Comments

@Psychlist1972
Copy link
Contributor

Describe the bug
Because Network MIDI 2.0 currently uses the product instance id of the remote endpoint as the unique identifier in the created Windows device, an attempt to create a second endpoint of the same type (client or host) with the same product instance id will fail.

The fix is not to use the PIID as the unique identifier.

This is using DP9 NAMM Preview 2

@Psychlist1972 Psychlist1972 added area-transports 🚌 General transports like USB, BLE, Network, etc. bug 🐞 Something isn't working labels Jan 13, 2025
@Psychlist1972 Psychlist1972 self-assigned this Jan 13, 2025
@Psychlist1972 Psychlist1972 changed the title [BUG] Network MIDI 2.0 implementation uses ProductInstanceId in device id, preventing more than one endpoint [BUG] Network MIDI 2.0 implementation uses ProductInstanceId in device id, preventing more than one endpoint from being created for a device and role Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-transports 🚌 General transports like USB, BLE, Network, etc. bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant