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

Public Member Functions

BooleanValue isSelected ()
 
BooleanValue hasContent ()
 
BooleanValue isPlaying ()
 
BooleanValue isPlaybackQueued ()
 
BooleanValue isRecording ()
 
BooleanValue isRecordingQueued ()
 
BooleanValue isStopQueued ()
 
void browseToInsertClip ()
 
SettableColorValue color ()
 
void select ()
 
HardwareActionBindable selectAction ()
 
void record ()
 
HardwareActionBindable recordAction ()
 
void showInEditor ()
 
void createEmptyClip (int lengthInBeats)
 
void duplicateClip ()
 
- Public Member Functions inherited from ClipLauncherSlotOrScene
StringValue name ()
 
void launch ()
 
HardwareActionBindable launchAction ()
 
void launchAlt ()
 
HardwareActionBindable launchAltAction ()
 
void launchRelease ()
 
HardwareActionBindable launchReleaseAction ()
 
void launchReleaseAlt ()
 
HardwareActionBindable launchReleaseAltAction ()
 
void launchWithOptions (final String quantization, final String launchMode)
 
HardwareActionBindable launchWithOptionsAction (final String quantization, final String launchMode)
 
void launchLastClipWithOptions (final String quantization, final String launchMode)
 
HardwareActionBindable launchLastClipWithOptionsAction (final String quantization, final String launchMode)
 
IntegerValue sceneIndex ()
 
void copyFrom (ClipLauncherSlotOrScene source)
 
void moveTo (ClipLauncherSlotOrScene dest)
 
void setIndication (boolean shouldIndicate)
 
InsertionPoint replaceInsertionPoint ()
 
InsertionPoint nextSceneInsertionPoint ()
 
InsertionPoint previousSceneInsertionPoint ()
 
- 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 ()
 

Member Function Documentation

◆ browseToInsertClip()

void browseToInsertClip ( )

Starts browsing for content that can be inserted in this slot in Bitwig Studio's popup browser.

Since
API version 2

◆ color()

SettableColorValue color ( )

Value that reports the color of this slot.

Since
API version 2

Implements ClipLauncherSlotOrScene.

◆ createEmptyClip()

void createEmptyClip ( int  lengthInBeats)

Creates an new clip.

Since
API version 10

◆ duplicateClip()

void duplicateClip ( )

Duplicates the clip.

Since
API version 10

◆ hasContent()

BooleanValue hasContent ( )

Value that reports whether this slot has content or not.

Since
API version 2

◆ isPlaybackQueued()

BooleanValue isPlaybackQueued ( )

Value that reports whether this slot is queued for playback or not.

Since
API version 2

◆ isPlaying()

BooleanValue isPlaying ( )

Value that reports whether this slot is playing or not.

Since
API version 2

◆ isRecording()

BooleanValue isRecording ( )

Value that reports whether this slot is recording or not.

Since
API version 2

◆ isRecordingQueued()

BooleanValue isRecordingQueued ( )

Value that reports whether this slot is queued for recording or not.

Since
API version 2

◆ isSelected()

BooleanValue isSelected ( )

Value that reports whether this slot is selected or not.

Since
API version 2

◆ isStopQueued()

BooleanValue isStopQueued ( )

Value that reports true if the slot has a clip playing and the track is queued for stop.

Since
API version 2

◆ record()

void record ( )

Start recording a clip.

Since
API version 10

◆ recordAction()

HardwareActionBindable recordAction ( )
Since
API version 10

◆ select()

void select ( )

Selects the slot.

Since
API version 10

◆ selectAction()

HardwareActionBindable selectAction ( )
Since
API version 10

◆ showInEditor()

void showInEditor ( )

Makes the clip content of the slot visible in the note or audio editor.

Since
API version 10

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