 | SimpleMidiMessagePitch Property |
The pitch part of this
SimpleMidiMessage.
If the
Type is not Note On (0x9) or Note Off(0x8) this property won't contain the Pitch of the inner MIDI message but the
related field at the same offset.
Namespace: MidiGremlin.InternalAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic byte Pitch { get; }
Public ReadOnly Property Pitch As Byte
Get
public:
property unsigned char Pitch {
unsigned char get ();
}
member Pitch : byte with get
Property Value
Type:
Byte
See Also