共用方式為


MidiNoteOnMessage.Note 屬性

定義

取得要開啟的附注,其指定為 0-127 的值。

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

屬性值

Byte

byte

指定為 0-127 的值的附注。

適用於