MidiNoteOnMessage(Byte, Byte, Byte) Constructeur

Définition

Crée un objet MidiNoteOnMessage .

public:
 MidiNoteOnMessage(byte channel, byte note, byte velocity);
 MidiNoteOnMessage(byte const& channel, byte const& note, byte const& velocity);
public MidiNoteOnMessage(byte channel, byte note, byte velocity);
function MidiNoteOnMessage(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.

S’applique à