]> Shamusworld >> Repos - ardour-manual/blobdiff - include/audiomidi-busses-mixer-strips.html
Corrected and added more information to README.md
[ardour-manual] / include / audiomidi-busses-mixer-strips.html
index 82ccbfad838fb9154dd90658cd415ba0e8f642e3..e45e521311856f49139c8be557162d6f63ab6be7 100644 (file)
@@ -6,7 +6,7 @@
   Its use is to "group" some audio signals to be treated the same way. One simple use case is to group all the audio tracks containing the different drums of a drumkit. Routing all the drums tracks outputs to a bus allows, once the different levels amongst the drums have been set, to adjust the global level of the drumkit in the mix.
 </p>
 <p>
-  Bus usage goes way beyond this simple example though: busses, as tracks, can receive plugins for common audio treatment, and be routed themselves as needed. This makes for a very useful tool that is very commonly used both for musical purposes and computing ones: instead of using e.g. ten discrete delay plugins on ten different tracks, busses are often used as receivers of <a href="/signal-routing/aux-sends/">sends</a>, and only one delay plugin is used on this bus, reducing the processing power needed.
+  Bus usage goes way beyond this simple example though: busses, as tracks, can receive plugins for common audio treatment, and be routed themselves as needed. This makes for a very useful tool that is very commonly used both for musical purposes and computing ones: instead of using e.g. ten discrete delay plugins on ten different tracks, busses are often used as receivers of <a href="@@aux-sends">sends</a>, and only one delay plugin is used on this bus, reducing the processing power needed.
 </p>
 
 <h2>Audio Busses vs MIDI Busses</h3>
@@ -30,7 +30,7 @@
 
 <h2>Description</h2>
 <p>
-  Busses look and behave exactly like tracks, so they share nearly <a href="/ardours-interface/audio-midi-mixer-strips/">all of their controls</a>.
+  Busses look and behave exactly like tracks, so they share nearly <a href="@@audiomidi-mixer-strips">all of their controls</a>.
   The differences are:
 </p>
 <ul>
   <li>an <kbd class="menu">Aux</kbd> button replaces these controls.</li>
 </ul>
 <p>
-  Clicking the <kbd class="menu">Aux</kbd> button makes every track that sends a signal to this bus through <a href="/signal-routing/aux-sends/">Aux sends</a> blink in turquoise.
+  Clicking the <kbd class="menu">Aux</kbd> button makes every track that sends a signal to this bus through <a href="@@aux-sends">Aux sends</a> blink in turquoise.
   Right clicking this button brings up a menu:
 </p>
-<dl>
-  <dt>Assign all tracks (prefader)</dt><dd>Creates an Aux Send in every track, to this bus. The send is placed just before the fader</dd>
-  <dt>Assign all tracks and busses (prefader)</dt><dd>Creates an Aux Send in every track and every bus, to this bus. The send is placed just before the fader</dd>
-  <dt>Assign all tracks (postfader)</dt><dd>Same as above, but the send is placed just after the fader</dd>
-  <dt>Assign all tracks and busses (postfader)</dt><dd>Same as above, with tracks and busses</dd>
-  <dt>Assign selected tracks (prefader)</dt><dd>Same as for all tracks, but only applies to the selected tracks</dd>
-  <dt>Assign selected tracks and busses (prefader)</dt><dd>Same as for all tracks and busses, but only applies to the selected tracks and busses</dd>
-  <dt>Assign selected tracks (postfader)</dt><dd>Same as above, but the send is placed just after the fader</dd>
-  <dt>Assign selected tracks and busses (postfader)</dt><dd>Same as above, with tracks and busses</dd>
-  <dt>Set sends gain to -inf</dt><dd>For all the sends to this bus, put the send fader to &minus;&infin; so no signal is sent</dd>
-  <dt>Set sends gain to 0dB</dt><dd>For all the sends to this bus, put the send fader at the default position, 0dB (100&percnt; of th signal is sent)</dd>
-</dl>
+<table class="dl">
+  <tr><th>Assign all tracks (prefader)</th><td>Creates an Aux Send in every track, to this bus. The send is placed just before the fader</td></tr>
+  <tr><th>Assign all tracks and busses (prefader)</th><td>Creates an Aux Send in every track and every bus, to this bus. The send is placed just before the fader</td></tr>
+  <tr><th>Assign all tracks (postfader)</th><td>Same as above, but the send is placed just after the fader</td></tr>
+  <tr><th>Assign all tracks and busses (postfader)</th><td>Same as above, with tracks and busses</td></tr>
+  <tr><th>Assign selected tracks (prefader)</th><td>Same as for all tracks, but only applies to the selected tracks</td></tr>
+  <tr><th>Assign selected tracks and busses (prefader)</th><td>Same as for all tracks and busses, but only applies to the selected tracks and busses</td></tr>
+  <tr><th>Assign selected tracks (postfader)</th><td>Same as above, but the send is placed just after the fader</td></tr>
+  <tr><th>Assign selected tracks and busses (postfader)</th><td>Same as above, with tracks and busses</td></tr>
+  <tr><th>Set sends gain to -inf</th><td>For all the sends to this bus, put the send fader to &minus;&infin; so no signal is sent</td></tr>
+  <tr><th>Set sends gain to 0dB</th><td>For all the sends to this bus, put the send fader at the default position, 0dB (100&percnt; of th signal is sent)</td></tr>
+</table>
 
 <h2>Connecting a track to a bus</h2>
 <p>