|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for DetailEditor:Public Member Functions | |
| HardwareActionBindable | zoomInLaneHeightsAction () |
| void | zoomInLaneHeights () |
| HardwareActionBindable | zoomOutLaneHeightsAction () |
| void | zoomOutLaneHeights () |
| RelativeHardwarControlBindable | zoomLaneHeightsStepper () |
Public Member Functions inherited from TimelineEditor | |
| 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.
Definition at line 10 of file DetailEditor.java.
| 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.