NOW LOADING

MidiBasicLoopbackEndpointDefinition


The information supplied when creating a basic MIDI 1.0-style loopback endpoint
Namespace Windows.Devices.Midi2.Transports.BasicLoopback
Type Name MidiBasicLoopbackEndpointDefinition
Type WinRT Runtime Class
IDL MidiBasicLoopbackEndpointDefinition.idl
Library

Constructors

Constructor Description
MidiBasicLoopbackEndpointDefinition() Create an empty definition
MidiBasicLoopbackEndpointDefinition(name, uniqueId) Create a definition with the specified name and unique id
MidiBasicLoopbackEndpointDefinition(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 (32 characters is the length of a no-symbols GUID). If, when combined with the generated loopback prefix, this id is not unique among all loopback endpoints, 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.