]> Shamusworld >> Repos - ardour-manual/blob - _manual/04_ardours-interface/03_introducing-the-editor-window/02_the-editing-toolbar.html
tweak control playback text
[ardour-manual] / _manual / 04_ardours-interface / 03_introducing-the-editor-window / 02_the-editing-toolbar.html
1 ---
2 layout: default
3 title: The Editing Toolbar
4 ---                        
5
6 <h2>Mouse Modes</h2>
7 <dl class="wide-table">
8   <dt id="object">Object Mode</dt>
9   <dd>The <dfn>object mode</dfn> is used for selecting, moving, deleting and 
10   copying objects. When in object mode, the mouse pointer appears as a hand
11   whenever it is over the track canvas or the rulers. The mouse can now be
12   used to select and perform operations on objects such as regions, markers etc.
13   This is the most common mode to work in, as it allows you to select and move regions,
14   as well as modify automation points on the automation tracks.
15   </dd>
16   <dt>Range Mode</dt>
17   <dd>When in <dfn>range mode</dfn>, the mouse pointer appears as a vertical line
18   whenever it is over the track canvas or the rulers. The mouse will now be
19   able to select a point or range of time. Time ranges can be selected over
20   one or several tracks, depending on the selection of your tracks.
21   <p>
22   If none of your tracks are selected, the Range Tool will operate on all the
23   session track visualized in the Editor.
24   </p>
25   <p>
26   If you want to edit only particular tracks, select them before you apply
27   the range tool.
28   </p>
29   </dd>
30   <dt>Zoom Tool</dt>
31   <dd>When in <dfn>zoom mode</dfn>, the mouse pointer appears as a magnifying glass
32   whenever it is over the track canvas or the rulers. Select the area to
33   zoom to with a <kbd class="mouse">Left drag</kbd>. A single <kbd
34   class="mouse">Left</kbd> click zooms in by one level around the mouse cursor, 
35   likewise a single <kbd class="mouse">Right</kbd> click will zoom out by one
36   level.</dd>
37   <dt>Region Gain Tool</dt>
38   <dd>When in <dfn>gain edit</dfn> mode, the mouse pointer will change to
39   cross-hairs. You can then click within a region to change the <dfn>gain
40   envelope</dfn> for that region. This curve is separate from fader automation
41   for individual tracks. It will remain locked to the region's time, so if the
42   region is moved, the region gain envelope is moved along with it.</dd>
43   <dt>Time Effects Tool</dt>
44   <dd>When in <dfn>time fx</dfn> mode, the mouse pointer appears as a
45   distinctive expanding square symbol whenever it is over the track canvas or
46   the rulers. This mode is used to resize regions using a timestretch
47   algorithm.
48   Click on an edge of a region of audio and drag it one way or the other to
49   stretch or shrink the region.</dd>
50   <dt>Audition Tool</dt>
51   <dd>Clicking a region using the <dfn>audition tool</dfn> will play this
52   region to the control room outputs.
53   <p>You can also <dfn>scrub</dfn> with this tool by clicking and dragging in
54   the direction you wish to listen.  The amount you drag in one direction or
55   the other will determine the playback speed.</p>
56   </dd>
57   <dt>Draw Tool</dt>
58   <dd></dd>
59   <dt>Internal/Region Edit Mode</dt>
60   <dd></dd>
61 </dl>
62
63 <h3>Object Tool</h3>
64 <dl class="wide-table">
65 <dt>Selecting Regions</dt>
66 <dd></dd>
67 <dt>Resizing Regions</dt>
68 <dd></dd>
69 <dt>Moving Regions</dt>
70 <dd></dd>
71 <dt>Editing Fade In and Fade Out</dt>
72 <dd></dd>
73 </dl>
74 <h3 id="smartmode">Smart Mode</h3>
75 <p>
76   The <dfn>Smart Mode</dfn> button to the left of the mouse mode buttons
77   modifies <dfn>Object mode</dfn>. When enabled, the mouse behaves as if it
78   is in "Range Tool" mode in the upper half of a region, and in "Object Tool"
79   mode in the lower half.
80 </p>
81