]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/05_ardours-interface/04_the-editor/01_the-toolbar/02_the-zoom-controls.html
Sync to master.
[ardour-manual-diverged] / _manual / 05_ardours-interface / 04_the-editor / 01_the-toolbar / 02_the-zoom-controls.html
1 ---
2 title: The Zoom Controls
3 ---
4
5
6
7 <img class="left" src="/images/toolbar-zoom.png" alt="Editor toolbar's zoom">
8
9
10
11 <p>The zoom controls allow to navigate the session along both the time and track axes.</p>
12
13
14
15 <p>The drop down <kbd class="menu">Zoom Focus</kbd> menu allows to select a focus
16
17 point for the zoom, i.e. the center of the zoom. The choices are :</p>
18
19
20
21 <ul>
22
23   <li><dfn>Left</dfn> of the screen</li>
24
25   <li><dfn>Right</dfn> of the screen</li>
26
27   <li><dfn>Center</dfn> of the screen</li>
28
29   <li><dfn>Playhead</dfn></li>
30
31   <li><dfn>Mouse</dfn></li>
32
33   <li><dfn>Edit Point</dfn> as set in the <a href="/ardours-interface/the-editor/the-toolbar/the-edit-point-control/">Edit point</a> control.</li>
34
35 </ul>
36
37
38
39 <p>The 2 leftmost zoom buttons (<kbd class="menu">&minus;</kbd> and
40
41 <kbd class="menu">&plus;</kbd>) use this zoom focus to zoom out and in
42
43 respectively.<p>
44
45
46
47 <p>The <kbd class="menu">Zoom to session</kbd> button is a handy shortcut to zoom
48
49 out or in until all the session (as defined by it's <a href="/working-with-markers/">start/end
50
51 markers</a>) fits horizontally.</p>
52
53
54
55 <p>Changing the <kbd class="menu">Number of visible tracks</kbd> dropdown menu
56
57 allows to fit this number of tracks vertically in the screen.<p>
58
59
60
61 <p class="note">There <em>is</em> a minimal track height to keep it visible, so
62
63 according to you screen vertical size, some high number can have no effect.</p>
64
65
66
67 <p>Inside this menu are 2 handy choices :</p>
68
69 <ul>
70
71   <li><dfn>Selected tracks</dfn> that focus on the selected tracks. If the selected
72
73   tracks are not contiguous, the unselected tracks inbetween will be hidden, see
74
75   the <a href="/ardours-interface/the-editor/the-editor_s-lists/tracks-and-busses-list/">Track and Bus list</a>.</li>
76
77   <li><dfn>All</dfn> that fits all the tracks of the sessions vertically (provided
78
79   there's enough screen estate).</li>
80
81 </ul>
82
83
84
85 <p>The rightmost buttons <kbd class="menu">Shrink tracks</kbd> and
86
87 <kbd class="menu">Expand tracks</kbd> reduce or expand the vertical size of the
88
89 selected tracks. If no track is selected, all the tracks will be shrunk or
90
91 expanded each time the button is pushed.