]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/18_mixing/01_muting-and-soloing.html
tweak control playback text
[ardour-manual-diverged] / _manual / 18_mixing / 01_muting-and-soloing.html
1 ---
2 layout: default
3 title: Muting and Soloing
4 ---                        
5
6 <p>
7   Each track and bus has two buttons which have important implications 
8   for signal flow: <dfn>mute</dfn> and <dfn>solo</dfn>. The behaviour 
9   of these buttons is configurable in Ardour, to suit different studio 
10   set-ups.
11 </p>
12
13 <h2>Without a monitor bus</h2>
14 <p>
15   If you are using Ardour without a monitor bus, there is only one way 
16   in which mute and solo will work:</p>
17 <ul>
18   <li>
19     Mute on a track or bus will mute that track on the master bus,
20      so that it will not be heard.
21   </li>
22   <li>
23     Solo on a track or bus will solo that track or bus and mute all 
24     others. Soloing a bus will also solo any tracks or 
25     busses which feed that bus.
26   </li>
27 </ul>
28
29 <h2>With a monitor bus</h2>
30 <p>
31   For setups with a monitor bus, you have more options, mostly 
32   governed by the setting of the 
33   <kbd class="option">Solo controls are Listen controls</kbd> option 
34   in <kbd class="menu">Edit &gt; Preferences &gt; Solo / mute.
35 </p>
36 <p>
37   With <kbd class="optoff">Solo controls are Listen controls</kbd> 
38   unticked, behaviour is almost exactly the same as the situation 
39   without a monitor bus. Mute and solo behave the same, and the monitor 
40   bus is fed from the master bus, so it sees the same thing.
41 </p>
42 <p>
43   With <kbc class="option">Solo controls are Listen controls</kbd> 
44   ticked, the master and monitor busses behave differently. In this 
45   mode, solo controls are more properly called <dfn>listen</dfn> 
46   controls, and Ardour's solo buttons will change their legend from 
47   <samp>S</samp> to either <samp>A</samp> or <samp>P</samp> to 
48   reflect this.
49 </p>
50 <p>
51   Now, without any mute or listen, the monitor bus remains fed by 
52   the master bus. Also:
53 </p>
54 <ul>
55   <li>
56     Mute will mute the track or bus, so that it will not be heard 
57     anywhere (neither on the master nor monitor busses), much as before.
58   </li>
59   <li>
60     Listen will disconnect the monitor bus from the master bus, so 
61     that the monitor bus now only receives things that are "listened to". 
62     Listen will not perform any muting, and hence the master bus will 
63     not be affected by a listened track or bus.
64   </li>
65 </ul>
66 <p>
67   When solo controls are listen controls, the listening point can be set
68   to either After-Fade Listen (AFL) or Pre-Fade Listen (PFL). The precise 
69   point to get the signal from can further be configured using the 
70   <kbd class="menu">PFL signals come from</kbd> and 
71   <kbd class="menu">AFL signals come from</kbd> options.
72 </p>
73 <p>
74   The solo-mute arrangement with a monitor bus is shown below:
75 </p>
76 <img src="/diagrams/solo-mute.png" alt="mute/solo signal flow" />
77 <p> 
78   Here we have a number of tracks or busses (in orange). Each one has an 
79   output which feeds the master bus. In addition, each has PFL and AFL 
80   outputs; we have a choice of which to use. PFL/AFL from each track or 
81   bus are mixed. Then, whenever anything is set to AFL/PFL, the monitor out 
82   becomes just those AFL/PFL feeds; the rest of the time, the monitor out is 
83   fed from the master bus.
84 </p>
85 <p>
86   In this scheme Solo has no effect other than to mute other non-soloed tracks; 
87   with solo (rather then listen), the monitor out is fed from the master bus.
88 </p>
89
90 <h2>Other solo options</h2>
91 <p>
92   <kbd class="menu">Edit &gt; Preferences &gt;  Solo / Mute</kbd> has some
93   more solo options:
94 </p>
95
96 <h3>Solo-in-place mute cut</h3>
97 <p>
98   When using solo-in-place (SiP), in other words when soloed tracks are being 
99   listened to on the master bus, this fader specifies the gain that will be 
100   applied to other tracks in order to mute them. Setting this level to
101   -∞&nbdp;dB will mean that other tracks will not be heard at all; setting to 
102   some higher value less than 0dB means that other non-soloed tracks will be h
103   eard, just reduced in volume compared to the soloed tracks. Using a value 
104   larger than -∞dB is sometimes called "Solo-In-Front" by other DAWs, because 
105   the listener has the sense that soloed material is "in front" of other 
106   material. In Ardour, this is not a distinct mode, but instead the mute cut 
107   control offers any level of "in-front-ness" that you might want to use.
108 </p>
109 <h3>Exclusive solo</h3>
110 <p>
111   If this is enabled, only one track or bus will ever be soloed at once; soloing 
112   track B while track A is currently soloed will un-solo track A before soloing 
113   track B.
114 </p>
115 <h3>Show solo muting</h3>
116 <p>
117   If this is enabled, the mute button of tracks and busses will be drawn 
118   outlined to indicate that the track or bus is muted because something else 
119   is soloed. This is enabled by default, and we recommend that you leave it 
120   that way unless you are extremely comfortable with Ardour's mute/solo
121   behaviour.
122 </p>
123 <h3>Soloing overrides muting</h3>
124 <p>
125   If this is enabled, a track or bus that is both soloed and muted will behave 
126   as if it is soloed.
127 </p>
128 <h3>Mute affects…</h3>
129 <p>
130   These options dictate whether muting the track will affect various routes out 
131   of the track; through the sends, through the control outputs (to the monitor 
132   bus) and to the main outputs.
133 </p>
134