From 62e32a441a4136ce70963d73ad742011cb01b327 Mon Sep 17 00:00:00 2001 From: Ed Ward Date: Mon, 10 Apr 2017 14:52:14 +0200 Subject: [PATCH] Added 'navigating the editor' --- include/navigating-the-editor.html | 133 +++++++++++++++++++++++++++++ master-doc.txt | 7 ++ 2 files changed, 140 insertions(+) create mode 100644 include/navigating-the-editor.html diff --git a/include/navigating-the-editor.html b/include/navigating-the-editor.html new file mode 100644 index 0000000..6f662fc --- /dev/null +++ b/include/navigating-the-editor.html @@ -0,0 +1,133 @@ + +

+ Navigating the Editor window is obviously a very frequent operation. Ardour sticks + with a lot of the usual conventions in this regard, to allow for a quick learning. + As those operations are so common, it is worth taking the time to learn most of + the keyboard and mouse shortcuts in order for these to become fast and natural. +

+

+ The keyboard shortcuts can, as always, be edited, so the defaults are shown here. +

+ +

Panning and scrolling

+ +

+ Panning can be done on-canvas, or with the Summary. Panning + vertically is often named scrolling. +

+ +

On Canvas

+ + + + + + + + + + + + + +
ActionMouseKeyboard
Panning up
Panning down
Panning up one page
Panning down one page
Panning left
Panning right
+ +

+ Moving the playhead outside the view may scroll the screen accordingly, so using + or or , while not + panning per se, will result in panning if Transport + > Follow playhead is checked. This is also true with the + Navigation Timeline, and anything that moves the Playhead. +

+ +

In the Summary

+ +

+ Clicking and dragging in the Summary will pan the view left and right. If the + screen view is clicked (the white rectangle) and dragged, the view can also be panned + vertically. +

+

+ Additionnaly, on the left of the Summary, the two < and + > arrows buttons allow to scroll one screen either left + or right, while at the right of the Summary, the two and + arrows buttons allow to scroll one screen either up + or down. +

+ +

Zooming

+ +

+ Zooming (on time) can be done on-canvas (which will always be centerd around the mouse cursor), + with the Summary, or with the Zoom Controls. +

+ +

On Canvas

+ + + + +
Zooming in
Zooming out
+ +

In the Summary

+ +

+ Resizing the screen view in the Summary (the white rectangle) changes the zoom + accordingly. +

+ +

With the Zoom Controls

+ +

+ With the Zoom Focus set, the and + buttons + will zoom out or in around this focus. The [ ] button zooms to the + whole session as defined by the start and end markers. +

+

+ Theses controls are bound to the keyboard and = + respectively by default. +

+ +

Height of the tracks

+ +

+ Changing the height of the tracks results in more or less tracks on screen. This + can be done on canvas, with the Summary or with the Zoom Controls. +

+ +

On canvas

+ +

+ Using or + while hovering over a track reduces or enhances its height, i.e. zooms on the + hovered track, regardless of the selection. +

+

+ The F key resizes the tracks so that only the selected one(s) are + displayed. If some unselected tracks are inbetween those selected tracks, their + visibility will be toggled off. +

+ + +

In the Summary

+ +

+ Resizing the screen view in the Summary (the white rectangle) changes the number + of tracks displayed (hence their heights) accordingly. It behaves more like a zoom + as the relative height of the tracks are kept. +

+ +

With the Zoom Controls

+ +

+ The three rightmost buttons of the Zoom Control bar, while not zoom buttons, + act upon the height of the tracks: +

+ diff --git a/master-doc.txt b/master-doc.txt index ec9bc58..7f03869 100644 --- a/master-doc.txt +++ b/master-doc.txt @@ -1238,6 +1238,13 @@ uri: editing-and-arranging part: part --- +--- +title: Navigating the Editor +include: navigating-the-editor.html +link: navigating-the-editor +part: chapter +--- + --- title: Editing Basics include: editing-basics.html