|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for Project:Public Member Functions | |
| Track | getRootTrackGroup () |
| Track | getShownTopLevelTrackGroup () |
| void | createScene () |
| void | createSceneFromPlayingLauncherClips () |
| Parameter | cueVolume () |
| Parameter | cueMix () |
| void | unsoloAll () |
| BooleanValue | hasSoloedTracks () |
| void | unmuteAll () |
| BooleanValue | hasMutedTracks () |
| void | unarmAll () |
| BooleanValue | hasArmedTracks () |
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 () |
An interface for representing the current project.
Definition at line 11 of file Project.java.
| void createScene | ( | ) |
Creates a new empty scene as the last scene in the project.
| void createSceneFromPlayingLauncherClips | ( | ) |
Creates a new scene (using an existing empty scene if possible) from the clips that are currently playing in the clip launcher.
| Parameter cueMix | ( | ) |
Mix between cue bus and the studio bus (master).
| Parameter cueVolume | ( | ) |
The volume used for cue output.
| Track getRootTrackGroup | ( | ) |
Returns an object that represents the root track group of the active Bitwig Studio project.
| Track getShownTopLevelTrackGroup | ( | ) |
Returns an object that represents the top level track group as shown in the arranger/mixer of the active Bitwig Studio project.
| BooleanValue hasArmedTracks | ( | ) |
Value that indicates if the project has armed tracks or not.
| BooleanValue hasMutedTracks | ( | ) |
Value that indicates if the project has muted tracks or not.
| void unarmAll | ( | ) |
Sets the arm state of all tracks to off.
| void unmuteAll | ( | ) |
Sets the mute state of all tracks to off.
| void unsoloAll | ( | ) |
Sets the solo state of all tracks to off.