MidiNoteOffMessage(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 MidiNoteOffMessage .
public:
MidiNoteOffMessage(byte channel, byte note, byte velocity);
MidiNoteOffMessage(byte const& channel, byte const& note, byte const& velocity);
public MidiNoteOffMessage(byte channel, byte note, byte velocity);
function MidiNoteOffMessage(channel, note, velocity)
Public Sub New (channel As Byte, note As Byte, velocity As Byte)
Paramètres
- channel
-
Byte
byte
Canal de 0 à 15 auquel ce message s’applique.
- note
-
Byte
byte
Note spécifiée sous la forme d’une valeur comprise entre 0 et 127.
- velocity
-
Byte
byte
Vitesse spécifiée sous la forme d’une valeur comprise entre 0 et 127.