NOW LOADING

MidiBasicLoopbackCreationConfig


Config sent to the service to create a basic MIDI 1.0-style loopback endpoint
Namespace Windows.Devices.Midi2.Transports.BasicLoopback
Type Name MidiBasicLoopbackCreationConfig
Type WinRT Runtime Class
Implements Windows.Devices.Midi2.ServiceConfig.IMidiServiceTransportPluginConfig 
IDL MidiBasicLoopbackCreationConfig.idl
Library

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

Constructors

Constructor Description
MidiBasicLoopbackCreationConfig() Create an empty config
MidiBasicLoopbackCreationConfig(associationId, endpointDefinition) Create a configuration with the specified association id and endpoint definition

Properties

Property Description
AssociationId The GUID used to uniquely identify this loopback
EndpointDefinition The MidiBasicLoopbackEndpointDefinition for this loopback
IsMuted When true, the loopback endpoint is 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.