MidiControlChangeMessage.ControlValue 属性

定义

获取从 0 到 127 应用于 控制器的值。

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

属性值

Byte

byte

要应用于 控制器的介于 0-127 的值。

适用于