NOW LOADING

MidiLoopbackEndpointDefinition


The information supplied when creating a loopback endpoint pair
Namespace Windows.Devices.Midi2.Transports.Loopback
Type Name MidiLoopbackEndpointDefinition
Type WinRT Runtime Class
IDL MidiLoopbackEndpointDefinition.idl
Library

Constructors

Constructor Description
MidiLoopbackEndpointDefinition() Create an empty definition
MidiLoopbackEndpointDefinition(name, uniqueId) Create a definition with the specified name and unique id
MidiLoopbackEndpointDefinition(name, uniqueId, description) Create a definition with the specified name, unique id, and description

Properties

Property Description
Name The name of the endpoint.
UniqueId A short unique identifier for this endpoint. This is used in creating the id. Keep to 32 characters or fewer. If this id is not unique among all loopback endpoints for this side (A or B), endpoint creation will fail.
Description Optional description for the endpoint

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.