Interface CueMarkerBank
- All Superinterfaces:
Bank<CueMarker>,HardwareBindable,ObjectProxy,RelativeHardwarControlBindable,Scrollable,Subscribable
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
-
Method Summary
Modifier and TypeMethodDescriptionvoidscrollToMarker(int position) Scrolls the cue marker bank window so that the marker at the given position becomes visible.Methods inherited from interface com.bitwig.extension.controller.api.Bank
cursorIndex, getCapacityOfBank, getItemAt, getSizeOfBank, itemCount, setSizeOfBank, setSkipDisabledItemsMethods inherited from interface com.bitwig.extension.controller.api.ObjectProxy
createEqualsValue, existsMethods inherited from interface com.bitwig.extension.controller.api.RelativeHardwarControlBindable
addBinding, addBindingWithSensitivityMethods inherited from interface com.bitwig.extension.controller.api.Scrollable
canScrollBackwards, canScrollForwards, scrollBackwards, scrollBackwardsAction, scrollBy, scrollByPages, scrollForwards, scrollForwardsAction, scrollIntoView, scrollPageBackwards, scrollPageBackwardsAction, scrollPageForwards, scrollPageForwardsAction, scrollPositionMethods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribe
-
Method Details
-
scrollToMarker
void scrollToMarker(int position) Scrolls the cue marker bank window so that the marker at the given position becomes visible.- Parameters:
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.- Since:
- API version 2
-