Control Surface API  2.2.2
SoloValue Interface Reference
Inheritance diagram for SoloValue:

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)
 

Detailed Description

Instances of this interface represent the state of a solo button.

Since
API version 1

Definition at line 8 of file SoloValue.java.

Member Function Documentation

void toggle ( boolean  exclusive)

Toggles the current solo state.

Parameters
exclusivespecifies if solo on other channels should be disabled automatically ('true') or not ('false').
Since
API version 1

The documentation for this interface was generated from the following file: