Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | set (double value) |
void | inc (double amount) |
![]() | |
double | get () |
default double | getAsDouble () |
![]() | |
void | markInterested () |
void | addValueObserver (ObserverType callback) |
void inc | ( | double | amount | ) |
Increases/decrease the internal value by the given amount.
amount | the integer amount to increase |
void set | ( | double | value | ) |
Sets the internal value.
value | the new integer value. |