UWP shows wrong MIDI device names

Max Meier 0 Reputation points
2023-01-17T10:38:31.89+00:00

Hey there!

UWP shows wrong names for most MIDI devices! Many ports are just called "MIDI" - which makes this library almost completely usable in any App.

For example, loading output device information is done like this:

DeviceInformationCollection midiOutputDevices = await DeviceInformation.FindAllAsync(MidiOutPort.GetDeviceSelector());

The name of more than half of my IO ports is "MIDI" - however, any other application shows the right and meaningful name!

I searched for the problem and it seems to have been around for years.

Is there any way to fix this or do you hopefully plan to fix this eventually? This would be so great, because this seems just like some easy-fixable little problem - with the effect of being a real showstopper...

Thanks & best,

Max

Universal Windows Platform (UWP)
{count} votes