Click or drag to resize
SimpleMidiMessage Properties

The SimpleMidiMessage type exposes the following members.

Properties
  NameDescription
Public propertyChannel
The channel specified in this SimpleMidiMessage. The upper 4 bits of this property will always be zero.
Public propertyPitch
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.
Public propertyType
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.
Public propertyVelocity
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.
Top
See Also