MidiNoteOffMessage.Velocity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the velocity from 0-127.
public:
property byte Velocity { byte get(); };
byte Velocity();
public byte Velocity { get; }
var byte = midiNoteOffMessage.velocity;
Public ReadOnly Property Velocity As Byte
Property Value
Byte
byte
The velocity which is specified as a value from 0-127.