Control Surface API  3.0.3
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 ()
 
- Public Member Functions inherited from ClipLauncherSlotOrScene
StringValue name ()
 
void launch ()
 
IntegerValue sceneIndex ()
 
void copyFrom (ClipLauncherSlotOrScene source)
 
void moveTo (ClipLauncherSlotOrScene dest)
 
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 ()
 

Detailed Description

Definition at line 3 of file ClipLauncherSlot.java.

Member Function Documentation

void browseToInsertClip ( )

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

Since
API version 2
SettableColorValue color ( )

Value that reports the color of this slot.

Since
API version 2

Implements ClipLauncherSlotOrScene.

BooleanValue hasContent ( )

Value that reports whether this slot has content or not.

Since
API version 2
BooleanValue isPlaybackQueued ( )

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

Since
API version 2
BooleanValue isPlaying ( )

Value that reports whether this slot is playing or not.

Since
API version 2
BooleanValue isRecording ( )

Value that reports whether this slot is recording or not.

Since
API version 2
BooleanValue isRecordingQueued ( )

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

Since
API version 2
BooleanValue isSelected ( )

Value that reports whether this slot is selected or not.

Since
API version 2
BooleanValue isStopQueued ( )

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

Since
API version 2

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