NOW LOADING

MidiLoopbackCreationConfig


Config sent to the service to create a loopback endpoint pair
Namespace Windows.Devices.Midi2.Transports.Loopback
Type Name MidiLoopbackCreationConfig
Type WinRT Runtime Class
Implements Windows.Devices.Midi2.ServiceConfig.IMidiServiceTransportPluginConfig 
IDL MidiLoopbackCreationConfig.idl
Library

This is the configuration sent to the service when an application wants to create a transient loopback endpoint pair.

Constructors

Constructor Description
MidiLoopbackCreationConfig() Create an empty config
MidiLoopbackCreationConfig(associationId, endpointDefinitionA, endpointDefinitionB) Create a configuration with the specified association id and endpoint definitions

Properties

Property Description
AssociationId The GUID used to uniquely identify this loopback pair
EndpointDefinitionA MidiLoopbackEndpointDefinition for the A-side of the pair
EndpointDefinitionB MidiLoopbackEndpointDefinition for the B-side of the pair
IsMuted When true, the loopback endpoints are created but all messages are suppressed

Didn't find what you were looking for?

Windows MIDI Services is an open source project with all source available on GitHub. We have a great community on Discord as well. Between GitHub and Discord, you should find the information you are looking for.