Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
StringValue | name () |
void | addNameObserver (int maxCharacters, String textWhenUnassigned, StringValueChangedCallback callback) |
![]() | |
void | addIsAvailableObserver (BooleanValueChangedCallback callback) |
void | addIsActiveObserver (BooleanValueChangedCallback callback) |
void | activate () |
BrowserResultsColumn | getResults () |
CursorBrowserResultItem | getCursorResult () |
BrowserResultsItem | getSettledResult () |
CursorBrowserFilterColumn | getCursorFilter () |
BrowserFilterColumnBank | createFilterBank (int numColumns) |
IntegerValue | hitCount () |
void | addHitCountObserver (IntegerValueChangedCallback callback) |
![]() | |
BooleanValue | exists () |
BooleanValue | createEqualsValue (ObjectProxy other) |
![]() | |
boolean | isSubscribed () |
void | setIsSubscribed (boolean value) |
void | subscribe () |
void | unsubscribe () |
Instances of this interface are used for browsing material with bank-wise access to the filter columns.
void addNameObserver | ( | int | maxCharacters, |
String | textWhenUnassigned, | ||
StringValueChangedCallback | callback | ||
) |
Registers an observer that reports the name of the browsing session.
callback | a callback function that receives a single string argument. |
StringValue name | ( | ) |
Value that reports the name of the browsing session.