共用方式為


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

定義

建立新的 MidiNoteOffMessage 物件。

public:
 MidiNoteOffMessage(byte channel, byte note, byte velocity);
 MidiNoteOffMessage(byte const& channel, byte const& note, byte const& velocity);
public MidiNoteOffMessage(byte channel, byte note, byte velocity);
function MidiNoteOffMessage(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 值的速度。

適用於