Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | addExistsObserver (BooleanValueChangedCallback callback) |
StringValue | name () |
void | addValueObserver (int maxCharacters, String textWhenUnassigned, StringValueChangedCallback callback) |
SettableBooleanValue | isSelected () |
![]() | |
BooleanValue | exists () |
BooleanValue | createEqualsValue (ObjectProxy other) |
![]() | |
boolean | isSubscribed () |
void | setIsSubscribed (boolean value) |
void | subscribe () |
void | unsubscribe () |
Instances of this interface represent entries in a browser filter column.
void addExistsObserver | ( | BooleanValueChangedCallback | callback | ) |
Registers an observer that reports if the item exists.
callback | a callback function that receives a single boolean parameter |
void addValueObserver | ( | int | maxCharacters, |
String | textWhenUnassigned, | ||
StringValueChangedCallback | callback | ||
) |
Registers an observer that reports the string value of the browser item.
maxCharacters | |
textWhenUnassigned | |
callback | a callback function that receives a single string argument |
SettableBooleanValue isSelected | ( | ) |
Returns an object that provides access to the selected state of the browser item.
StringValue name | ( | ) |
Value that reports the name of the browser item.