]> Shamusworld >> Repos - ardour-manual-diverged/blobdiff - _manual/14_signal-routing.html
copy-edit chapter 14
[ardour-manual-diverged] / _manual / 14_signal-routing.html
index 81b2ca88e879e7d7010fadd4627c43cf2c19b03b..87d71701569efb3e7e8b47a796737092f292c694 100644 (file)
@@ -3,30 +3,46 @@ layout: default
 title: Signal Routing
 ---                        
 
-
-  
-  <p>The default connections created by Ardour are as follows:</p>
+<p>
+  Ardour does most of its internal <dfn>signal routing</dfn> via JACK: 
+  all track and bus inputs and outputs are JACK ports, as are sends and
+  inserts, which means they can be tapped into by other JACK clients.
+  Only the signal flow inside a track or bus (i.e. from <a
+  href="/working-with-plugins/processor-box/">processor to processor</a>) is
+  handled internally.<br />
+  By default, Ardour will create the following connections for you:
+</p>
 <ul>
-<li>Track inputs are connected to hardware inputs, in round robin order (explained <a href="/missing">here</a> in more detail).
-</li>
-<li>Bus inputs are left disconnected
-</li>
-<li>Track and bus outputs are configured based on the channel count of the master bus
-</li>
-<li>Track and bus outputs are connected to the master bus inputs
-</li>
-<li>Master bus outputs are connected to hardware outputs
-</li>
+  <li>
+    <dfn>Track inputs</dfn> are optionally auto-connected to hardware inputs, in round robin
+    order, depending on the setting you chose in the 
+    <a href="/working-with-sessions/new-session-dialog"><kbd
+    class="menu">Session &gt; New Session</kbd> dialog</a>.
+  </li>
+  <li>
+    <dfn>Bus inputs</dfn> are left disconnected.
+  </li>
+  <li>
+    The number of <dfn>track and bus outputs</dfn> are equal to the number
+    of inputs of the master bus.
+  </li>
+  <li>
+    Track and bus outputs are always auto-connected to the master bus inputs.
+  </li>
+  <li>
+    Master bus outputs are connected to hardware outputs.
+  </li>
 </ul>
-<p>this configuration is sufficient to do basic tracking and playback of many sessions without any adjustment by the user. If you are using Ardour and start to change these connections, be certain that you have a good reason to do so - it is generally not necessary and often leads to problems.</p>
-<p>However, for many workflows during mixing, more complicated signal routing is required. Ardour offers many possibilties for connecting things in the way you may need or want them.</p>
-  
-
-
-
-
-
-
-
+<p>
+  This configuration is sufficient to do basic tracking and playback of many 
+  sessions without any adjustment by the user. If you are using Ardour and 
+  start to change these connections, be certain that you have a good reason 
+  to do so &mdash; it is generally not necessary and often leads to problems.
+</p>
+<p>
+  However, for many workflows during mixing, more complicated signal routing 
+  is required. Ardour offers many possibilties for connecting things in the 
+  way you may need or want them.
+</p>
 
 {% children %}