Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
IntegerValue | hitCount () |
void | addHitCountObserver (IntegerValueChangedCallback callback) |
![]() | |
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 addHitCountObserver | ( | IntegerValueChangedCallback | callback | ) |
Registers an observer that reports the hit count of the filter item.
callback | a callback function that receives a single integer parameter |
IntegerValue hitCount | ( | ) |
Value that reports the hit count of the filter item.