2013-07-05 16:00:31 -04:00
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
|
|
|
Ardour has a global <dfn>edit mode</dfn> selector at the left of the
|
|
|
|
Editing toolbar, which affect how regions are moved or copied:</p>
|
2013-07-05 16:00:31 -04:00
|
|
|
<dl>
|
2014-02-18 14:12:28 -05:00
|
|
|
<dt><kbd class="menu">Slide</kbd></dt>
|
|
|
|
<dd>Regions move freely. Ardour creates overlaps when necessary.</dd>
|
|
|
|
<dt><kbd class="menu">Lock</kbd></dt>
|
|
|
|
<dd>No region motion is permitted (except for "nudge").</dd>
|
2014-07-02 11:05:00 -04:00
|
|
|
<dt><kbd class="menu">Ripple</kbd></dt>
|
|
|
|
<dd>The effect of an edit is reflected in the regions to the "right" of the edit</dd>
|
2013-07-05 16:00:31 -04:00
|
|
|
</dl>
|
2014-07-02 11:05:00 -04:00
|
|
|
<h2>More details about Ripple</h2>
|
|
|
|
<p>
|
|
|
|
Ripple Edit mode provides the following conveniences:
|
|
|
|
<ul>
|
|
|
|
<li> Deleting a range will move later regions to compensate for the deleted time </li>
|
|
|
|
<li> Deleting a region will move later regions to compensate for the deleted region's length </li>
|
|
|
|
<li> Moving a region will move later regions to compensate for the length of the move</li>
|
|
|
|
<li> Inserting a new region (via dragging or via Paste) will move later regions to the right to compensate</li>
|
|
|
|
</ul>
|
|
|
|
</p>
|
2014-02-18 14:12:28 -05:00
|
|
|
<p class="note">
|
2017-01-17 03:46:03 -05:00
|
|
|
If <kbd class="menu">Snap To Grid</kbd> is enabled, then regions can
|
|
|
|
only move so that they align with locations determined by the current
|
|
|
|
snap settings (beats, or seconds, or other region boundaries, etc).
|
2017-02-25 00:30:29 -05:00
|
|
|
See <a href="@@grid-controls">Snap To the Grid</a>
|
2014-02-18 14:12:28 -05:00
|
|
|
for details.
|
|
|
|
</p>
|
2017-01-17 03:46:03 -05:00
|
|
|
|