MidiControlChangeMessage.ControlValue Property

Definition

Gets the value from 0-127 to apply to the controller.

public:
 property byte ControlValue { byte get(); };
byte ControlValue();
public byte ControlValue { get; }
var byte = midiControlChangeMessage.controlValue;
Public ReadOnly Property ControlValue As Byte

Property Value

Byte

byte

The value from 0-127 to apply to the controller.

Applies to