Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
BrowserResultsItem | createCursorItem () |
BrowserResultsItemBank | createItemBank (int size) |
![]() | |
void | addExistsObserver (BooleanValueChangedCallback callback) |
IntegerValue | entryCount () |
void | addEntryCountObserver (IntegerValueChangedCallback callback) |
![]() | |
BooleanValue | exists () |
BooleanValue | createEqualsValue (ObjectProxy other) |
![]() | |
boolean | isSubscribed () |
void | setIsSubscribed (boolean value) |
void | subscribe () |
void | unsubscribe () |
Instances of this interface are used to navigate a results column in the Bitwig Studio browser.
BrowserResultsItem createCursorItem | ( | ) |
Returns the cursor result item, which can be used to navigate over the list of entries.
Implements BrowserColumn.
BrowserResultsItemBank createItemBank | ( | int | size | ) |
Returns an object that provides access to a bank of successive entries using a window configured with the given size, that can be scrolled over the list of entries.
size | the number of simultaneously accessible items |
Implements BrowserColumn.