2017-02-14 09:51:09 -05:00
|
|
|
<h2 id="selection_clocks">The Selection Clocks</h2>
|
2017-01-20 04:52:51 -05:00
|
|
|
|
2019-01-24 06:00:52 -05:00
|
|
|
<figure>
|
|
|
|
<img src="/images/selection-clocks.png" alt="The range clocks">
|
|
|
|
<figcaption>
|
|
|
|
The range clocks
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|
2017-01-20 04:52:51 -05:00
|
|
|
|
|
|
|
<p>
|
2017-02-17 06:02:54 -05:00
|
|
|
The current <dfn>selection range</dfn>, as set with the <a href="@@toolbox">Range Mode tool</a>,
|
2017-02-14 09:51:09 -05:00
|
|
|
is displayed in these three clocks: start of the range, end of the range, and length.
|
2017-01-20 04:52:51 -05:00
|
|
|
</p>
|
|
|
|
<p>
|
2017-02-14 09:51:09 -05:00
|
|
|
Clicking on the range clocks will locate to either the beginning or end of the punch range.
|
2017-01-20 04:52:51 -05:00
|
|
|
</p>
|
2017-02-14 09:51:09 -05:00
|
|
|
<p>
|
|
|
|
<kbd class="mouse">Right</kbd> clicking on any of the clocks brings up a context menu
|
2017-02-17 06:02:54 -05:00
|
|
|
allowing to change the type of time display between the <a href="@@editing-clocks">
|
2017-02-14 09:51:09 -05:00
|
|
|
4 clock modes</a>, and to copy the selected clock's time to the clipboard.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2 id="punch_controls">The Punch Controls & clocks</h2>
|
|
|
|
|
|
|
|
<figure>
|
|
|
|
<img src="/images/punch-controls.png" alt="The punch controls">
|
|
|
|
<img src="/images/punch-clocks.png" alt="The punch clocks">
|
|
|
|
<figcaption>
|
|
|
|
The Punch Controls, and the related Punch clocks
|
|
|
|
</figcaption>
|
|
|
|
</figure>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
The punch controls available in the main toolbar, work in conjunction with the
|
|
|
|
punch clocks, only visible while in Editor Mode.
|
|
|
|
</p>
|
|
|
|
|
2017-01-20 04:52:51 -05:00
|
|
|
<p>
|
|
|
|
The <kbd class="menu">In</kbd> and <kbd class="menu">Out</kbd> buttons relate
|
|
|
|
to the Punch range, and allow to use only one of the two punch boundaries, or both:
|
|
|
|
</p>
|
2017-03-14 12:43:24 -04:00
|
|
|
<table class="dl">
|
|
|
|
<tr><th>In only</th><td>Records from the In marker on, without a end boundary</td></tr>
|
2017-02-14 10:20:06 -05:00
|
|
|
<tr><th>Out only</th><td>Records until the Out marker, without a beginning boundary</td></tr>
|
2017-03-28 08:58:52 -04:00
|
|
|
<tr><th>In <em>and</em> Out</th><td>Records only between the In and Out markers</td></tr>
|
2017-03-14 12:43:24 -04:00
|
|
|
</table>
|
2017-02-14 09:51:09 -05:00
|
|
|
|
2017-01-20 04:52:51 -05:00
|
|
|
<p>
|
2017-02-14 09:51:09 -05:00
|
|
|
The punch clocks can be controlled the same way as the range clocks (moving the playhead,
|
|
|
|
and changing the display mode).
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2 id="rec-mode">Recording mode</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
The <kbd class="menu">Rec</kbd> button affects how the tracks behave when recording:
|
2017-01-20 04:52:51 -05:00
|
|
|
</p>
|
2017-02-13 14:53:37 -05:00
|
|
|
|
2017-03-14 12:43:24 -04:00
|
|
|
<table class="dl">
|
|
|
|
<tr><th>Non-Layered OFF <em>(default)</em></th>
|
|
|
|
<td>Tracks in <dfn>normal mode</dfn> will record non-destructively —
|
2017-02-14 09:51:09 -05:00
|
|
|
new data is written to new files, and when overdubbing, new regions will be
|
|
|
|
layered on top of existing ones. This is the recommended mode for most workflows.
|
2017-03-14 12:43:24 -04:00
|
|
|
</td></tr>
|
|
|
|
<tr><th>Non-Layered ON</th>
|
|
|
|
<td>Tracks using <dfn>non-layered mode</dfn> will record non-destructively
|
2017-02-14 09:51:09 -05:00
|
|
|
— new data is written to new files, but when overdubbing, the existing
|
|
|
|
regions are trimmed so that there are no overlaps. This does not affect
|
|
|
|
the previously recorded audio data, and trimmed regions can be expanded
|
|
|
|
again at will. Non-layered mode can be very useful for spoken word material,
|
2017-02-17 06:02:54 -05:00
|
|
|
especially in combination with <a href="@@pushpull-trimming">push/pull trimming</a>.
|
2017-03-14 12:43:24 -04:00
|
|
|
</td></tr>
|
|
|
|
</table>
|
2017-02-14 09:51:09 -05:00
|
|
|
|
|
|
|
<p>
|
2017-02-17 06:02:54 -05:00
|
|
|
See <a href="@@track-types">Track Modes</a> for more information.
|
2017-02-14 09:51:09 -05:00
|
|
|
</p>
|
2017-11-10 19:47:11 -05:00
|
|
|
|