|
Bitwig Studio Control Surface API
4.0.1
|
Inheritance diagram for TimelineEditor:Public Member Functions | |
| 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 () |
Shared functions between Arranger and DetailEditor
Definition at line 6 of file TimelineEditor.java.
| HardwareActionBindable zoomInAction | ( | ) |
Zooms in the timeline, if the timeline editor is visible.
| RelativeHardwarControlBindable zoomLevel | ( | ) |
Smoothly adjusts the zoom level
| HardwareActionBindable zoomOutAction | ( | ) |
Zooms out the timeline, if the timeline editor is visible.
| HardwareActionBindable zoomToFitAction | ( | ) |
Adjusts the zoom level of the timeline so that all content becomes visible, if the timeline editor is visible.
| HardwareActionBindable zoomToFitSelectionOrAllAction | ( | ) |
Toggles the timeline between zoomToSelection and zoomToFit, if it is visible.
| HardwareActionBindable zoomToFitSelectionOrPreviousAction | ( | ) |
Toggles the timeline between zoomToSelection and the last śet zoom level, if it is visible.
| HardwareActionBindable zoomToSelectionAction | ( | ) |
Adjusts the zoom level of the timeline so that it matches the active selection, if the timeline editor is visible.