Removing a duplicate
This commit is contained in:
parent
4114771a39
commit
8b444dc083
@ -4,7 +4,7 @@
|
|||||||
Copying a region is done using the <a href="@@toolbox">Grab mouse mode</a>, by
|
Copying a region is done using the <a href="@@toolbox">Grab mouse mode</a>, by
|
||||||
moving the mouse pointer into the region and <kbd class="mouse mod1">left</kbd>-dragging.
|
moving the mouse pointer into the region and <kbd class="mouse mod1">left</kbd>-dragging.
|
||||||
Ardour creates a new region and follows the mouse pointer as it moves. See
|
Ardour creates a new region and follows the mouse pointer as it moves. See
|
||||||
<a href="@@move-regions">Move Regions</a> for more
|
<a href="@@move-regions-with-the-mouse">Move Regions</a> for more
|
||||||
details on moving the copied region.
|
details on moving the copied region.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
|
|
||||||
<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>
|
|
||||||
<table class="dl">
|
|
||||||
<tr><th><kbd class="menu">Slide</kbd></th>
|
|
||||||
<td>Regions move freely. Ardour creates overlaps when necessary.</td></tr>
|
|
||||||
<tr><th><kbd class="menu">Lock</kbd></th>
|
|
||||||
<td>No region motion is permitted (except for "nudge").</td></tr>
|
|
||||||
<tr><th><kbd class="menu">Ripple</kbd></th>
|
|
||||||
<td>The effect of an edit is reflected in the regions to the "right" of the edit</td></tr>
|
|
||||||
</table>
|
|
||||||
<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
|
|
||||||
snap settings (beats, or seconds, or other region boundaries, etc).
|
|
||||||
See <a href="@@grid-controls">Snap To the Grid</a>
|
|
||||||
for details.
|
|
||||||
</p>
|
|
||||||
|
|
@ -1171,19 +1171,11 @@ uri: editing-and-arranging/copy-regions
|
|||||||
part: subchapter
|
part: subchapter
|
||||||
---
|
---
|
||||||
|
|
||||||
---
|
|
||||||
title: Move Regions
|
|
||||||
include: move-regions.html
|
|
||||||
link: move-regions
|
|
||||||
uri: editing-and-arranging/move-regions
|
|
||||||
part: subchapter
|
|
||||||
---
|
|
||||||
|
|
||||||
---
|
---
|
||||||
title: Move Regions With the Mouse
|
title: Move Regions With the Mouse
|
||||||
include: move-regions-with-the-mouse.html
|
include: move-regions-with-the-mouse.html
|
||||||
link: move-regions-with-the-mouse
|
link: move-regions-with-the-mouse
|
||||||
uri: editing-and-arranging/move-regions/move-regions-with-the-mouse
|
uri: editing-and-arranging/move-regions
|
||||||
part: subchapter
|
part: subchapter
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -24,3 +24,4 @@ http://www.manual.ardour.org/ardours-interface/introducing-the-editor-window/the
|
|||||||
http://www.manual.ardour.org/working-with-markers/getting-to-know-the-rangesmarks-list/
|
http://www.manual.ardour.org/working-with-markers/getting-to-know-the-rangesmarks-list/
|
||||||
http://www.manual.ardour.org/working-with-markers/the-punch-range/
|
http://www.manual.ardour.org/working-with-markers/the-punch-range/
|
||||||
http://www.manual.ardour.org/signal-routing/role-of-jack/
|
http://www.manual.ardour.org/signal-routing/role-of-jack/
|
||||||
|
http://www.manual.ardour.org/editing-and-arranging/move-regions/move-regions-with-the-mouse
|
||||||
|
Loading…
Reference in New Issue
Block a user