|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for SettableBeatTimeValue:Public Member Functions | |
| default void | setRaw (final double value) |
| default void | incRaw (final double amount) |
| RelativeHardwarControlBindable | beatStepper () |
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 () |
| default double | getAsDouble () |
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) |
Public Member Functions inherited from RelativeHardwarControlBindable | |
| default RelativeHardwareControlBinding | addBinding (RelativeHardwareControl hardwareControl) |
| RelativeHardwareControlBinding | addBindingWithSensitivity (RelativeHardwareControl hardwareControl, double sensitivity) |
Definition at line 3 of file SettableBeatTimeValue.java.
| RelativeHardwarControlBindable beatStepper | ( | ) |
Stepper that steps through beat values. This can be used as a target for a RelativeHardwareControl.
| default void incRaw | ( | final double | amount | ) |
The same as the inc method.
Definition at line 25 of file SettableBeatTimeValue.java.
| default void setRaw | ( | final double | value | ) |
The same as the set method.
Definition at line 13 of file SettableBeatTimeValue.java.