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 接收此消息的控制器。