2013-01-29 19:26:36 -05:00
|
|
|
|
2014-02-18 14:12:28 -05:00
|
|
|
<p>
|
|
|
|
This section covers a set of <dfn>region editing operations</dfn>
|
2017-06-29 09:30:52 -04:00
|
|
|
that are likely to be used often while working on a session.
|
|
|
|
Depending on work habits (and experience of other
|
|
|
|
<abbr title="Digital Audio Workstation">DAW</abbr>s),
|
|
|
|
some of these operations will be critical while others are used only rarely.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
|
|
|
<p>
|
2017-06-29 09:30:52 -04:00
|
|
|
All of these operations can be carried out from the keyboard (see
|
2017-02-17 08:46:43 -05:00
|
|
|
<a href="@@default-keyboard-bindings">Default Keyboard Shortcuts</a>
|
2017-01-17 03:46:03 -05:00
|
|
|
for a list). Equivalent operations can be performed with the mouse
|
|
|
|
in most cases.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
|
|
|
<p>
|
2017-06-29 09:30:52 -04:00
|
|
|
Some of these operations make use of <a href="@@edit-point-control">the edit
|
|
|
|
point/range</a> and <a href="@@which-regions-are-affected">affect specific regions</a>.
|
2014-02-18 14:12:28 -05:00
|
|
|
</p>
|
2017-03-14 12:43:24 -04:00
|
|
|
<table class="dl">
|
|
|
|
<tr><th><kbd class="menu">Spot (Align)</kbd></th>
|
|
|
|
<td>Move selected regions to the edit point.</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Split</kbd></th>
|
|
|
|
<td>Split selected regions at the edit point.</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Trim Start</kbd></th>
|
|
|
|
<td>Adjust the start of selected regions to the edit point (or as close as
|
|
|
|
possible).</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Trim End</kbd></th>
|
|
|
|
<td>Adjust the end of selected regions to the edit point (or as close as
|
|
|
|
possible).</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Duplicate</kbd></th>
|
|
|
|
<td>Make a copy of each selected region and position it immediately after the
|
|
|
|
original.</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Crop</kbd></th>
|
|
|
|
<td>Truncate selected regions to the edit range.</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Separate</kbd></th>
|
|
|
|
<td>Split selected regions at both ends of the edit range.</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Set Fade In</kbd></th>
|
|
|
|
<td>Adjust selected audio regions' fade in to end at the edit point.</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Set Fade Out</kbd></th>
|
|
|
|
<td>Adjust selected audio regions' fade out to end at the edit point.</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Toggle Fade In</kbd></th>
|
|
|
|
<td>Turn selected audio regions' fade in on or off.</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Toggle Fade Out</kbd></th>
|
|
|
|
<td>Turn selected audio regions' fade out on or off.</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Play Region</kbd></th>
|
|
|
|
<td>Play session from the start of the earliest selected region.</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Zoom To Region</kbd></th>
|
|
|
|
<td>Zoom horizontally so that the selected regions span the editor track
|
|
|
|
view.</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Set Sync Point</kbd></th>
|
|
|
|
<td>Set the sync point of all selected regions to the edit point.</td></tr>
|
|
|
|
<tr><th><kbd class="menu">Insert</kbd></th>
|
|
|
|
<td>Inserts the currently selected regions in the Region List at the edit
|
|
|
|
point.</td></tr>
|
|
|
|
</table>
|
2017-11-10 19:47:11 -05:00
|
|
|
|