Bitwig Studio Control Surface API  5.0.11
PinnableCursorClip Interface Reference
+ Inheritance diagram for PinnableCursorClip:

Additional Inherited Members

- Public Member Functions inherited from CursorClip
void selectClip (Clip clip)
 
- Public Member Functions inherited from Clip
void scrollToKey (int key)
 
void scrollKeysPageUp ()
 
void scrollKeysPageDown ()
 
void scrollKeysStepUp ()
 
void scrollKeysStepDown ()
 
void scrollToStep (int step)
 
void scrollStepsPageForward ()
 
void scrollStepsPageBackwards ()
 
void scrollStepsStepForward ()
 
void scrollStepsStepBackwards ()
 
BooleanValue canScrollKeysUp ()
 
void addCanScrollKeysUpObserver (BooleanValueChangedCallback callback)
 
BooleanValue canScrollKeysDown ()
 
void addCanScrollKeysDownObserver (BooleanValueChangedCallback callback)
 
BooleanValue canScrollStepsBackwards ()
 
void addCanScrollStepsBackwardsObserver (BooleanValueChangedCallback callback)
 
BooleanValue canScrollStepsForwards ()
 
void addCanScrollStepsForwardObserver (BooleanValueChangedCallback callback)
 
void toggleStep (int x, int y, int insertVelocity)
 
void toggleStep (int channel, int x, int y, int insertVelocity)
 
void setStep (int x, int y, int insertVelocity, double insertDuration)
 
void setStep (int channel, int x, int y, int insertVelocity, double insertDuration)
 
void clearStep (int x, int y)
 
void clearStep (int channel, int x, int y)
 
void clearStepsAtX (final int channel, int x)
 
void clearSteps (int y)
 
void clearStepsAtY (int channel, int y)
 
void clearSteps ()
 
void moveStep (int x, int y, int dx, int dy)
 
void moveStep (int channel, int x, int y, int dx, int dy)
 
void selectStepContents (int x, int y, boolean clearCurrentSelection)
 
void selectStepContents (int channel, int x, int y, boolean clearCurrentSelection)
 
void setStepSize (double lengthInBeatTime)
 
void addStepDataObserver (StepDataChangedCallback callback)
 
void addNoteStepObserver (NoteStepChangedCallback callback)
 
IntegerValue playingStep ()
 
void addPlayingStepObserver (IntegerValueChangedCallback callback)
 
void setName (String name)
 
SettableBooleanValue getShuffle ()
 
SettableRangedValue getAccent ()
 
SettableBeatTimeValue getPlayStart ()
 
SettableBeatTimeValue getPlayStop ()
 
SettableBooleanValue isLoopEnabled ()
 
SettableBeatTimeValue getLoopStart ()
 
SettableBeatTimeValue getLoopLength ()
 
void addColorObserver (ColorValueChangedCallback callback)
 
SettableColorValue color ()
 
void duplicate ()
 
void duplicateContent ()
 
void transpose (int semitones)
 
void quantize (double amount)
 
Track getTrack ()
 
SettableEnumValue launchQuantization ()
 
SettableBooleanValue useLoopStartAsQuantizationReference ()
 
SettableBooleanValue launchLegato ()
 
SettableEnumValue launchMode ()
 
NoteStep getStep (final int channel, int x, int y)
 
void launch ()
 
void launchWithOptions (final String quantization, final String launchMode)
 
ClipLauncherSlot clipLauncherSlot ()
 
void showInEditor ()
 
- 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 ()
 
- Public Member Functions inherited from Cursor
void selectPrevious ()
 
HardwareActionBindable selectPreviousAction ()
 
void selectNext ()
 
HardwareActionBindable selectNextAction ()
 
void selectFirst ()
 
void selectLast ()
 
BooleanValue hasNext ()
 
BooleanValue hasPrevious ()
 
void addCanSelectPreviousObserver (BooleanValueChangedCallback callback)
 
void addCanSelectNextObserver (BooleanValueChangedCallback callback)
 
- Public Member Functions inherited from RelativeHardwarControlBindable
default RelativeHardwareControlBinding addBinding (RelativeHardwareControl hardwareControl)
 
RelativeHardwareControlBinding addBindingWithSensitivity (RelativeHardwareControl hardwareControl, double sensitivity)
 
- Public Member Functions inherited from PinnableCursor
SettableBooleanValue isPinned ()
 

Detailed Description

Cursor clip that can act independently from the user's clip selection if desired by being pinned in the controller settings panel.

Since
API version 10

The documentation for this interface was generated from the following file: