Control Surface API  3.0.3
ClipLauncherSlotOrScene Interface Reference
Inheritance diagram for ClipLauncherSlotOrScene:

Public Member Functions

StringValue name ()
 
void launch ()
 
IntegerValue sceneIndex ()
 
void copyFrom (ClipLauncherSlotOrScene source)
 
void moveTo (ClipLauncherSlotOrScene dest)
 
SettableColorValue color ()
 
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 ClipLauncherSlotOrScene.java.

Member Function Documentation

SettableColorValue color ( )

Value that reports the color of this slot.

Since
API version 7

Implemented in ClipLauncherSlot.

void copyFrom ( ClipLauncherSlotOrScene  source)

Copies the current slot or scene into the dest slot or scene.

Since
API version 4
Deprecated:
Use replaceInsertionPoint() instead.
void launch ( )

Launches the scene.

Since
API version 1
void moveTo ( ClipLauncherSlotOrScene  dest)

Moves the current slot or scene into the destination slot or scene.

Since
API version 4
Deprecated:
Use replaceInsertionPoint() instead.
StringValue name ( )

Returns an object that provides access to the name of the scene.

Returns
a string value object that represents the scene name.
Since
API version 2

Implemented in Scene.

InsertionPoint nextSceneInsertionPoint ( )

An InsertionPoint that can be used to insert content in the next scene.

Since
API version 7
InsertionPoint previousSceneInsertionPoint ( )

An InsertionPoint that can be used to insert content after this slot or scene.

Since
API version 7
InsertionPoint replaceInsertionPoint ( )

An InsertionPoint that is used to replace the contents of this slot or scene.

Since
API version 7
IntegerValue sceneIndex ( )

Value that reports the position of the scene within the list of Bitwig Studio scenes.

Since
API version 2

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