MidiControlChangeMessage(Byte, Byte, Byte) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un objet 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)
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.