Interface DetailEditor
- All Superinterfaces:
TimelineEditor
An interface representing various commands which can be performed on the Bitwig Studio detail editor.
To receive an instance of the application interface call
To receive an instance of the application interface call
ControllerHost.createDetailEditor().- Since:
- API version 14
-
Method Summary
Modifier and TypeMethodDescriptionvoidZooms in all detail editor lanes, if it the detail editor is visible.Same as zoomInLaneHeightsAction/zoomOutLaneHeightsAction, but as a steppervoidZooms out all detail editor lanes, if it the detail editor is visible.Methods inherited from interface com.bitwig.extension.controller.api.TimelineEditor
getHorizontalScrollbarModel, zoomIn, zoomInAction, zoomLevel, zoomOut, zoomOutAction, zoomToFit, zoomToFitAction, zoomToFitSelectionOrAll, zoomToFitSelectionOrAllAction, zoomToFitSelectionOrPrevious, zoomToFitSelectionOrPreviousAction, zoomToSelection, zoomToSelectionAction
-
Method Details
-
zoomInLaneHeightsAction
HardwareActionBindable zoomInLaneHeightsAction()Zooms in all detail editor lanes, if it the detail editor is visible.- Since:
- API version 14
-
zoomInLaneHeights
void zoomInLaneHeights() -
zoomOutLaneHeightsAction
HardwareActionBindable zoomOutLaneHeightsAction()Zooms out all detail editor lanes, if it the detail editor is visible.- Since:
- API version 14
-
zoomOutLaneHeights
void zoomOutLaneHeights() -
zoomLaneHeightsStepper
RelativeHardwarControlBindable zoomLaneHeightsStepper()Same as zoomInLaneHeightsAction/zoomOutLaneHeightsAction, but as a stepper- Since:
- API version 14
-