2013-01-29 19:26:36 -05:00
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
2017-02-27 03:14:22 -05:00
|
|
|
Normally, when trimming regions by dragging with the mouse, it affects
|
2017-02-25 00:30:29 -05:00
|
|
|
only the selected regions. Their lengths are directly affected by the
|
2017-02-27 03:14:22 -05:00
|
|
|
trim operation, but nothing else is. Sometimes though, when trimming a region
|
|
|
|
that directly adjoins another, the desired result is to move the boundary
|
|
|
|
between the regions and not to make these regions overlap. This requires trimming both
|
2017-02-25 00:30:29 -05:00
|
|
|
regions on either side of the junction, in opposite directions.
|
2017-02-27 03:14:22 -05:00
|
|
|
<dfn>Push/Pull trim</dfn>, activated by pressing <kbd class="mod3n"></kbd> key before
|
|
|
|
starting the drag, will do just that.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
2017-02-27 04:44:18 -05:00
|
|
|
<p>
|
2017-02-27 03:14:22 -05:00
|
|
|
The following pictures show the difference in the results of a normal trim and
|
|
|
|
a push/pull trim:
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<figure>
|
2019-01-24 06:00:52 -05:00
|
|
|
<img src="/images/before-trim.png" alt="region arrangement before trim">
|
|
|
|
<img src="/images/after-trim.png" alt="region arrangement after a trim">
|
|
|
|
<img src="/images/after-push-trim.png" alt="region arrangement after a push trim">
|
2017-02-27 03:14:22 -05:00
|
|
|
<figcaption>
|
|
|
|
Trimming vs. push/pull trimming. Before trimming, After a simple trim, After a push/pull trim
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
2018-02-13 16:42:39 -05:00
|
|
|
In the initial situation, before trimming, two adjacent regions are present,
|
2017-02-27 03:14:22 -05:00
|
|
|
the rightmost-one being selected.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
|
|
|
<p>
|
2017-02-27 03:14:22 -05:00
|
|
|
The simple trim, obtained by dragging the selected region's starting position earlier, overlaps
|
|
|
|
the earlier region. A crossfade has been manually created between them, so their
|
|
|
|
sound will fade from the leftmost region to the rightmost one.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
|
|
|
<p>
|
2017-02-27 03:14:22 -05:00
|
|
|
If the same trim is done, but by <kbd class="mod3n"></kbd><kbd class="mouse">Left</kbd>-dragging
|
|
|
|
to turn it into a push-pull trim instead, there is no overlap, and the end of
|
|
|
|
the earlier region has been moved along with the start of the later region, so
|
|
|
|
that they still directly adjoin each other. In effect, it is like doing a simple
|
|
|
|
trim to reduce the leftmost region, then doing a simple trim to extend the rightmost
|
|
|
|
one to fill the gap.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
2017-03-14 23:57:34 -04:00
|
|
|
|