Freigeben über


MidiControlChangeMessage(Byte, Byte, Byte) Konstruktor

Definition

public:
 MidiControlChangeMessage(byte channel, byte controller, byte controlValue);
 MidiControlChangeMessage(byte const& channel, byte const& controller, byte const& controlValue);
public MidiControlChangeMessage(byte channel, byte controller, byte controlValue);
function MidiControlChangeMessage(channel, controller, controlValue)
Public Sub New (channel As Byte, controller As Byte, controlValue As Byte)

Parameter

channel
Byte

byte

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

controller
Byte

byte

Der Controller von 0-127, um diese Nachricht zu empfangen.

controlValue
Byte

byte

Der Wert zwischen 0 und 127, der auf den Controller angewendet werden soll.

Gilt für: