共用方式為


MidiNoteOnMessage(Byte, Byte, Byte) 建構函式

定義

建立新的 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 值的速度。

適用於