Interface ClipLauncherSlot
- All Superinterfaces:
ClipLauncherSlotOrScene,DeleteableObject,DuplicableObject,ObjectProxy,Subscribable
-
Method Summary
Modifier and TypeMethodDescriptionvoidStarts browsing for content that can be inserted in this slot in Bitwig Studio's popup browser.color()Value that reports the color of this slot.voidcreateEmptyClip(int lengthInBeats) Creates an new clip.voidDuplicates the clip.Value that reports whether this slot has content or not.Value that reports whether this slot is queued for playback or not.Value that reports whether this slot is playing or not.Value that reports whether this slot is recording or not.Value that reports whether this slot is queued for recording or not.Value that reports whether this slot is selected or not.Value that reports true if the slot has a clip playing and the track is queued for stop.voidrecord()Start recording a clip.voidselect()Selects the slot.voidMakes the clip content of the slot visible in the note or audio editor.Methods inherited from interface com.bitwig.extension.controller.api.ClipLauncherSlotOrScene
copyFrom, launch, launchAction, launchAlt, launchAltAction, launchLastClipWithOptions, launchLastClipWithOptionsAction, launchRelease, launchReleaseAction, launchReleaseAlt, launchReleaseAltAction, launchWithOptions, launchWithOptionsAction, moveTo, name, nextSceneInsertionPoint, previousSceneInsertionPoint, replaceInsertionPoint, sceneIndex, setIndicationMethods inherited from interface com.bitwig.extension.controller.api.DeleteableObject
deleteObject, deleteObjectActionMethods inherited from interface com.bitwig.extension.controller.api.DuplicableObject
duplicateObject, duplicateObjectActionMethods inherited from interface com.bitwig.extension.controller.api.ObjectProxy
createEqualsValue, existsMethods inherited from interface com.bitwig.extension.controller.api.Subscribable
isSubscribed, setIsSubscribed, subscribe, unsubscribe
-
Method Details
-
isSelected
BooleanValue isSelected()Value that reports whether this slot is selected or not.- Since:
- API version 2
-
hasContent
BooleanValue hasContent()Value that reports whether this slot has content or not.- Since:
- API version 2
-
isPlaying
BooleanValue isPlaying()Value that reports whether this slot is playing or not.- Since:
- API version 2
-
isPlaybackQueued
BooleanValue isPlaybackQueued()Value that reports whether this slot is queued for playback or not.- Since:
- API version 2
-
isRecording
BooleanValue isRecording()Value that reports whether this slot is recording or not.- Since:
- API version 2
-
isRecordingQueued
BooleanValue isRecordingQueued()Value that reports whether this slot is queued for recording or not.- Since:
- API version 2
-
isStopQueued
BooleanValue isStopQueued()Value that reports true if the slot has a clip playing and the track is queued for stop.- Since:
- API version 2
-
browseToInsertClip
void browseToInsertClip()Starts browsing for content that can be inserted in this slot in Bitwig Studio's popup browser.- Since:
- API version 2
-
color
SettableColorValue color()Value that reports the color of this slot.- Specified by:
colorin interfaceClipLauncherSlotOrScene- Since:
- API version 2
-
select
void select()Selects the slot.- Since:
- API version 10
-
selectAction
HardwareActionBindable selectAction()- Since:
- API version 10
-
record
void record()Start recording a clip.- Since:
- API version 10
-
recordAction
HardwareActionBindable recordAction()- Since:
- API version 10
-
showInEditor
void showInEditor()Makes the clip content of the slot visible in the note or audio editor.- Since:
- API version 10
-
createEmptyClip
void createEmptyClip(int lengthInBeats) Creates an new clip.- Since:
- API version 10
-
duplicateClip
void duplicateClip()Duplicates the clip.- Since:
- API version 10
-