]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/15_signal-routing.html
Sync to master.
[ardour-manual-diverged] / _manual / 15_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, 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.<br />
13   By default, Ardour will create the following connections for you:
14 </p>
15 <ul>
16   <li>
17     <dfn>Track inputs</dfn> are optionally auto-connected to hardware inputs, in round robin
18     order, depending on the setting you chose in the 
19     <a href="/working-with-sessions/new-session-dialog/"><kbd
20     class="menu">Session &gt; New Session</kbd> dialog</a>.
21   </li>
22   <li>
23     <dfn>Bus inputs</dfn> are left disconnected.
24   </li>
25   <li>
26     The number of <dfn>track and bus outputs</dfn> are equal to the number
27     of inputs of the master bus.
28   </li>
29   <li>
30     Track and bus outputs are always auto-connected to the master bus inputs.
31   </li>
32   <li>
33     Master bus outputs are connected to hardware outputs.
34   </li>
35 </ul>
36 <p>
37   This configuration is sufficient to do basic tracking and playback of many 
38   sessions without any adjustment by the user. If you are using Ardour and 
39   start to change these connections, be certain that you have a good reason 
40   to do so &mdash; it is generally not necessary and often leads to problems.
41 </p>
42 <p>
43   However, for many workflows during mixing, more complicated signal routing 
44   is required. Ardour offers many possibilties for connecting things in the 
45   way you may need or want them.
46 </p>
47
48 {% children %}