|
Control Surface API
2.2.2
|

Public Member Functions | |
| void | toggle (boolean exclusive) |
Public Member Functions inherited from SettableBooleanValue | |
| void | set (boolean value) |
| void | toggle () |
Public Member Functions inherited from BooleanValue | |
| boolean | get () |
Public Member Functions inherited from Value< BooleanValueChangedCallback > | |
| void | markInterested () |
| void | addValueObserver (ObserverType callback) |
Instances of this interface represent the state of a solo button.
Definition at line 8 of file SoloValue.java.
| void toggle | ( | boolean | exclusive | ) |
Toggles the current solo state.
| exclusive | specifies if solo on other channels should be disabled automatically ('true') or not ('false'). |