|
Control Surface API
2.2.2
|

Public Member Functions | |
| default void | setRaw (final double value) |
| default void | incRaw (final double amount) |
Public Member Functions inherited from BeatTimeValue | |
| void | addRawValueObserver (DoubleValueChangedCallback callback) |
| String | getFormatted (BeatTimeFormatter formatter) |
| String | getFormatted () |
| void | addTimeObserver (String separator, int barsLen, int beatsLen, int subdivisionLen, int ticksLen, StringValueChangedCallback callback) |
Public Member Functions inherited from DoubleValue | |
| double | get () |
Public Member Functions inherited from Value< DoubleValueChangedCallback > | |
| void | markInterested () |
| void | addValueObserver (ObserverType callback) |
Public Member Functions inherited from SettableDoubleValue | |
| void | set (double value) |
| void | inc (double amount) |
Definition at line 3 of file SettableBeatTimeValue.java.
| default void incRaw | ( | final double | amount | ) |
The same as the inc method.
Definition at line 24 of file SettableBeatTimeValue.java.
| default void setRaw | ( | final double | value | ) |
The same as the set method.
Definition at line 12 of file SettableBeatTimeValue.java.