Click or drag to resize
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.Internal
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public byte Pitch { get; }

Property Value

Type: Byte
See Also