MidiNoteOnMessage(Byte, Byte, Byte) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 MidiNoteOnMessage 物件。
public:
MidiNoteOnMessage(byte channel, byte note, byte velocity);
MidiNoteOnMessage(byte const& channel, byte const& note, byte const& velocity);
public MidiNoteOnMessage(byte channel, byte note, byte velocity);
function MidiNoteOnMessage(channel, note, velocity)
Public Sub New (channel As Byte, note As Byte, velocity As Byte)
參數
- channel
-
Byte
byte
此訊息適用于 0-15 的通道。
- note
-
Byte
byte
指定為 0-127 值的附注。
- velocity
-
Byte
byte
指定為 0-127 值的速度。