Compartir a través de


MidiNoteOnMessage(Byte, Byte, Byte) Constructor

Definición

Crea un nuevo objeto 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)

Parámetros

channel
Byte

byte

Canal del 0 al 15 al que se aplica este mensaje.

note
Byte

byte

Nota que se especifica como un valor comprendido entre 0 y 127.

velocity
Byte

byte

Velocidad que se especifica como un valor comprendido entre 0 y 127.

Se aplica a