MidiStartMessage.Type Property

Definition

Gets the type of this MIDI message.

public:
 property MidiMessageType Type { MidiMessageType get(); };
MidiMessageType Type();
public MidiMessageType Type { get; }
var midiMessageType = midiStartMessage.type;
Public ReadOnly Property Type As MidiMessageType

Property Value

The MIDI message type.

Implements

Applies to