An abstract interface that represents the clip launcher scenes or slots of a single track.
- Since
- API version 1
Definition at line 10 of file ClipLauncherSlotOrSceneBank.java.
Registers an observer that reports the names of the scenes and slots. The slot names reflect the names of containing clips.
- Parameters
-
| callback | a callback function receiving two parameters: 1. the slot index (integer) within the configured window, and 2. the name of the scene/slot (string) |
- Since
- API version 1
Launches the scene/slot with the given index.
- Parameters
-
| slot | the index of the slot that should be launched |
- Since
- API version 1
| void returnToArrangement |
( |
| ) |
|
Performs a return-to-arrangement operation on the related track, which caused playback to be taken over by the arrangement sequencer.
- Since
- API version 1
Stops clip launcher playback for the associated track.
- Since
- API version 1
The documentation for this interface was generated from the following file: