MidiControlChangeMessage(Byte, Byte, Byte) Constructor

Definition

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.

Applies to