Share via


MidiNoteOnMessage.Note Property

Definition

Gets the note to turn on which is specified as a value from 0-127.

public:
 property byte Note { byte get(); };
byte Note();
public byte Note { get; }
var byte = midiNoteOnMessage.note;
Public ReadOnly Property Note As Byte

Property Value

Byte

byte

The note which is specified as a value from 0-127.

Applies to