]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/14_signal-routing.html
Initial cleanup of content, new images & content added.
[ardour-manual-diverged] / _manual / 14_signal-routing.html
1 ---
2 layout: default
3 title: Signal Routing
4 ---                        
5
6 <p>
7   Ardour does most of its internal <dfn>signal routing</dfn> via JACK: 
8   all track and bus inputs and outputs are JACK ports, as are sends and
9   inserts&mdash;which means they can be tapped into by other JACK clients.
10   Only the signal flow inside a track or bus (i.e. from <a
11   href="/working-with-plugins/processor-box/">processor to processor</a>) is
12   handled internally.
13 </p>
14
15 <p>
16   By default, Ardour will create the following connections:
17 </p>
18
19 <ul>
20   <li>
21     <dfn>Track inputs</dfn> are optionally auto-connected to hardware inputs, in round robin order, depending on the setting you chose in the 
22     <a href="/working-with-sessions/new-session-dialog"><kbd
23     class="menu">Session &gt; New Session</kbd> dialog</a>.
24   </li>
25   <li>
26     <dfn>Bus inputs</dfn> are left disconnected.
27   </li>
28   <li>
29     The number of <dfn>track and bus outputs</dfn> are equal to the number
30     of inputs of the master bus.
31   </li>
32   <li>
33     Track and bus outputs are always auto-connected to the master bus inputs.
34   </li>
35   <li>
36     Master bus outputs are connected to hardware outputs.
37   </li>
38 </ul>
39
40 <p>
41   This configuration is normally sufficient to do basic tracking and playback of sessions without any adjustments. When changing these connections, be certain that there is good reason for doing so&mdash;it is generally not necessary and can often lead to problems.
42 </p>
43
44 <p>
45   However, for many workflows during mixing, more complicated signal routing is required. Fortunately, Ardour is very flexible in the ways it offers to connect things to each other.
46 </p>
47
48 {% children %}
49