|
void | selectClip (Clip 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 () |
|
BooleanValue | exists () |
|
BooleanValue | createEqualsValue (ObjectProxy other) |
|
boolean | isSubscribed () |
|
void | setIsSubscribed (boolean value) |
|
void | subscribe () |
|
void | unsubscribe () |
|
void | selectPrevious () |
|
HardwareActionBindable | selectPreviousAction () |
|
void | selectNext () |
|
HardwareActionBindable | selectNextAction () |
|
void | selectFirst () |
|
void | selectLast () |
|
BooleanValue | hasNext () |
|
BooleanValue | hasPrevious () |
|
void | addCanSelectPreviousObserver (BooleanValueChangedCallback callback) |
|
void | addCanSelectNextObserver (BooleanValueChangedCallback callback) |
|
default RelativeHardwareControlBinding | addBinding (RelativeHardwareControl hardwareControl) |
|
RelativeHardwareControlBinding | addBindingWithSensitivity (RelativeHardwareControl hardwareControl, double sensitivity) |
|
SettableBooleanValue | isPinned () |
|
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