manual/_manual/04_ardours-interface/03_introducing-the-editor-window/01_editor-lists/05_tracks--busses-list.html
2013-01-30 00:26:36 +00:00

29 lines
1.3 KiB
HTML

---
layout: default
title: Tracks & Busses List
---
<p>This lists the tracks and busses that are present in the session. The list order reflects the order in the editor, and you can drag-and-drop track or bus names in the editor list to re-order them in the editor. The columns in the list can all be clicked to alter the track/bus state, and they represent the following:</p>
<dl>
<dt>V</dt>
<dd>whether the track or bus is visible; they can be hidden, in which case they will still play, but just not be visible in the editor; this can be useful for keeping the display uncluttered.</dd>
<dt>A</dt>
<dd>whether the track or bus is active; unactive tracks will not play, and will not consume any CPU.</dd>
<dt>I</dt>
<dd>for MIDI tracks, whether the MIDI input is enabled; this dictates whether MIDI data from the track's inputs ports will be passed through the track.</dd>
<dt>R</dt>
<dd>whether the track is record-enabled.</dd>
<dt>M</dt>
<dd>whether the track is muted.</dd>
<dt>S</dt>
<dd>track solo state.</dd>
<dt>SI</dt>
<dd>track solo-isolated state.</dd>
<dt>SS</dt>
<dd>solo safe state. </dd>
</dl>
<p>As with the region list, hovering the mouse pointer over a column heading shows a tool-tip which can be handy to remember what the columns are for.</p>