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