2014-02-05 13:31:16 -05:00
|
|
|
|
|
|
|
<p>
|
|
|
|
The display of <dfn>waveforms</dfn> (or, more correctly, <dfn>peak
|
|
|
|
envelopes</dfn>, since the actual waveform is only visible at the highest
|
|
|
|
zoom levels) is configurable via the <kbd
|
2018-06-23 07:45:48 -04:00
|
|
|
class="menu">Edit > Preferences > Appearance > Editor</kbd> dialog, to support
|
2017-02-14 10:20:06 -05:00
|
|
|
different use cases and user preferences. The following options are
|
2014-02-05 13:31:16 -05:00
|
|
|
available:
|
|
|
|
</p>
|
2017-03-14 12:43:24 -04:00
|
|
|
<table class="dl">
|
|
|
|
<tr><th>Show waveforms in regions</th>
|
2017-06-15 03:33:52 -04:00
|
|
|
<td colspan="2">By default, Ardour draws waveforms within audio regions. Disable this
|
|
|
|
option to hide them.</td></tr>
|
|
|
|
<tr><th rowspan="2">Waveform scale</th>
|
|
|
|
<th>Linear</th>
|
2017-03-14 12:43:24 -04:00
|
|
|
<td>This is the traditional <dfn>linear</dfn> (1:1) display of the
|
|
|
|
peak envelope, or, at higher zoom levels, the individual samples.</td></tr>
|
2017-06-15 03:33:52 -04:00
|
|
|
<tr><th>Logarithmic</th>
|
|
|
|
<td>Alternatively, a <dfn>logarithmic</dfn> display of the
|
|
|
|
peak envelope can be used. This will give a better idea of program loudness (it is similar
|
2014-02-05 13:31:16 -05:00
|
|
|
to dBs) and plot soft passages more clearly, which is useful for soft
|
2017-03-14 12:43:24 -04:00
|
|
|
recordings or small track height.</td></tr>
|
2017-06-15 03:33:52 -04:00
|
|
|
<tr><th rowspan="2">Waveform shape</th>
|
|
|
|
<th>Traditional</th>
|
2017-03-14 12:43:24 -04:00
|
|
|
<td>The <dfn>zero</dfn> line appears in the middle of the display and waveforms
|
|
|
|
appear as positive and negative peaks above <em>and</em> below.</td></tr>
|
2017-06-15 03:33:52 -04:00
|
|
|
<tr><th>Rectified</th>
|
2017-03-14 12:43:24 -04:00
|
|
|
<td>The zero line appears at the bottom of the display and waveforms appear
|
|
|
|
as absolute peaks <em>above</em> the line only.</td></tr>
|
|
|
|
</table>
|
2017-11-10 19:47:11 -05:00
|
|
|
|