MidiPolyphonicKeyPressureMessage.Pressure 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 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.