Registry / other / microsoft-windows-devices-midi2

microsoft-windows-devices-midi2

JSON →
library1.0.13-preview.13.192vcpkgunverified

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

vcpkg install microsoft-windows-devices-midi2
INSTALL
IMPORT
SIG · MICROSOFT-WINDOWS-
M
microsoft-windows-devices-midi2
othercppv1.0.13-preview.13.192
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

microsoft/windows/devices/midi2/midi2.h
#include <microsoft/windows/devices/midi2/midi2.h>

Create a MIDI session using Windows MIDI Services

#include <microsoft/windows/devices/midi2/midi2.h> #include <iostream> int main() { winrt::init_apartment(); auto midiSession = Microsoft::Windows::Devices::Midi2::MidiSession::Create(L"TestSession"); std::cout << "MIDI session created" << std::endl; return 0; }
Debug
Known issues
gotchaThis library requires Windows 10 or later and the Windows MIDI Services runtime.
fix
Ensure your application targets Windows 10+ and has the necessary runtime components installed.
affects: *
Upgrade
Version history
1.0.13-preview.13.192latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources

No resource links recorded.

microsoft-windows-devices-midi2 — pip install microsoft-windows-devices-midi2 · libregistry