Condividi tramite


MidiPolyphonicKeyPressureMessage(Byte, Byte, Byte) Costruttore

Definizione

Crea un nuovo oggetto MidiPolyphonicKeyPressureMessage .

public:
 MidiPolyphonicKeyPressureMessage(byte channel, byte note, byte pressure);
 MidiPolyphonicKeyPressureMessage(byte const& channel, byte const& note, byte const& pressure);
public MidiPolyphonicKeyPressureMessage(byte channel, byte note, byte pressure);
function MidiPolyphonicKeyPressureMessage(channel, note, pressure)
Public Sub New (channel As Byte, note As Byte, pressure 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.

pressure
Byte

byte

Pressione della chiave polifonica specificata come valore compreso tra 0 e 127.

Commenti

Se uno dei valori passati al costruttore non rispetta i requisiti specificati, verrà generata un'eccezione ArgumentException.

Si applica a