Click or drag to resize
SimpleMidiMessageVelocity Property
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.

Namespace: MidiGremlin.Internal
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public byte Velocity { get; }

Property Value

Type: Byte
See Also