![]() | SimpleMidiMessage Properties |
The SimpleMidiMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | Channel |
The channel specified in this SimpleMidiMessage.
The upper 4 bits of this property will always be zero.
|
![]() | Pitch |
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.
|
![]() | Type |
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.
|
![]() | Velocity |
The velocity of this SimpleMidiMessage.
If the Type is not Note On (0x9) or Note Off(0x8) this property won't contain the Veloctiy of the inner MIDI message but the
related field at the same offset or blank if it is a 2 byte message.
|