次の方法で共有


MidiPolyphonicKeyPressureMessage.Pressure プロパティ

定義

0 から 127 の値として指定されたポリフォニック キー圧力を取得します。

public:
 property byte Pressure { byte get(); };
byte Pressure();
public byte Pressure { get; }
var byte = midiPolyphonicKeyPressureMessage.pressure;
Public ReadOnly Property Pressure As Byte

プロパティ値

Byte

byte

0 から 127 の値として指定されるポリフォニック キー圧力。

適用対象