MidiPolyphonicKeyPressureMessage(Byte, Byte, Byte) Konstruktor

Definition

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)

Parameter

channel
Byte

byte

Der Kanal von 0 bis 15, für den diese Nachricht gilt.

note
Byte

byte

Die Notiz, die als Wert zwischen 0 und 127 angegeben wird.

pressure
Byte

byte

Der polyphone Tastendruck, der als Wert von 0-127 angegeben wird.

Hinweise

Wenn einer der an den Konstruktor übergebenen Werte nicht den angegebenen Anforderungen entspricht, wird eine ArgumentException ausgelöst.

Gilt für: