Recently, I am studying some midi I/Os, but it is a not an official winrt, but a preview package installed inside windows kit in a different folder along with a SDK:
C:\Program Files\Windows MIDI Services\Desktop App SDK Runtime
which includes:
Microsoft.Windows.Devices.Midi2.winmd
Microsoft.Windows.Devices.Midi2.dll
Could your project generate binding for SDK of this kind?
Edit: I have found that midi service is not installed under windows kit. To prevent confusion for others, I have changed the title and the details to be more relevant.
Recently, I am studying some midi I/Os, but it is a not an official winrt, but a preview package installed inside
windows kitin a different folder along with a SDK:which includes:
Could your project generate binding for SDK of this kind?
Edit: I have found that midi service is not installed under windows kit. To prevent confusion for others, I have changed the title and the details to be more relevant.