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