manual/_manual/15_editing-and-arranging/06_changing-region-lengths.html
2013-01-30 00:26:36 +00:00

47 lines
2.8 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
layout: default
title: Changing Region Lengths
---
<p>Changing the length of a region is a very common editing operation, often known as "trimming". There are several ways to accomplish this with Ardour, and some very useful specialized trimming operations.</p>
<h3>Drag-Trimming with the mouse</h3>
<p>In object mode, move the pointer near the beginning or end of the region. The cursor will change to indicate that trimming is possible, and you then <kbd>Left-click-and-drag</kbd> the edge of the region. </p>
<p>Trimming will obey Snap settings.</p>
<h3>Click Trimming with the mouse</h3>
<p><kbd>Left-click</kbd> in the colored bar at the bottom of a region. If you are nearer to the start of a region, this will trim the start time to the position of the pointer. If you are nearer to the end of a region, it will trim the end time.</p>
<h3>Keyboard bindings for Trimming</h3>
<p>There are several commands for region trimming. Some use the <a href="/editing-and-arranging/the-edit-point">edit point</a> to determine where to trim to. Some are not bound to any keys by default (but could be via the Keybindings Editor).</p>
<dl class="wide-table">
<dt>Region/trim-front <kbd>j</kbd>
</dt>
<dd>trim selected region(s) start to edit point</dd>
<dt>Region/trim-end <kbd>k</kbd>
</dt>
<dd>trim selected region(s) end to edit point</dd>
</dl>
<h3>Trim to Next/Previous Region</h3>
<p>Sometimes you just want to extend the start or end of region so that it reaches the end or start of an adjacent region. There is now an operation accessible from the region context menu, under Edit &gt;Trim &gt; Trim to Next or Edit &gt; Trim &gt; Trim to Previous. This will extend the selected regions so they directly adjoin their neighbours, unless their source files are not long enough, in which case they will be extended to the maximum possible. Trim to Next will extend the end of the selected regions to the start of the next region; Trim to Previous will extend the start of the selected regions to the end of the previous region.</p>
<dl class="wide-table">
<dt>Region/trim-to-previous-region <kbd class="mod1">j</kbd>
</dt>
<dd>trim the start of selected region(s) to the end of the previous region</dd>
<dt>Region/trim-to-next-region <kbd class="mod1">k</kbd>
</dt>
<dd>trim the end of selected region(s) to the start of the following region</dd>
</dl>
<h3>Other Possible Commands for Trimming</h3>
<p>These are not bound to any keys by default, but could be via the Keybindings Editor. They can also be sent via OSC or other control protocols.</p>
<dl class="wide-table">
<dt>Region/trim-region-to-loop</dt>
<dd>Trim region to match the current loop range</dd>
<dt>Region/trim-region-to-punch</dt>
<dd>Trim region to match the current punch range</dd>
</dl>
<p>  </p>
<!-- remove if more text is added below --><!-- remove if more text is added below -->
{% children %}