MidiControlChangeMessage(Byte, Byte, Byte) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的 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 接收此訊息的控制器。