]> Shamusworld >> Repos - ardour-manual/blob - include/align-spot-regions.html
Minor edit to 'Controlling Track with Automation'.
[ardour-manual] / include / align-spot-regions.html
1
2 <p>
3   Aligning regions (sometimes called "spotting") means moving one or more regions based on a defined location, which in Ardour is always the <a href="@@edit-point-control">edit point</a>. An alignment operation moves the region(s) so that some part of the region is positioned at the edit point. Available alignment commands include:
4 </p>
5
6 <dl class="wide-table">
7   <dt>Align Region starts <kbd class="mod14">a</kbd></dt>
8   <dd>Selected region(s) are moved so that their start is located at the current edit point</dd>
9   <dt>Align Region ends <kbd class="mod2">a</kbd></dt>
10   <dd>Selected region(s) are moved so that the end is located at the current edit point</dd>
11   <dt>Align Region sync points <kbd>Shift-a</kbd></dt>
12   <dd>Selected region(s) are moved so that their sync point is located at the current edit point</dd>
13   <dt>Align Region starts relative <kbd class="mod4">a</kbd></dt>
14   <dd>Selected region(s) are moved so that the start of the earliest region is located at the current edit point, and all others maintain their relative position relative to that region</dd>
15 </dl>
16