MidiControlChangeMessage(Byte, Byte, Byte) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new MidiControlChangeMessage object.
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)
Parameters
- channel
-
Byte
byte
The channel from 0-15 that this message applies to.
- controller
-
Byte
byte
The controller from 0-127 to receive this message.
- controlValue
-
Byte
byte
The value from 0-127 to apply to the controller.