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

适用于