Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | set (int value) |
void | inc (int amount) |
![]() | |
int | get () |
default int | getAsInt () |
void | addValueObserver (IntegerValueChangedCallback callback, int valueWhenUnassigned) |
![]() | |
void | markInterested () |
void | addValueObserver (ObserverType callback) |
![]() | |
default RelativeHardwareControlBinding | addBinding (RelativeHardwareControl hardwareControl) |
RelativeHardwareControlBinding | addBindingWithSensitivity (RelativeHardwareControl hardwareControl, double sensitivity) |
Instances of this interface represent integer values.
void inc | ( | int | amount | ) |
Increases/decrease the internal value by the given amount.
amount | the integer amount to increase |
void set | ( | int | value | ) |
Sets the internal value.
value | the new integer value. |