MidiControlChangeMessage(Byte, Byte, Byte) コンストラクター

定義

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 の値。

適用対象