Share via


MidiPolyphonicKeyPressureMessage.Pressure Property

Definition

Gets the polyphonic key pressure which is specified as a value from 0-127.

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

Property Value

Byte

byte

The polyphonic key pressure which is specified as a value from 0-127.

Applies to