Freigeben über


MidiNoteOffMessage(Byte, Byte, Byte) Konstruktor

Definition

Erstellt ein neues MidiNoteOffMessage-Objekt .

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)

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.

velocity
Byte

byte

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

Gilt für: