Interface CueMarker
- All Superinterfaces:
DeleteableObject,DuplicableObject,ObjectProxy,Subscribable
This interface defines access to the common attributes and operations of cue markers.
- Since:
- API version 2
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets a representation of the marker color.getName()Deprecated.voidlaunch(boolean quantized) Launches playback at the marker position.name()Gets a representation of the marker name.position()Gets a representation of the markers beat-time position in quarter-notes.Methods inherited from interface com.bitwig.extension.controller.api.DeleteableObject
deleteObject, deleteObjectActionMethods inherited from interface com.bitwig.extension.controller.api.DuplicableObject
duplicateObject, duplicateObjectActionMethods inherited from interface com.bitwig.extension.controller.api.ObjectProxy
createEqualsValue, existsMethods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribe
-
Method Details
-
launch
void launch(boolean quantized) Launches playback at the marker position.- Parameters:
quantized- Specified if the cue marker should be launched quantized or immediately- Since:
- API version 2
-
name
SettableStringValue name()Gets a representation of the marker name.- Since:
- API version 15
-
getColor
ColorValue getColor()Gets a representation of the marker color.- Since:
- API version 2
-
position
SettableBeatTimeValue position()Gets a representation of the markers beat-time position in quarter-notes.- Since:
- API version 10
-
getName
StringValue getName()Deprecated.Usename()insteadGets a representation of the marker name.- Since:
- API version 2
-
name()instead