]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/trimming-regions.html
Move content from _manual/ to include/.
[ardour-manual-diverged] / include / trimming-regions.html
1
2 <p>
3   Changing the <dfn>length</dfn> of a region is a very common editing
4   operation, often known as <dfn>trimming</dfn>. There are several ways
5   to accomplish this with Ardour, and some very useful specialized trimming
6   operations.
7 </p>
8
9 <h2>Drag-Trimming With the Mouse</h2>
10 <p>
11   In object mode, move the pointer near the beginning or end of the region.
12   The cursor will change to indicate that trimming is possible, and you then
13   <kbd class="mouse">Left</kbd>-drag the edge of the region.
14 </p>
15 <p>
16   Trimming will obey <a href="/ardours-interface/the-grid-controls/">Snap settings</a>.
17 </p>
18
19 <h2>Click Trimming With the Mouse</h2>
20 <p>
21   <kbd class="mouse">Left</kbd>-click in the colored bar at the bottom of a region.
22   If you are nearer to the start of a region, this will trim the start time to the
23   position of the pointer. If you are nearer to the end of a region, it will trim the
24   end time.
25 </p>
26
27 <h2>Keyboard Shortcuts for Trimming</h2>
28 <p>
29   There are several commands for region trimming. Some use the
30   <a href="/ardours-interface/the-edit-point-control/">edit point</a> to determine where
31   to trim to. Some are not bound to any keys by default (but could be via the
32   Keybindings Editor).
33 </p>
34
35 <dl class="wide-table">
36   <dt><kbd class="menu">Region/trim-front</kbd> <kbd>j</kbd></dt>
37   <dd>Trim selected region(s) start to edit point.</dd>
38   <dt><kbd class="menu">Region/trim-end</kbd> <kbd>k</kbd></dt>
39   <dd>Trim selected region(s) end to edit point.</dd>
40 </dl>
41
42 <h2 id="trimtonextprevious">Trim to Next/Previous Region</h2>
43 <p>
44   Sometimes you just want to extend the start or end of region so that it reaches
45   the end or start of an adjacent region. There is now an operation accessible
46   from the region context menu, under <kbd class="menu">Edit &gt;Trim &gt; Trim to
47   Next</kbd> or <kbd class="menu">Edit &gt; Trim &gt; Trim to Previous</kbd>. This
48   will extend the selected regions so they directly adjoin their neighbours, unless
49   their source files are not long enough, in which case they will be extended to the
50   maximum possible. Trim to Next will extend the end of the selected regions to the
51   start of the next region; Trim to Previous will extend the start of the selected
52   regions to the end of the previous region.
53 </p>
54 <dl class="wide-table">
55   <dt><kbd class="menu">Region/trim-to-previous-region</kbd> <kbd class="mod1">j</kbd></dt>
56   <dd>Trim the start of selected region(s) to the end of the previous
57   region.</dd>
58   <dt><kbd class="menu">Region/trim-to-next-region</kbd> <kbd class="mod1">k</kbd></dt>
59   <dd>Trim the end of selected region(s) to the start of the following
60   region.</dd>
61 </dl>
62
63 <h2>Other Possible Commands for Trimming</h2>
64 <p>
65   These are not bound to any keys by default, but could be via the Keybindings
66   Editor. They can also be sent via OSC or other control protocols.
67 </p>
68 <dl class="wide-table">
69   <dt><kbd class="menu">Region/trim-region-to-loop</kbd></dt>
70   <dd>Trim region to match the current loop range.</dd>
71   <dt><kbd class="menu">Region/trim-region-to-punch</kbd></dt>
72   <dd>Trim region to match the current punch range.</dd>
73 </dl>
74
75 {% children %}
76