Interface DetailEditor

All Superinterfaces:
TimelineEditor

public interface DetailEditor extends 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 ControllerHost.createDetailEditor().
Since:
API version 14
  • 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