次の方法で共有


MidiNoteOffMessage.Note プロパティ

定義

0 から 127 の値として指定されたオフにするメモを取得します。

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

プロパティ値

Byte

byte

0 から 127 の値として指定されたメモ。

適用対象