Bitwig Studio Control Surface API
5.0.11
|
Instances of this interface represent scenes in Bitwig Studio.
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.