MidiPolyphonicKeyPressureMessage.Note 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 note which is specified as a value from 0-127.
public:
property byte Note { byte get(); };
byte Note();
public byte Note { get; }
var byte = midiPolyphonicKeyPressureMessage.note;
Public ReadOnly Property Note As Byte
Property Value
Byte
byte
The note which is specified as a value from 0-127.