]> Shamusworld >> Repos - ardour-manual/blob - include/navigating-the-editor.html
Cue: document Cue Isolate option
[ardour-manual] / include / navigating-the-editor.html
1
2 <p>
3   Navigating the Editor window is obviously a very frequent operation. Ardour sticks
4   with a lot of the usual conventions in this regard, to allow for a quick learning.
5   As those operations are so common, it is worth taking the time to learn most of
6   the keyboard and mouse shortcuts in order for these to become fast and natural.
7 </p>
8 <p>
9   The keyboard shortcuts can, as always, be edited, so the defaults are shown here.
10 </p>
11
12 <h2>Scrolling</h2>
13
14 <p>
15   Scrolling can be done on-canvas, or with the <a href="@@summary">Summary</a>.
16 </p>
17
18 <h3>On Canvas</h3>
19
20 <table>
21   <thead>
22     <tr><th>Action</th><th>Mouse</th><th>Keyboard</th></tr>
23   </thead>
24   <tbody>
25     <tr><th>Scrolling up</th><td><kbd class="mouse">&uArr;</kbd></td><td><kbd>&uarr;</kbd></td></tr>
26     <tr><th>Scrolling down</th><td><kbd class="mouse">&dArr;</kbd></td><td><kbd>&darr;</kbd></td></tr>
27     <tr><th>Scrolling up one page</th><td></td><td><kbd>&#8670;</kbd></td></tr>
28     <tr><th>Scrolling down one page</th><td></td><td><kbd>&#8671;</kbd></td></tr>
29     <tr><th>Scrolling left</th><td><kbd class="mod3 mouse">&uArr;</kbd></td><td></td></tr>
30     <tr><th>Scrolling right</th><td><kbd class="mod3 mouse">&dArr;</kbd></td><td></td></tr>
31   </tbody>
32 </table>
33
34 <p class="note">
35   Moving the playhead outside the view may scroll the screen accordingly, so using
36   <kbd class="mod2">&larr;</kbd> or <kbd class="mod2">&rarr;</kbd>, while not
37   <em>scrolling</em> per se, will result in scrolling if <kbd class="option">Transport &gt; Follow playhead</kbd>
38   is checked. This is also true with the <a href="@@mini-timeline">
39   Navigation Timeline</a>, and anything that moves the Playhead.
40 </p>
41
42 <h3>In the Summary</h3>
43
44 <p>
45   Clicking and dragging in the Summary will scroll the view left and right. If the
46   screen view is clicked (the white rectangle) and dragged, the view can also be scrolled
47   vertically.
48 </p>
49 <p>
50   Additionally, on the left of the Summary, the two <kbd class="menu">&lt;</kbd> and
51   <kbd class="menu">&gt;</kbd> arrows buttons allow to scroll one screen either left
52   or right, while at the right of the Summary, the two <kbd class="menu">&and;</kbd> and
53   <kbd class="menu">&or;</kbd> arrows buttons allow to scroll one screen either up
54   or down.
55 </p>
56
57 <h2>Zooming</h2>
58
59 <p>
60   Zooming (on time) can be done on-canvas (which will always be centered around the mouse cursor),
61   with the Summary, or with the <a href="@@zoom-controls">Zoom Controls</a>.
62 </p>
63
64 <h3>On Canvas</h3>
65
66 <table class="dl">
67   <tr><th>Zooming in</th><td><kbd class="mod1 mouse">&uArr;</kbd></td></tr>
68   <tr><th>Zooming out</th><td><kbd class="mod1 mouse">&dArr;</kbd></td></tr>
69 </table>
70
71 <h3>In the Summary</h3>
72
73 <p>
74   Resizing the screen view in the Summary (the white rectangle) changes the zoom
75   accordingly.
76 </p>
77
78 <h3>With the Zoom Controls</h3>
79
80 <p>
81   With the Zoom Focus set, the <kbd>&minus;</kbd> and <kbd>&plus;</kbd> buttons
82   will zoom out or in around this focus. The <kbd>[&nbsp;]</kbd> button zooms to the
83   whole session as defined by the start and end markers.
84 </p>
85 <p>
86   Theses controls are bound to the keyboard <kbd>&minus;</kbd> and <kbd>=</kbd>
87   respectively by default.
88 </p>
89
90 <h2>Height of the tracks</h2>
91
92 <p>
93   Changing the height of the tracks results in more or less tracks on screen. This
94   can be done on canvas, with the Summary or with the Zoom Controls.
95 </p>
96
97 <h3>On canvas</h3>
98
99 <p>
100   Using <kbd class="mod2 mouse">&dArr;</kbd> or <kbd class="mod2 mouse">&uArr;</kbd>
101   while hovering over a track reduces or enhances its height, i.e. zooms on the
102   hovered track, regardless of the selection.
103 </p>
104 <p>
105   The <kbd>F</kbd> key resizes the tracks so that only the selected one(s) are
106   displayed. If some unselected tracks are in-between those selected tracks, their
107   <a href="@@the-tracks-and-busses-list">visibility</a> will be toggled off.
108 </p>
109
110
111 <h3>In the Summary</h3>
112
113 <p>
114   Resizing the screen view in the Summary (the white rectangle) changes the number
115   of tracks displayed (hence their heights) accordingly. It behaves more like a zoom
116   as the relative height of the tracks are kept.
117 </p>
118
119 <h3>With the Zoom Controls</h3>
120
121 <p>
122   The three rightmost buttons of the Zoom Control bar, while not zoom buttons,
123   act upon the height of the tracks:
124 </p>
125 <ul>
126   <li>The first selector directly selects how many tracks are currently on screen.</li>
127   <li>The second one reduces the height of the selected track(s). If none are
128     selected, all the tracks are affected, while maintaining (as long as it is
129     possible) their relative heights.</li>
130   <li>The third one enlarges the tracks, and is the counterpart of the previous
131     one.</li>
132 </ul>
133