Partager via


MidiControlChangeMessage(Byte, Byte, Byte) Constructeur

Définition

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)

Paramètres

channel
Byte

byte

Canal de 0 à 15 auquel ce message s’applique.

controller
Byte

byte

Contrôleur de 0 à 127 pour recevoir ce message.

controlValue
Byte

byte

Valeur comprise entre 0 et 127 à appliquer au contrôleur.

S’applique à