]> Shamusworld >> Repos - ardour-manual/blob - include/common-region-edit-operations.html
7b028809cddb7a596fc5cdef5f5399306308f8aa
[ardour-manual] / 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="@@edit-point-control">the edit point/range</a> and
18   <a href="@@which-regions-are-affected">which regions will be affected by region operations</a>.
19 </p>
20 <table class="dl">
21 <tr><th><kbd class="menu">Spot (Align)</kbd></th>
22 <td>Move selected regions to the edit point.</td></tr>
23 <tr><th><kbd class="menu">Split</kbd></th>
24 <td>Split selected regions at the edit point.</td></tr>
25 <tr><th><kbd class="menu">Trim Start</kbd></th>
26 <td>Adjust the start of selected regions to the edit point (or as close as
27 possible).</td></tr>
28 <tr><th><kbd class="menu">Trim End</kbd></th>
29 <td>Adjust the end of selected regions to the edit point (or as close as
30 possible).</td></tr>
31 <tr><th><kbd class="menu">Duplicate</kbd></th>
32 <td>Make a copy of each selected region and position it immediately after the
33 original.</td></tr>
34 <tr><th><kbd class="menu">Crop</kbd></th>
35 <td>Truncate selected regions to the edit range.</td></tr>
36 <tr><th><kbd class="menu">Separate</kbd></th>
37 <td>Split selected regions at both ends of the edit range.</td></tr>
38 <tr><th><kbd class="menu">Set Fade In</kbd></th>
39 <td>Adjust selected audio regions' fade in to end at the edit point.</td></tr>
40 <tr><th><kbd class="menu">Set Fade Out</kbd></th>
41 <td>Adjust selected audio regions' fade out to end at the edit point.</td></tr>
42 <tr><th><kbd class="menu">Toggle Fade In</kbd></th>
43 <td>Turn selected audio regions' fade in on or off.</td></tr>
44 <tr><th><kbd class="menu">Toggle Fade Out</kbd></th>
45 <td>Turn selected audio regions' fade out on or off.</td></tr>
46 <tr><th><kbd class="menu">Play Region</kbd></th>
47 <td>Play session from the start of the earliest selected region.</td></tr>
48 <tr><th><kbd class="menu">Zoom To Region</kbd></th>
49 <td>Zoom horizontally so that the selected regions span the editor track
50 view.</td></tr>
51 <tr><th><kbd class="menu">Set Sync Point</kbd></th>
52 <td>Set the sync point of all selected regions to the edit point.</td></tr>
53 <tr><th><kbd class="menu">Insert</kbd></th>
54 <td>Inserts the currently selected regions in the Region List at the edit
55 point.</td></tr>
56 </table>
57