Windows.Devices.Midi2.Transports.BasicLoopback
Types for configuring simple loopback endpoints.
These create a single MIDI 1.0-style loopback endpoint at runtime, which is what an existing WinMM or WinRT MIDI 1.0 application can talk to without any changes. Endpoints created this way are transient, so remember to remove what you create.
Click or tap the type name to view more details.
| Type | Description |
|---|---|
| MidiBasicLoopbackCreationConfig | Config sent to the service to create a basic MIDI 1.0-style loopback endpoint |
| MidiBasicLoopbackCreationResponse | Response from the attempt to create a basic MIDI 1.0-style loopback endpoint |
| MidiBasicLoopbackEndpointDefinition | The information supplied when creating a basic MIDI 1.0-style loopback endpoint |
| MidiBasicLoopbackEntry | Represents an active basic MIDI 1.0-style loopback endpoint instance |
| MidiBasicLoopbackErrorCode | Error codes returned by BasicLoopback transport operations |
| MidiBasicLoopbackManager | The primary class used to create or remove basic MIDI 1.0-style loopback endpoints |
| MidiBasicLoopbackRemovalConfig | Config sent to the service to remove a basic MIDI 1.0-style loopback endpoint |
| MidiBasicLoopbackRemovalResponse | Response from the attempt to remove a basic MIDI 1.0-style loopback endpoint |
| MidiBasicLoopbackUpdateResponse | Response from a mute or unmute operation on a basic MIDI 1.0-style loopback endpoint |
