Bitwig Studio Control Surface API  5.0.11
DetailEditor Interface Reference
+ 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 ()
 

Detailed Description

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

Member Function Documentation

◆ zoomInLaneHeightsAction()

HardwareActionBindable zoomInLaneHeightsAction ( )

Zooms in all detail editor lanes, if it the detail editor is visible.

Since
API version 14

◆ zoomLaneHeightsStepper()

RelativeHardwarControlBindable zoomLaneHeightsStepper ( )

Same as zoomInLaneHeightsAction/zoomOutLaneHeightsAction, but as a stepper

Since
API version 14

◆ zoomOutLaneHeightsAction()

HardwareActionBindable zoomOutLaneHeightsAction ( )

Zooms out all detail editor lanes, if it the detail editor is visible.

Since
API version 14

The documentation for this interface was generated from the following file: