|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for RelativeHardwarControlBindable:Public Member Functions | |
| default RelativeHardwareControlBinding | addBinding (RelativeHardwareControl hardwareControl) |
| RelativeHardwareControlBinding | addBindingWithSensitivity (RelativeHardwareControl hardwareControl, double sensitivity) |
Something that can be bound to an RelativeHardwareControl and can respond to the user input (such as user turning an encoder left or right) in a meaningful way.
Definition at line 9 of file RelativeHardwarControlBindable.java.
| default RelativeHardwareControlBinding addBinding | ( | RelativeHardwareControl | hardwareControl | ) |
Binds this target to the supplied hardware control so that when the user moves the hardware control this target will respond in a meaningful way.
When the binding is no longer needed the HardwareBinding#removeBinding() method can be called on it.
Implemented in SettableRangedValue.
Definition at line 18 of file RelativeHardwarControlBindable.java.
| RelativeHardwareControlBinding addBindingWithSensitivity | ( | RelativeHardwareControl | hardwareControl, |
| double | sensitivity | ||
| ) |
Binds this target to the supplied hardware control so that when the user moves the hardware control this target will respond in a meaningful way.
When the binding is no longer needed the HardwareBinding#removeBinding() method can be called on it.
Implemented in SettableRangedValue.