Bitwig Studio Control Surface API  4.0.1
CueMarker Interface Reference
+ Inheritance diagram for CueMarker:

Public Member Functions

void launch (final boolean quantized)
 
StringValue getName ()
 
ColorValue getColor ()
 
SettableBeatTimeValue position ()
 
- Public Member Functions inherited from ObjectProxy
BooleanValue exists ()
 
BooleanValue createEqualsValue (ObjectProxy other)
 
- Public Member Functions inherited from Subscribable
boolean isSubscribed ()
 
void setIsSubscribed (boolean value)
 
void subscribe ()
 
void unsubscribe ()
 

Detailed Description

This interface defines access to the common attributes and operations of cue markers.

Since
API version 2

Definition at line 8 of file CueMarker.java.

Member Function Documentation

◆ getColor()

ColorValue getColor ( )

Gets a representation of the marker color.

Since
API version 2

◆ getName()

StringValue getName ( )

Gets a representation of the marker name.

Since
API version 2

◆ launch()

void launch ( final boolean  quantized)

Launches playback at the marker position.

Parameters
quantizedSpecified if the cue marker should be launched quantized or immediately
Since
API version 2

◆ position()

SettableBeatTimeValue position ( )

Gets a representation of the markers beat-time position in quarter-notes.

Since
API version 10

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