|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for SettableIntegerValue:Public Member Functions | |
| void | set (int value) |
| void | inc (int amount) |
Public Member Functions inherited from IntegerValue | |
| int | get () |
| default int | getAsInt () |
| void | addValueObserver (IntegerValueChangedCallback callback, int valueWhenUnassigned) |
Public Member Functions inherited from Value< IntegerValueChangedCallback > | |
| void | markInterested () |
| void | addValueObserver (ObserverType callback) |
Public Member Functions inherited from RelativeHardwarControlBindable | |
| default RelativeHardwareControlBinding | addBinding (RelativeHardwareControl hardwareControl) |
| RelativeHardwareControlBinding | addBindingWithSensitivity (RelativeHardwareControl hardwareControl, double sensitivity) |
Instances of this interface represent integer values.
Definition at line 10 of file SettableIntegerValue.java.
| 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. |