]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/common-region-edit-operations.html
Collapse diagrams/ into images/.
[ardour-manual-diverged] / include / common-region-edit-operations.html
1
2 <p>
3   This section covers a set of <dfn>region editing operations</dfn>
4   that you are likely to use often while working on a session.
5   Depending on your work habits (and experience of other
6   <abbr title="Digital Audio Workstation">DAW</abbr>s) you will find
7   some of these operations critical while others are used only rarely.
8 </p>
9 <p>
10   You can carry out all of these operations from the keyboard (see
11   <a href="/default-keyboard-bindings/">Default Keyboard Shortcuts</a>
12   for a list). Equivalent operations can be performed with the mouse
13   in most cases.
14 </p>
15 <p>
16   You may want to review your understanding of
17   <a href="/ardours-interface/the-edit-point-control/">the edit point/range</a> and 
18   <a href="/editing-and-arranging/which-regions-are-affected/">which regions will be affected by region operations</a>.
19 </p>
20 <dl class="wide-table">
21 <dt><kbd class="menu">Spot (Align)</kbd></dt>
22 <dd>Move selected regions to the edit point.</dd>
23 <dt><kbd class="menu">Split</kbd></dt>
24 <dd>Split selected regions at the edit point.</dd>
25 <dt><kbd class="menu">Trim Start</kbd></dt>
26 <dd>Adjust the start of selected regions to the edit point (or as close as
27 possible).</dd>
28 <dt><kbd class="menu">Trim End</kbd></dt>
29 <dd>Adjust the end of selected regions to the edit point (or as close as
30 possible).</dd>
31 <dt><kbd class="menu">Duplicate</kbd></dt>
32 <dd>Make a copy of each selected region and position it immediately after the
33 original.</dd>
34 <dt><kbd class="menu">Crop</kbd></dt>
35 <dd>Truncate selected regions to the edit range.</dd>
36 <dt><kbd class="menu">Separate</kbd></dt>
37 <dd>Split selected regions at both ends of the edit range.</dd>
38 <dt><kbd class="menu">Set Fade In</kbd></dt>
39 <dd>Adjust selected audio regions' fade in to end at the edit point.</dd>
40 <dt><kbd class="menu">Set Fade Out</kbd></dt>
41 <dd>Adjust selected audio regions' fade out to end at the edit point.</dd>
42 <dt><kbd class="menu">Toggle Fade In</kbd></dt>
43 <dd>Turn selected audio regions' fade in on or off.</dd>
44 <dt><kbd class="menu">Toggle Fade Out</kbd></dt>
45 <dd>Turn selected audio regions' fade out on or off.</dd>
46 <dt><kbd class="menu">Play Region</kbd></dt>
47 <dd>Play session from the start of the earliest selected region.</dd>
48 <dt><kbd class="menu">Zoom To Region</kbd></dt>
49 <dd>Zoom horizontally so that the selected regions span the editor track
50 view.</dd>
51 <dt><kbd class="menu">Set Sync Point</kbd></dt>
52 <dd>Set the sync point of all selected regions to the edit point.</dd>
53 <dt><kbd class="menu">Insert</kbd></dt>
54 <dd>Inserts the currently selected regions in the Region List at the edit
55 point.</dd>
56 </dl>
57