|
Control Surface API
2.2.2
|

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 () |
Definition at line 5 of file ClipLauncherSlotOrScene.java.
| void copyFrom | ( | ClipLauncherSlotOrScene | source | ) |
Copies the current slot or scene into the dest slot or scene.
| void launch | ( | ) |
Launches the scene.
| void moveTo | ( | ClipLauncherSlotOrScene | dest | ) |
Moves the current slot or scene into the destination slot or scene.
| StringValue name | ( | ) |
Returns an object that provides access to the name of the scene.
Implemented in Scene.
| IntegerValue sceneIndex | ( | ) |
Value that reports the position of the scene within the list of Bitwig Studio scenes.