Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | scrollToMarker (int position) |
![]() | |
int | getSizeOfBank () |
int | getCapacityOfBank () |
void | setSizeOfBank (int size) |
default void | scrollPageForwards () |
default void | scrollPageBackwards () |
ItemType | getItemAt (int index) |
IntegerValue | itemCount () |
SettableIntegerValue | cursorIndex () |
void | setSkipDisabledItems (boolean shouldSkip) |
A cue marker bank provides access to a range of cue markers in Bitwig Studio. Instances are typically configured with a fixed number of markers and represent an excerpt of a larger list of markers. It basically acts like a window moving over the list of markers.
void scrollToMarker | ( | int | position | ) |
Scrolls the cue marker bank window so that the marker at the given position becomes visible.
position | the index of the marker within the underlying full list of markers (not the index within the bank). The position is typically directly related to the layout of the marker list in Bitwig Studio, starting with zero in case of the first marker. |