Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | toggle (boolean exclusive) |
void | toggleUsingPreferences (boolean negatePreferences) |
![]() | |
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 the state of a solo button.
void toggle | ( | boolean | exclusive | ) |
Toggles the current solo state.
exclusive | specifies if solo on other channels should be disabled automatically ('true') or not ('false'). |
void toggleUsingPreferences | ( | boolean | negatePreferences | ) |
Toggles the current solo state, using the exclusive setting from the user preferences.
negatePreferences | If false, then toggles the solo using the exclusive behavior specified in the user preferences, ortherwise negate the preference setting. |