]> Shamusworld >> Repos - ardour-manual/blobdiff - include/the-track-and-bus-group-list.html
Update Luadoc for upcoming Ardour 7
[ardour-manual] / include / the-track-and-bus-group-list.html
index 215970b7212fb6b76e6cb1a853dba15be48d5372..e4e1157c87a471ac27115c8a375585b0a91947cb 100644 (file)
@@ -1,71 +1,36 @@
 
-
-
 <p>
-
-  This shows the track/bus groups that exist in the session. These groups allow related tracks to share various properties (such as mute or record enable state). For full details, see the section called <a href="/working-with-tracks/track-and-bus-groups/">Track and Bus Groups</a>.
-
+  This shows the track/bus groups that exist in the session. These groups allow related tracks to share various properties (such as mute or record enable state). For full details, see the section called <a href="@@the-track-and-bus-group-list">Track and Bus Groups</a>.
 </p>
 
-
-
 <p>
-
   The columns in this list are as follows:
-
 </p>
 
-
-
-<dl>
-
-  <dt>Col</dt>
-
-  <dd>the colour that the group uses for its tab in the editor.</dd>
-
-  <dt>Name</dt>
-
-  <dd>the group name.</dd>
-
-  <dt>V</dt>
-
-  <dd>whether the tracks and busses in the group are visible.</dd>
-
-  <dt>On</dt>
-
-  <dd>whether the group is enabled.</dd>
-
-  <dt>G</dt>
-
-  <dd>ticked if the constituents of the group are sharing gain settings.</dd>
-
-  <dt>Rel</dt>
-
-  <dd>ticked if shared gains are relative.</dd>
-
-  <dt>M</dt>
-
-  <dd>ticked if the constituents share mute status.</dd>
-
-  <dt>S</dt>
-
-  <dd>ticked if the constituents share solo status.</dd>
-
-  <dt>Rec</dt>
-
-  <dd>ticked if the constituents share record-enable status.</dd>
-
-  <dt>Mon</dt>
-
-  <dd>whether the constituents share monitor settings.</dd>
-
-  <dt>Sel</dt>
-
-  <dd>whether the constituents are selected together.</dd>
-
-  <dt>A</dt>
-
-  <dd>whether the constituents share active status. </dd>
-
-</dl>
+<table class="dl">
+  <tr><th>Col</th>
+  <td>the colour that the group uses for its tab in the editor.</td></tr>
+  <tr><th>Name</th>
+  <td>the group name.</td></tr>
+  <tr><th>V</th>
+  <td>whether the tracks and busses in the group are visible.</td></tr>
+  <tr><th>On</th>
+  <td>whether the group is enabled.</td></tr>
+  <tr><th>G</th>
+  <td>ticked if the constituents of the group are sharing gain settings.</td></tr>
+  <tr><th>Rel</th>
+  <td>ticked if shared gains are relative.</td></tr>
+  <tr><th>M</th>
+  <td>ticked if the constituents share mute status.</td></tr>
+  <tr><th>S</th>
+  <td>ticked if the constituents share solo status.</td></tr>
+  <tr><th>Rec</th>
+  <td>ticked if the constituents share record-enable status.</td></tr>
+  <tr><th>Mon</th>
+  <td>whether the constituents share monitor settings.</td></tr>
+  <tr><th>Sel</th>
+  <td>whether the constituents are selected together.</td></tr>
+  <tr><th>A</th>
+  <td>whether the constituents share active status. </td></tr>
+</table>