|
Control Surface API
2.2.2
|

Public Member Functions | |
| void | set (double value) |
| void | inc (double amount) |
Public Member Functions inherited from DoubleValue | |
| double | get () |
Public Member Functions inherited from Value< DoubleValueChangedCallback > | |
| void | markInterested () |
| void | addValueObserver (ObserverType callback) |
Definition at line 3 of file SettableDoubleValue.java.
| 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. |