Skip to content

microsoft-windows-devices-midi2v1.0.17-rc.4.25

Updated

Application SDK for using Windows MIDI Services (MIDI 1.0 and MIDI 2.0) from C++ apps. Microsoft.Windows.Devices.Midi2

#Usage

microsoft-windows-devices-midi2 provides CMake integration:

find_package(microsoft-windows-devices-midi2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE Microsoft::Windows::Devices::Midi2)

It also sets the following:
MIDI2_WINDOWS_SDK_VERSION to the version of the Windows SDK used to generate the projections
MIDI2_SDK_VERSION to the projected version of the Windows MIDI Services SDK

#Supported Platforms

windows & (arm64 | arm64ec | x64)

  • windows-arm64
  • windows-x64
  • linux
  • osx
  • uwp
  • windows-x86

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Pete Brown's avatarPete Brown

#Changelog

  • 2bffa0a[microsoft-windows-devices-midi2] Update to 1.0.17-rc4.25 (#51703)
  • cc3290emicrosoft windows devices midi2 first registration (#47310)