Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
HardwareActionBindable | zoomInLaneHeightsAction () |
void | zoomInLaneHeights () |
HardwareActionBindable | zoomOutLaneHeightsAction () |
void | zoomOutLaneHeights () |
RelativeHardwarControlBindable | zoomLaneHeightsStepper () |
![]() | |
HardwareActionBindable | zoomInAction () |
void | zoomIn () |
HardwareActionBindable | zoomOutAction () |
void | zoomOut () |
RelativeHardwarControlBindable | zoomLevel () |
HardwareActionBindable | zoomToFitAction () |
void | zoomToFit () |
HardwareActionBindable | zoomToSelectionAction () |
void | zoomToSelection () |
HardwareActionBindable | zoomToFitSelectionOrAllAction () |
void | zoomToFitSelectionOrAll () |
HardwareActionBindable | zoomToFitSelectionOrPreviousAction () |
void | zoomToFitSelectionOrPrevious () |
An interface representing various commands which can be performed on the Bitwig Studio detail editor.
To receive an instance of the application interface call ControllerHost#createDetailEditor.
HardwareActionBindable zoomInLaneHeightsAction | ( | ) |
Zooms in all detail editor lanes, if it the detail editor is visible.
RelativeHardwarControlBindable zoomLaneHeightsStepper | ( | ) |
Same as zoomInLaneHeightsAction/zoomOutLaneHeightsAction, but as a stepper
HardwareActionBindable zoomOutLaneHeightsAction | ( | ) |
Zooms out all detail editor lanes, if it the detail editor is visible.