Compartilhar via


MidiNoteOnMessage(Byte, Byte, Byte) Construtor

Definição

Cria um novo 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

O canal de 0 a 15 ao qual essa mensagem se aplica.

note
Byte

byte

A observação especificada como um valor de 0 a 127.

velocity
Byte

byte

A velocidade especificada como um valor de 0 a 127.

Aplica-se a