Condividi tramite


MidiNoteOnMessage(Byte, Byte, Byte) Costruttore

Definizione

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

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