Compartilhar via


MidiNoteOffMessage(Byte, Byte, Byte) Construtor

Definição

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

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