Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 979 Bytes

windows_devices_midi.md

File metadata and controls

30 lines (19 loc) · 979 Bytes
-api-id -api-type
N:Windows.Devices.Midi
winrt namespace

Windows.Devices.Midi

-description

This namespace provides types for using MIDI devices in a Windows Runtime (WinRT) app.

The types included in this namespace enable you to:

  • Enumerate MIDI ports.
  • Create a MIDI port object, which opens a stream to the port.
  • Send MIDI messages.
  • Receive MIDI messages.
  • Destroy the MIDI port object, which also closes the stream to the port.

For more info about the MIDI specification, see the MIDI Association.

For conceptual documentation, see MIDI. And for a sample app showing how to use these types, see the UWP MIDI sample.

-remarks

-examples

-see-also

MIDI, MIDI sample