NOW LOADING

MidiServiceTransportCommand


A command to send to a transport plugin in the MIDI service
Namespace Windows.Devices.Midi2.ServiceConfig
Type Name MidiServiceTransportCommand
Type WinRT Runtime Class
Implements Windows.Devices.Midi2.ServiceConfig.IMidiServiceTransportPluginConfig 
IDL MidiServiceTransportCommand.idl
Library

This class represents a command (verb + arguments) to be sent to a transport plugin via MidiServiceTransportPluginConfigManager.SendCommand(). Common verbs are available as static properties on MidiServiceTransportCommonCommands.

Constructors

Constructor Description
MidiServiceTransportCommand(transportId) Create an empty command for the specified transport
MidiServiceTransportCommand(transportId, verb) Create a command with the specified verb
MidiServiceTransportCommand(transportId, verb, arguments) Create a command with the specified verb and arguments

Properties

Property Description
Verb The command verb string (e.g., from MidiServiceTransportCommonCommands)
Arguments A map of string key/value argument pairs for this command

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.