 | 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.InternalAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic byte Velocity { get; }
Public ReadOnly Property Velocity As Byte
Get
public:
property unsigned char Velocity {
unsigned char get ();
}
member Velocity : byte with get
Property Value
Type:
Byte
See Also