Hi
i have been playing around with midi, and have no issues communicating this is fine.
however mmsystem midi is a single client api, ie if one app grabs the midi controller, no other can.
so microsft after years of being nagged finally realeased a multi client midi api ( to catch up with osx etc), this is called UWP MIDI API.
I have found code that enumerates the devices and send receives in c#, so could convert these, but the problems is that they use an umdated library to access the NEW API's
Is there any updated windows unit that access these new API, or has someone managed to get working code for UWP MIDI and willing to share:)
Thnx