|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for HardwareSlider:Public Member Functions | |
| void | setIsHorizontal (boolean isHorizontal) |
Public Member Functions inherited from AbsoluteHardwareControl | |
| void | setAdjustValueMatcher (AbsoluteHardwareValueMatcher matcher) |
| DoubleValue | value () |
| void | disableTakeOver () |
| AbsoluteHardwareControlBinding | addBindingWithRange (AbsoluteHardwarControlBindable target, double minNormalizedValue, double maxNormalizedValue) |
| AbsoluteHardwareControlBinding | setBindingWithRange (AbsoluteHardwarControlBindable target, double minNormalizedValue, double maxNormalizedValue) |
Public Member Functions inherited from ContinuousHardwareControl< AbsoluteHardwareControlBinding > | |
| HardwareButton | hardwareButton () |
| void | setHardwareButton (HardwareButton button) |
| StringValue | targetName () |
| DoubleValue | targetValue () |
| StringValue | targetDisplayedValue () |
| DoubleValue | modulatedTargetValue () |
| StringValue | modulatedTargetDisplayedValue () |
| BooleanValue | isUpdatingTargetValue () |
| BooleanValue | hasTargetValue () |
Represents a physical hardware button on a controller
Definition at line 8 of file HardwareSlider.java.
| void setIsHorizontal | ( | boolean | isHorizontal | ) |
Indicates if this slider is horizontal rather than vertical.