Bitwig Studio Control Surface API  5.0.11
CueMarkerBank Interface Reference
+ Inheritance diagram for CueMarkerBank:

Public Member Functions

void scrollToMarker (int position)
 
- Public Member Functions inherited from Bank< CueMarker >
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)
 

Detailed Description

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.

Since
API version 2

Member Function Documentation

◆ scrollToMarker()

void scrollToMarker ( int  position)

Scrolls the cue marker bank window so that the marker at the given position becomes visible.

Parameters
positionthe 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.
Since
API version 2

The documentation for this interface was generated from the following file: