]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/18_editing-and-arranging/04_change-region-lengths/01_pushpull-trimming.html
Collapse diagrams/ into images/.
[ardour-manual-diverged] / _manual / 18_editing-and-arranging / 04_change-region-lengths / 01_pushpull-trimming.html
1 ---
2 layout: default
3 title: Push/Pull Trimming
4 ---                        
5
6 <p>
7   Normally, when you trim regions by dragging with the mouse, it affects 
8   only the selected regions. Their lengths are directly affected by the 
9   trim operation, but nothing else is. Sometimes though, you might like 
10   to trim a region that directly adjoins another, and keep this relationship
11   the same &mdash;  you are not trying to make one of the regions extend 
12   over the other &mdash; you would like the junction to move in one 
13   direction or the other as part of the trim. This requires trimming both 
14   regions on either side of the junction, in opposite directions. 
15   <dfn>Push/Pull trim</dfn>, activated by pressing shift key before 
16   starting the drag, will do just that. Here's a few pictures to show the 
17   difference in the results of a normal trim and push/pull trim. First, 
18   the initial situation:
19 </p>
20 <img src="/images/a3_before_trim.png" alt="region arrangement before trim" />
21 <p>
22   Here is what happens after we trim the right hand (selected) region by 
23   dragging its starting position earlier:
24 </p>
25 <img src="/images/a3_after_trim.png" alt="region arrangement after a trim" />
26 <p>
27   You can see that it now overlaps the earlier region and a crossfade has 
28   been created between them.
29 </p>
30 <p>
31   Lets look now at what happens if we do the same trim, but <kbd
32   class="mouse mod3">Left</kbd>-dragging to turn it into a push-pull trim instead:
33 </p>
34 <img src="/images/a3_after_push_trim.png" alt="region arrangement after a push trim" />
35 <p>
36   There is no overlap, and the end of the earlier region has been moved 
37   along with the start of the later region, so that they still directly 
38   adjoin each other.
39 </p>
40