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

Public Member Functions

void launch (final boolean quantized)
 
SettableStringValue name ()
 
ColorValue getColor ()
 
SettableBeatTimeValue position ()
 
StringValue getName ()
 
- 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 ()
 
- Public Member Functions inherited from DeleteableObject
void deleteObject ()
 
HardwareActionBindable deleteObjectAction ()
 

Detailed Description

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

Since
API version 2

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
Deprecated:
Use name() instead

◆ 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

◆ name()

Gets a representation of the marker name.

Since
API version 15

◆ 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: