Share via


MidiNoteOffMessage.Velocity Property

Definition

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.

Applies to