fix some errors in trac-and-bus-groups.

This commit is contained in:
Jörn Nettingsmeier 2014-02-05 19:22:10 +01:00
parent f02da19725
commit 9cec9b8a1c

View File

@ -12,8 +12,9 @@ title: Track and Bus Groups
</p> </p>
<p> <p>
You can group tracks and busses in various ways. In the editor window, You can group tracks and busses in various ways. In the editor window,
a track's controls might look like these:</p> a track's controls might look like these:
<img src="/ardour/manual/html/screenshots/track-in-group.png" alt="track headers for a group" /> </p>
<img class="left" src="/ardour/manual/html/screenshots/track-in-group.png" alt="track headers for a group" />
<p> <p>
The green tab to the left of the track header indicates that this track The green tab to the left of the track header indicates that this track
is in a group called <samp>Fred</samp>. You can drag these tabs to add is in a group called <samp>Fred</samp>. You can drag these tabs to add
@ -41,14 +42,15 @@ title: Track and Bus Groups
<h2>Remove Groups</h2> <h2>Remove Groups</h2>
<p> <p>
Context-click on a <dfn>group tab</dfn> and select <kbd class="menu">>Remove Context-click on a <dfn>group tab</dfn> and select <kbd class="menu">Remove
Group</kbd> from the menu. Removing a group does <em>not</em> remove Group</kbd> from the menu. Removing a group does <em>not</em> remove
the members of a group. the members of a group.
</p> </p>
<p> <p>
You can also remove groups by selecting them in the Groups tab of the You can also remove groups by selecting them in the Groups tab of the
<a href="/ardours-interface/introducing-the-editor-window/editor-lists">Editor Lists</a> <a href="/ardours-interface/introducing-the-editor-window/editor-lists">Editor Lists</a>
or Mixer Window and then pressing the "-" button at the bottom of the list. or Mixer Window and then pressing the <kbd class="menu">minus (-)</kbd>
button at the bottom of the list.
</p> </p>
<h2>Add/Remove Tracks and Busses From a Group</h2> <h2>Add/Remove Tracks and Busses From a Group</h2>
@ -76,7 +78,7 @@ title: Track and Bus Groups
which is also used when creating new groups: which is also used when creating new groups:
</p> </p>
<img src="/ardour/manual/html/screenshots/route-group-dialogue.png" alt="the track/bus group dialog" /> <img class="right" src="/ardour/manual/html/screenshots/route-group-dialogue.png" alt="the track/bus group dialog" />
<h3>Group Color</h3> <h3>Group Color</h3>
<p> <p>
@ -100,7 +102,9 @@ title: Track and Bus Groups
<a href="/working-with-tracks/bus-controls/#mute"><kbd class="option">Muting</kbd></a>, <a href="/working-with-tracks/bus-controls/#mute"><kbd class="option">Muting</kbd></a>,
<a href="/working-with-tracks/bus-controls/#solo"><kbd class="option">Soloing</kbd></a>, <a href="/working-with-tracks/bus-controls/#solo"><kbd class="option">Soloing</kbd></a>,
<a href="/working-with-tracks/audio-track-controls/#record"><kbd class="option">record enable</kbd></a>, <a href="/working-with-tracks/audio-track-controls/#record"><kbd class="option">record enable</kbd></a>,
<a href="/ardours-interface/introducing-the-editor-window/editor-lists/tracks--busses-list/#active"><kbd class="option">active state</kbd></a>, <a href="/working-with-tracks/controlling-track-appearance/track-coloring/"><code>colour</code></a> and <a href="/recording/monitoring/"><code>monitoring</code></a> <a href="/ardours-interface/introducing-the-editor-window/editor-lists/tracks--busses-list/#active"><kbd class="option">active state</kbd></a>,
<a href="/working-with-tracks/controlling-track-appearance/track-coloring/"><kbd class="option">colour</kbd></a> and
<a href="/recording/monitoring/"><kbd class="option">monitoring</kbd></a>
are all straightforward. They simply mean that all member tracks or busses will are all straightforward. They simply mean that all member tracks or busses will
share the same settings in these respects. share the same settings in these respects.
</p> </p>