Bitwig Studio Control Surface API
5.0.11
|
Instances of this interface represent entries in a browser filter column.
void moveToFirst | ( | ) |
Select the first item.
void moveToFirstChild | ( | ) |
Move the cursor to the first child item.
void moveToLast | ( | ) |
Select the last item.
void moveToLastChild | ( | ) |
Move the cursor to the last child item.
void moveToNext | ( | ) |
Select the next item.
void moveToParent | ( | ) |
Select the parent item.
void moveToPrevious | ( | ) |
Select the previous item.
void selectFirstChild | ( | ) |
Select the first child item.
void selectLastChild | ( | ) |
Select the last child item.
void selectParent | ( | ) |
Select the parent item.