|
Control Surface API
2.2.2
|

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 () |
Instances of this interface represent scenes in Bitwig Studio.
Definition at line 11 of file Scene.java.
| void addClipCountObserver | ( | IntegerValueChangedCallback | callback | ) |
Registers an observer that reports the number of clips in the scene.
| callback | a callback function that receives a single integer parameter |
| void addIsSelectedInEditorObserver | ( | BooleanValueChangedCallback | callback | ) |
Registers an observer that reports if the scene is selected in Bitwig Studio.
| callback | a callback function that takes a single boolean parameter. |
| void addPositionObserver | ( | IntegerValueChangedCallback | callback | ) |
Registers an observer that reports the position of the scene within the list of Bitwig Studio scenes.
| callback | a callback function that receives a single integer parameter |
| IntegerValue clipCount | ( | ) |
Value that reports the number of clips in the scene.
| SettableStringValue getName | ( | ) |
Returns an object that provides access to the name of the scene.
| SettableStringValue name | ( | ) |
Returns an object that provides access to the name of the scene.
Implements ClipLauncherSlotOrScene.
| void selectInEditor | ( | ) |
Selects the scene in Bitwig Studio.
| void showInEditor | ( | ) |
Makes the scene visible in the Bitwig Studio user interface.