MidiPitchBendChangeMessage(Byte, UInt16) 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 MidiPitchBendChangeMessage .
public:
MidiPitchBendChangeMessage(byte channel, unsigned short bend);
MidiPitchBendChangeMessage(byte const& channel, uint16_t const& bend);
public MidiPitchBendChangeMessage(byte channel, ushort bend);
function MidiPitchBendChangeMessage(channel, bend)
Public Sub New (channel As Byte, bend As UShort)
Paramètres
- channel
-
Byte
byte
Canal de 0 à 15 auquel ce message s’applique.
- bend
-
UInt16
unsigned short
uint16_t
Valeur de pliage de tangage spécifiée sous la forme d’une valeur 14 bits comprise entre 0 et 16383.