 | SimpleMidiMessageType Property |
The MIDI event type this
SimpleMidiMessage represents.
The upper 4 bits of this property will always be zero.
For more info on what this property means
here.
Namespace: MidiGremlin.InternalAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic byte Type { get; }
Public ReadOnly Property Type As Byte
Get
public:
property unsigned char Type {
unsigned char get ();
}
member Type : byte with get
Property Value
Type:
Byte
See Also