MidiControlChangeMessage.ControlValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.