]> Shamusworld >> Repos - ardour-manual/blob - include/waveform-display.html
Collapse diagrams/ into images/.
[ardour-manual] / include / waveform-display.html
1
2 <p>
3   The display of <dfn>waveforms</dfn> (or, more correctly, <dfn>peak
4   envelopes</dfn>, since the actual waveform is only visible at the highest
5   zoom levels) is configurable via the <kbd
6   class="menu">Edit &gt; Preferences &gt; Editor</kbd> dialog, to support 
7   different usecases and user preferences. The following options are
8   available:
9 </p>
10 <dl class="wide-table">
11   <dt>Show waveforms in regions</dt>
12   <dd>By default, Ardour draws waveforms within audio regions. Disable this
13   option to hide them.</dd>
14   <dt>Waveform scale</dt>
15   <dd>
16     <dl>
17       <dt>Linear</dt>
18       <dd>This is the traditional <dfn>linear</dfn> (1:1) display of the 
19       peak envelope, or, at higher zoom levels, the individual samples.</dd>
20       <dt>Logarithmic</dt>
21       <dd>Alternatively, you can use a <dfn>logarithmic</dfn> display of the 
22       peak envelope. This will give you a better idea of program loudness (it is similar 
23       to dBs) and plot soft passages more clearly, which is useful for soft
24       recordings or small track height.</dd>
25     </dl>
26   </dd>
27   <dt>Waveform shape</dt>
28   <dd>
29     <dl>
30       <dt>Traditional</dt>
31       <dd>The <dfn>zero</dfn> line appears in the middle of the display and waveforms 
32       appear as positive and negative peaks above <em>and</em> below.</dd>
33       <dt>Rectified</dt>
34       <dd>The zero line appears at the bottom of the display and waveforms appear 
35       as absolute peaks <em>above</em> the line only.</dd>
36     </dl>
37   </dd>
38 </dl>
39
40
41 {% children %}
42