41 lines
1.1 KiB
HTML
41 lines
1.1 KiB
HTML
---
|
|
layout: default
|
|
title: Controlling Track Appearance
|
|
---
|
|
|
|
|
|
|
|
<p>Ardour offers many options for controlling the specific appearance of tracks, including color, height, waveform style and more.</p>
|
|
<h2>Global Options</h2>
|
|
<p>These can all be found via <code>Edit > Preferences > Editor</code></p>
|
|
<dl class="wide-table">
|
|
<dt>Show meters on tracks in the editor</dt>
|
|
<dd>By default, ardour will put meters in the track header in the editor window. Disable this option to avoid this.</dd>
|
|
<dt>Show waveforms in regons</dt>
|
|
<dd>By default, ardour will draw waveforms within audio regions. Disable this option to avoid this.</dd>
|
|
<dt>Waveform scale</dt>
|
|
<dd>
|
|
<dl>
|
|
<dt>Linear</dt>
|
|
<dd></dd>
|
|
<dt>Logarithmic</dt>
|
|
<dd></dd>
|
|
</dl>
|
|
</dd>
|
|
<dt>Waveform shape</dt>
|
|
<dd>
|
|
<dl>
|
|
<dt>Traditional</dt>
|
|
<dd>Waveforms are drawn as positive and negative heights above and below a "zero" line</dd>
|
|
<dt>Rectified</dt>
|
|
<dd>Waveforms are show as absolute heights above a "zero" line</dd>
|
|
</dl>
|
|
</dd>
|
|
</dl>
|
|
<p>Per-Track or per-group options are covered below:</p>
|
|
|
|
|
|
|
|
|
|
{% children %}
|