Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
SettableBooleanValue | isPinned () |
![]() | |
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) |
Interface that defines a cursor that can be "pinned".
SettableBooleanValue isPinned | ( | ) |
Determines if this cursor is currently pinned or not. If the cursor is pinned then it won't follow the selection the user makes in the application.