Windows.Devices.Midi2.Enumeration.Legacy
This namespaces contains types used for integration with legacy MIDI 1.0 APIs like WinMM and WinRT MIDI 1.0
The legacy port watcher is the most direct answer to “I have a WinMM port list and I want the same list, but with proper notifications instead of polling”. It is a good first step when porting, before restructuring around endpoints and groups.
Click or tap the type name to view more details.
| Type | Description |
|---|---|
| MidiLegacyPortDeviceInformation | Information about a legacy MIDI 1.0 port device |
| MidiLegacyPortDeviceInformationAddedEventArgs | Event args for when a MIDI 1.0 port is added |
| MidiLegacyPortDeviceInformationRemovedEventArgs | Event args for when a MIDI 1.0 port is removed |
| MidiLegacyPortDeviceInformationUpdatedEventArgs | Event args for when a MIDI 1.0 port is updated |
| MidiLegacyPortDeviceWatcher | Watcher for MIDI 1.0 legacy port devices |
