]> Shamusworld >> Repos - ardour-manual/blob - include/zoom-controls.html
10737b3b70af1f9ea117e71cf004b1b95ea06485
[ardour-manual] / include / zoom-controls.html
1
2 <figure class="right">
3   <img src="/images/toolbar-zoom.png" alt="Editor toolbar's zoom">
4   <figcaption>
5     Editor toolbar's zoom
6   </figcaption>
7 </figure>
8
9 <p>
10         The zoom controls allow to navigate the session along both the time 
11         and track axes. The controls are dscribed from right to left :
12 </p>
13
14 <h2 id="zoom-along-time-axis">Along the time axis</h2>
15
16 <p>
17         The drop down <em>Zoom Focus</em> (<kbd class="menu">Playhead</kbd> 
18         by default) menu allows to select a focus point for the zoom, i.e. 
19         the center of the zoom, to choose amongst:
20 </p>
21
22 <ul>
23   <li><dfn>Left</dfn> of the screen</li>
24   <li><dfn>Right</dfn> of the screen</li>
25   <li><dfn>Center</dfn> of the screen</li>
26   <li><dfn>Playhead</dfn></li>
27   <li><dfn>Mouse</dfn></li>
28   <li><dfn>Edit Point</dfn> as set in the <a href="@@edit-point-control">Edit point</a> control.</li>
29 </ul>
30
31 <p>
32         The two zoom buttons (<kbd class="menu">&minus;</kbd> and <kbd 
33         class="menu">&plus;</kbd>) use this zoom focus to zoom out and in 
34         respectively.
35 <p>
36
37 <p>
38         The <kbd class="menu">[&nbsp;]</kbd> <em>Zoom to session</em> 
39         button is a handy shortcut to zoom out or in until all the session 
40         (as defined by its <a href="@@working-with-markers">start/end 
41         markers</a>) fits horizontally.
42 </p>
43
44 <h2 id="zoom-along-track-axis">Along the tracks axis</h2>
45
46 <p>
47         Two buttons <kbd class="menu">Shrink tracks</kbd> and 
48         <kbd class="menu">Expand tracks</kbd> reduce or expand the vertical 
49         size of the selected tracks. If no track is selected, all the 
50         tracks will be shrunk or expanded each time the button is pushed.
51 </p>
52
53 <p>
54         Last, the dropdown menu (<kbd class="menu">*</kbd> by default) 
55         allows changing the number of visible tracks to fit vertically on 
56         screen.
57 <p>
58
59 <p class="note">
60         There <em>is</em> a minimal track height to keep it visible, so 
61         according to the vertical screen size, some high number can have no 
62         effect.
63 </p>
64
65 <p>
66         Besides numbers that correspond to the number of tracks to show, 
67         there are two special choices:
68 </p>
69
70 <ul>
71   <li>
72         <dfn>Selection</dfn> that focus on the selected tracks. If 
73           the selected tracks are not contiguous, the unselected tracks 
74           inbetween will be hidden, see the <a 
75           href="@@the-tracks-and-busses-list">Track and Bus list</a>.
76   </li>
77   <li>
78           <dfn>All</dfn> that fits all the tracks of the sessions 
79           vertically (provided there's enough screen estate).
80   </li>
81 </ul>
82