次の方法で共有


MidiNoteOffMessage.Velocity プロパティ

定義

0 から 127 の速度の値を取得します。

public:
 property byte Velocity { byte get(); };
byte Velocity();
public byte Velocity { get; }
var byte = midiNoteOffMessage.velocity;
Public ReadOnly Property Velocity As Byte

プロパティ値

Byte

byte

0 から 127 の値として指定された速度。

適用対象