NOW LOADING

MidiBasicLoopbackCreationResponse


Response from the attempt to create a basic MIDI 1.0-style loopback endpoint
Namespace Windows.Devices.Midi2.Transports.BasicLoopback
Type Name MidiBasicLoopbackCreationResponse
Type WinRT Runtime Class
IDL MidiBasicLoopbackCreationResponse.idl
Library

This class represents the result of an attempt to create a runtime transient basic loopback endpoint.

Properties

Property Description
Success True if the creation of the endpoint was successful
ErrorCode A MidiBasicLoopbackErrorCode value if Success is false
ErrorMessage A human-readable error message if Success is false
CreatedLoopbackEntry A MidiBasicLoopbackEntry object with information about the created loopback, if successful

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.