Bitwig Studio Control Surface API  5.0.11
RelativeHardwarControlBindable Interface Reference
+ Inheritance diagram for RelativeHardwarControlBindable:

Public Member Functions

default RelativeHardwareControlBinding addBinding (RelativeHardwareControl hardwareControl)
 
RelativeHardwareControlBinding addBindingWithSensitivity (RelativeHardwareControl hardwareControl, double sensitivity)
 

Detailed Description

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.

Since
API version 10

Member Function Documentation

◆ addBinding()

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.

◆ addBindingWithSensitivity()

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.


The documentation for this interface was generated from the following file: