共用方式為


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

定義

建立新的 MidiControlChangeMessage 物件。

public:
 MidiControlChangeMessage(byte channel, byte controller, byte controlValue);
 MidiControlChangeMessage(byte const& channel, byte const& controller, byte const& controlValue);
public MidiControlChangeMessage(byte channel, byte controller, byte controlValue);
function MidiControlChangeMessage(channel, controller, controlValue)
Public Sub New (channel As Byte, controller As Byte, controlValue As Byte)

參數

channel
Byte

byte

此訊息適用于 0-15 的通道。

controller
Byte

byte

從 0-127 接收此訊息的控制器。

controlValue
Byte

byte

要套用至 控制器的 0-127 值。

適用於