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

Public Member Functions

SettableStringValue getName ()
 
SettableStringValue name ()
 
IntegerValue clipCount ()
 
void addClipCountObserver (IntegerValueChangedCallback callback)
 
void addPositionObserver (IntegerValueChangedCallback callback)
 
void addIsSelectedInEditorObserver (BooleanValueChangedCallback callback)
 
void selectInEditor ()
 
void showInEditor ()
 
- Public Member Functions inherited from ClipLauncherSlotOrScene
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

Instances of this interface represent scenes in Bitwig Studio.

Since
API version 1

Definition at line 11 of file Scene.java.

Member Function Documentation

void addClipCountObserver ( IntegerValueChangedCallback  callback)

Registers an observer that reports the number of clips in the scene.

Parameters
callbacka callback function that receives a single integer parameter
Since
API version 1
Deprecated:
Use clipCount().addValueObserver(callback).
void addIsSelectedInEditorObserver ( BooleanValueChangedCallback  callback)

Registers an observer that reports if the scene is selected in Bitwig Studio.

Parameters
callbacka callback function that takes a single boolean parameter.
Since
API version 1
void addPositionObserver ( IntegerValueChangedCallback  callback)

Registers an observer that reports the position of the scene within the list of Bitwig Studio scenes.

Parameters
callbacka callback function that receives a single integer parameter
Since
API version 1
Deprecated:
Use sceneIndex() instead.
IntegerValue clipCount ( )

Value that reports the number of clips in the scene.

Since
API version 2
SettableStringValue getName ( )

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 1
Deprecated:
Use name() instead.

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

Implements ClipLauncherSlotOrScene.

void selectInEditor ( )

Selects the scene in Bitwig Studio.

Since
API version 1
void showInEditor ( )

Makes the scene visible in the Bitwig Studio user interface.

Since
API version 1

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