-
Method Summary
Value that reports the color of this slot.
void
void
Launches the clip or scene.
void
Launches with alternative settings.
void
Launches the last clip with the given options:
void
Call it when the pad is released.
void
Call it when the pad is released with alternative settings.
void
Launches with the given options:
void
Returns an object that provides access to the name of the scene.
An
InsertionPoint that can be used to insert content in the next scene.
An
InsertionPoint that can be used to insert content after this slot or scene.
An
InsertionPoint that is used to replace the contents of this slot or scene.
Value that reports the position of the scene within the list of Bitwig Studio scenes.
void
-
Method Details
-
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
-
launch
void launch()
Launches the clip or scene.
- Since:
- API version 1
-
-
launchAlt
void launchAlt()
Launches with alternative settings.
- Since:
- API version 18
-
launchAltAction
- Since:
- API version 18
-
launchRelease
void launchRelease()
Call it when the pad is released.
- Since:
- API version 18
-
launchReleaseAction
- Since:
- API version 18
-
launchReleaseAlt
void launchReleaseAlt()
Call it when the pad is released with alternative settings.
- Since:
- API version 18
-
launchReleaseAltAction
- Since:
- API version 18
-
launchWithOptions
void launchWithOptions(String quantization,
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
-
-
launchLastClipWithOptions
void launchLastClipWithOptions(String quantization,
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
-
launchLastClipWithOptionsAction
-
sceneIndex
Value that reports the position of the scene within the list of Bitwig Studio scenes.
- Since:
- API version 2
-
copyFrom
Deprecated.
Copies the current slot or scene into the dest slot or scene.
- Since:
- API version 4
-
moveTo
Deprecated.
Moves the current slot or scene into the destination slot or scene.
- Since:
- API version 4
-
color
Value that reports the color of this slot.
- Since:
- API version 7
-
setIndication
Deprecated.
Specifies if the Bitwig Studio clip launcher should indicate which slots and scenes are part of the
window. By default indications are disabled.
- Parameters:
shouldIndicate - `true` if visual indications should be enabled, `false` otherwise
- Since:
- API version 10
-
replaceInsertionPoint
An
InsertionPoint that is used to replace the contents of this slot or scene.
- Since:
- API version 7
-
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()instead.