manual/_manual/10_working-with-tracks/05_controlling-track-ordering.html

51 lines
2.6 KiB
HTML
Raw Normal View History

2013-01-29 19:26:36 -05:00
---
layout: default
title: Controlling Track Ordering
---
<p>Ardour does not impose any particular ordering of tracks and busses in either the editor or mixer windows. The default arrangement is as follows:</p>
2013-07-03 17:06:43 -04:00
<h2>Editor Default Arrangement</h2>
2013-01-29 19:26:36 -05:00
<ul>
<li>Master bus on top</li>
<li>Tracks and busses in their initial order, from top to bottom.</li>
2013-01-29 19:26:36 -05:00
<li>Even if you use a Monitor section, it is never visible in the editor window.
</li>
</ul>
2013-07-03 17:06:43 -04:00
<h2>Mixer Default Arrangement</h2>
2013-01-29 19:26:36 -05:00
<ul>
<li>Tracks in their initial order, from left to right
2013-01-29 19:26:36 -05:00
</li>
<li>Master bus on the right, in its own pane so that it is always visible no matter how other mixer strips are scrolled.
</li>
<li>If a Monitor section is used, that is at the right edge of the mixer window (it can be torn off, too)
</li>
</ul>
2013-07-03 17:06:43 -04:00
<h2>Synchronized Editor and Mixer Window Ordering</h2>
<p>The ordering within the editor and mixer windows is synchronized: if you reorder in one window, the ordering in the other window will change.</p>
2013-07-03 17:06:43 -04:00
2013-01-29 19:26:36 -05:00
<h2>Reordering Specific Tracks... </h2>
<h3>... in the Editor Window, via the Keyboard</h3>
<p>Select the tracks you want to move. Then use <code>Track &gt; Move Selected Tracks Up</code> (<kbd class="mod1"></kbd>) or <code>Track &gt; Move Selected Tracks Down</code> (<kbd class="mod1"></kbd>) to move the selected track(s) up or down in the editor window.</p>
2013-07-03 17:06:43 -04:00
2013-01-29 19:26:36 -05:00
<h3>... in the Editor Window, via Drag-n-Drop</h3>
2013-07-03 17:06:43 -04:00
<p>Make the <a href="/ardours-interface/introducing-the-editor-window/editor-lists/">Editor Lists</a> visible. Select the <code>Tracks &amp; Busses</code> tab. In the Tracks &amp; Busses side panel, you can freely drag-and-drop tracks and busses into any order you prefer.</p>
<h3>... in the Mixer Window, via Drag-n-Drop</h3>
<p>Within the "Strips" pane (Mixer window, top left), you can freely drag-and-drop tracks and busses into any order you prefer.</p>
<h2>"Collecting" Group Members</h2>
2013-01-29 19:26:36 -05:00
<p>Tracks and Busses that are members of a group can be reordered so that they display contiguously within the Editor and Mixer windows. Context-click on the group tab and choose "Collect". </p>
<h3>... via Adding New Tracks</h3>
<p>When adding new tracks, the current selection determines their initial order. If one or several tracks are selected, new tracks will be placed after the rightmost (in the mixer) or bottom-most (in the editor) selected track. If no tracks are selected, new tracks will be last in the track order.</p>
<h3>Note</h3>
<blockquote><p>Because new tracks are automatically selected, you can quickly reorder them in the editor window via the keyboard (see above).</p></blockquote>
2013-01-29 19:26:36 -05:00
{% children %}