documentation changes for Ripple edit, removing Splice, and removing the Implicit range
This commit is contained in:
parent
3324a57201
commit
ade85c4a26
@ -31,26 +31,3 @@ title: Edit Point
|
||||
also switch the edit point using a combo-selector just right of the snap/grid
|
||||
unit selector.
|
||||
</p>
|
||||
|
||||
<h2>Implicit Range</h2>
|
||||
|
||||
<p>
|
||||
In addition to explicit range selections made with the Range tool, Ardour
|
||||
also provides an <dfn>implicit edit range</dfn>. This edit range can be
|
||||
very useful if you want to edit by ear, rather than by mouse. If neither a
|
||||
regions nor an explicit range is selected, then any editing operation that
|
||||
requires a range (such as "separate") will use the implicit edit range.
|
||||
</p>
|
||||
<p>
|
||||
The implicit range is the area between the current edit point and some other position.
|
||||
In most cases it is either
|
||||
</p>
|
||||
<ul>
|
||||
<li>the area between the mouse and the playhead, or</li>
|
||||
<li>the area between a selected marker and the mouse or playhead.</li>
|
||||
</ul>
|
||||
<p>
|
||||
Which of these is true depends on which edit point setting you are using (Mouse,
|
||||
Playhead or Marker) and whether there is a selected marker at that time.
|
||||
</p>
|
||||
|
||||
|
@ -11,9 +11,19 @@ title: Move Regions
|
||||
<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>
|
||||
<dt><kbd class="menu">Splice</kbd></dt>
|
||||
<dd>Regions moved freely, but Ardour closes gaps between regions after any movement has occured</dd>
|
||||
<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>
|
||||
</dl>
|
||||
<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>
|
||||
<p class="note">
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user