MidiProgramChangeMessage(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 MidiProgramChangeMessage .
public:
MidiProgramChangeMessage(byte channel, byte program);
MidiProgramChangeMessage(byte const& channel, byte const& program);
public MidiProgramChangeMessage(byte channel, byte program);
function MidiProgramChangeMessage(channel, program)
Public Sub New (channel As Byte, program As Byte)
Paramètres
- channel
-
Byte
byte
Canal de 0 à 15 auquel ce message s’applique.
- program
-
Byte
byte
Programme à modifier de 0 à 127.