Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | set (boolean value) |
void | toggle () |
HardwareActionBindable | toggleAction () |
HardwareActionBindable | setToTrueAction () |
HardwareActionBindable | setToFalseAction () |
![]() | |
boolean | get () |
default boolean | getAsBoolean () |
![]() | |
void | markInterested () |
void | addValueObserver (ObserverType callback) |
![]() | |
HardwareActionBinding | addBinding (HardwareAction action) |
void | invoke () |
Instances of this interface represent boolean values.
void set | ( | boolean | value | ) |
Sets the internal value.
value | the new boolean value. |
void toggle | ( | ) |
Toggles the current state. In case the current value is false
, the new value will be true
and the other way round.