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

Public Member Functions

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

Member Function Documentation

void copyFrom ( ClipLauncherSlotOrScene  source)

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

Since
API version 4
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
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.

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: