|
Bitwig Studio Control Surface API
4.0.1
|
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 () |
This interface defines access to the common attributes and operations of cue markers.
Definition at line 8 of file CueMarker.java.
| ColorValue getColor | ( | ) |
Gets a representation of the marker color.
| StringValue getName | ( | ) |
Gets a representation of the marker name.
| void launch | ( | final boolean | quantized | ) |
Launches playback at the marker position.
| quantized | Specified if the cue marker should be launched quantized or immediately |
| SettableBeatTimeValue position | ( | ) |
Gets a representation of the markers beat-time position in quarter-notes.