]> Shamusworld >> Repos - ardour-manual/blob - include/pushpull-trimming.html
remove references to linux specific backends in MIDI overview
[ardour-manual] / include / pushpull-trimming.html
1
2 <p>
3   Normally, when trimming regions by dragging with the mouse, it affects
4   only the selected regions. Their lengths are directly affected by the
5   trim operation, but nothing else is. Sometimes though, when trimming a region
6   that directly adjoins another, the desired result is to move the boundary
7   between the regions and not to make these regions overlap. This requires trimming both
8   regions on either side of the junction, in opposite directions.
9   <dfn>Push/Pull trim</dfn>, activated by pressing <kbd class="mod3n"></kbd> key before
10   starting the drag, will do just that.
11 </p>
12 <p>
13   The following pictures show the difference in the results of a normal trim and
14   a push/pull trim:
15 </p>
16
17 <figure>
18   <img src="/images/before-trim.png" alt="region arrangement before trim">
19   <img src="/images/after-trim.png" alt="region arrangement after a trim">
20   <img src="/images/after-push-trim.png" alt="region arrangement after a push trim">
21   <figcaption>
22     Trimming vs. push/pull trimming. Before trimming, After a simple trim, After a push/pull trim
23   </figcaption>
24 </figure>
25
26 <p>
27   In the initial situation, before trimming, two adjacent regions are present,
28   the rightmost-one being selected.
29 </p>
30 <p>
31   The simple trim, obtained by dragging the selected region's starting position earlier, overlaps
32   the earlier region. A crossfade has been manually created between them, so their
33   sound will fade from the leftmost region to the rightmost one.
34 </p>
35 <p>
36   If the same trim is done, but by <kbd class="mod3n"></kbd><kbd class="mouse">Left</kbd>-dragging
37   to turn it into a push-pull trim instead, there is no overlap, and the end of
38   the earlier region has been moved along with the start of the later region, so
39   that they still directly adjoin each other. In effect, it is like doing a simple
40   trim to reduce the leftmost region, then doing a simple trim to extend the rightmost
41   one to fill the gap.
42 </p>
43