]> Shamusworld >> Repos - ardour-manual/blob - _manual/15_editing-and-arranging/08_move-regions.html
copy-editing chapter 15
[ardour-manual] / _manual / 15_editing-and-arranging / 08_move-regions.html
1 ---
2 layout: default
3 title: Move Regions
4 ---                        
5
6 <p>
7   Ardour has a global <dfn>edit mode</dfn> selector at the left of the
8   Editing toolbar, which affect how regions are moved or copied:</p>
9 <dl>
10   <dt><kbd class="menu">Slide</kbd></dt>
11   <dd>Regions move freely. Ardour creates overlaps when necessary.</dd>
12   <dt><kbd class="menu">Lock</kbd></dt>
13   <dd>No region motion is permitted (except for "nudge").</dd>
14   <dt><kbd class="menu">Splice</kbd></dt>
15   <dd>Regions moved freely, but Ardour closes gaps between regions after any movement has occured</dd>
16 </dl>
17 <p class="note">
18   If <kbd class="menu">Snap To Grid</kbd> is enabled, then regions can 
19   only move so that they align with locations determined by the current 
20   snap settings (beats, or seconds, or other region boundaries, etc). 
21   See <a href="/editing-and-arranging/snap-to-the-grid">Snap To the Grid</a> 
22   for details.
23 </p>
24   
25
26
27 {% children %}