Condividi tramite


MidiNoteOffMessage(Byte, Byte, Byte) Costruttore

Definizione

Crea un nuovo oggetto 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)

Parametri

channel
Byte

byte

Canale compreso tra 0 e 15 a cui si applica questo messaggio.

note
Byte

byte

Nota specificata come valore compreso tra 0 e 127.

velocity
Byte

byte

Velocità specificata come valore compreso tra 0 e 127.

Si applica a