◆ color()
◆ copyFrom()
◆ launch()
Launches the clip or scene.
- Since
- API version 1
◆ launchAlt()
Launches with alternative settings.
- Since
- API version 18
◆ launchAltAction()
◆ launchLastClipWithOptions()
void launchLastClipWithOptions |
( |
final String |
quantization, |
|
|
final String |
launchMode |
|
) |
| |
Launches the last clip with the given options:
- Parameters
-
quantization | possible values are "default", "none", "8", "4", "2", "1", "1/2", "1/4", "1/8", "1/16" |
launchMode | possible values are: "default", "from_start", "continue_or_from_start", "continue_or_synced", "synced" |
- Since
- API version 16
◆ launchRelease()
Call it when the pad is released.
- Since
- API version 18
◆ launchReleaseAction()
◆ launchReleaseAlt()
void launchReleaseAlt |
( |
| ) |
|
Call it when the pad is released with alternative settings.
- Since
- API version 18
◆ launchReleaseAltAction()
◆ launchWithOptions()
void launchWithOptions |
( |
final String |
quantization, |
|
|
final String |
launchMode |
|
) |
| |
Launches with the given options:
- Parameters
-
quantization | possible values are "default", "none", "8", "4", "2", "1", "1/2", "1/4", "1/8", "1/16" |
launchMode | possible values are: "default", "from_start", "continue_or_from_start", "continue_or_synced", "synced" |
- Since
- API version 16
◆ moveTo()
◆ name()
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
Implemented in Scene.
◆ nextSceneInsertionPoint()
An InsertionPoint that can be used to insert content in the next scene.
- Since
- API version 7
◆ previousSceneInsertionPoint()
An InsertionPoint that can be used to insert content after this slot or scene.
- Since
- API version 7
◆ replaceInsertionPoint()
An InsertionPoint that is used to replace the contents of this slot or scene.
- Since
- API version 7
◆ sceneIndex()
Value that reports the position of the scene within the list of Bitwig Studio scenes.
- Since
- API version 2
◆ setIndication()
void setIndication |
( |
boolean |
shouldIndicate | ) |
|
The documentation for this interface was generated from the following file:
- ClipLauncherSlotOrScene.java