]> Shamusworld >> Repos - ardour-manual/blob - include/signal-routing.html
Cue: move the Clip Properties documentation...
[ardour-manual] / include / signal-routing.html
1
2 <p>
3   Ardour does most of its internal <dfn>signal routing</dfn> via JACK:
4   all track and bus inputs and outputs are JACK ports, as are sends and
5   inserts, which means they can be tapped into by other JACK clients.
6   Only the signal flow inside a track or bus (i.e. from <a
7   href="@@processor-box">processor to processor</a>) is
8   handled internally.
9 </p>
10 <p>
11   By default, Ardour will automatically create the following connections:
12 </p>
13 <ul>
14   <li>
15     <dfn>Track inputs</dfn> are optionally auto-connected to hardware inputs, in round robin
16     order, depending on the setting chosen in the
17     <a href="@@newopen-session-dialog"><kbd
18     class="menu">Session &gt; New Session</kbd> dialog</a>.
19   </li>
20   <li>
21     <dfn>Bus inputs</dfn> are left disconnected.
22   </li>
23   <li>
24     The number of <dfn>track and bus outputs</dfn> are equal to the number
25     of inputs of the master bus.
26   </li>
27   <li>
28     Track and bus outputs are always auto-connected to the master bus inputs.
29   </li>
30   <li>
31     Master bus outputs are connected to hardware outputs.
32   </li>
33 </ul>
34 <p>
35   This configuration is sufficient to do basic tracking and playback of many
36   sessions without any adjustment by the user. Changing these connections
37   is generally not necessary and often leads to problems.
38 </p>
39 <p>
40   However, for many workflows during mixing, more complicated signal routing
41   is required. Ardour offers many possibilities for connecting things to fit any
42   particular workflow.
43 </p>