]> Shamusworld >> Repos - ardour-manual/blob - include/common-region-edit-operations.html
Clarify video-tools install, remove symlink suggestion
[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 are likely to be used often while working on a session.
5   Depending on work habits (and experience of other
6   <abbr title="Digital Audio Workstation">DAW</abbr>s),
7   some of these operations will be critical while others are used only rarely.
8 </p>
9 <p>
10   All of these operations can be carried out 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   Some of these operations make use of <a href="@@edit-point-control">the edit
17   point/range</a> and <a href="@@which-regions-are-affected">affect specific regions</a>.
18 </p>
19 <table class="dl">
20 <tr><th><kbd class="menu">Spot (Align)</kbd></th>
21 <td>Move selected regions to the edit point.</td></tr>
22 <tr><th><kbd class="menu">Split</kbd></th>
23 <td>Split selected regions at the edit point.</td></tr>
24 <tr><th><kbd class="menu">Trim Start</kbd></th>
25 <td>Adjust the start of selected regions to the edit point (or as close as
26 possible).</td></tr>
27 <tr><th><kbd class="menu">Trim End</kbd></th>
28 <td>Adjust the end of selected regions to the edit point (or as close as
29 possible).</td></tr>
30 <tr><th><kbd class="menu">Duplicate</kbd></th>
31 <td>Make a copy of each selected region and position it immediately after the
32 original.</td></tr>
33 <tr><th><kbd class="menu">Crop</kbd></th>
34 <td>Truncate selected regions to the edit range.</td></tr>
35 <tr><th><kbd class="menu">Separate</kbd></th>
36 <td>Split selected regions at both ends of the edit range.</td></tr>
37 <tr><th><kbd class="menu">Set Fade In</kbd></th>
38 <td>Adjust selected audio regions' fade in to end at the edit point.</td></tr>
39 <tr><th><kbd class="menu">Set Fade Out</kbd></th>
40 <td>Adjust selected audio regions' fade out to end at the edit point.</td></tr>
41 <tr><th><kbd class="menu">Toggle Fade In</kbd></th>
42 <td>Turn selected audio regions' fade in on or off.</td></tr>
43 <tr><th><kbd class="menu">Toggle Fade Out</kbd></th>
44 <td>Turn selected audio regions' fade out on or off.</td></tr>
45 <tr><th><kbd class="menu">Play Region</kbd></th>
46 <td>Play session from the start of the earliest selected region.</td></tr>
47 <tr><th><kbd class="menu">Zoom To Region</kbd></th>
48 <td>Zoom horizontally so that the selected regions span the editor track
49 view.</td></tr>
50 <tr><th><kbd class="menu">Set Sync Point</kbd></th>
51 <td>Set the sync point of all selected regions to the edit point.</td></tr>
52 <tr><th><kbd class="menu">Insert</kbd></th>
53 <td>Inserts the currently selected regions in the Region List at the edit
54 point.</td></tr>
55 </table>
56