]> Shamusworld >> Repos - ardour-manual/blob - include/master-bus-strip.html
Move the part re markers where it belongs
[ardour-manual] / include / master-bus-strip.html
1 <figure class="right">
2   <img src="/images/master-strip.png" alt="The Master strip in the mixer">
3   <figcaption>
4                 The Master strip in the mixer
5   </figcaption>
6 </figure>
7
8 <p>
9   The <dfn>Master strip</dfn> in Ardour is very similar to the other 
10   <a href="@@audiomidi-busses-mixer-strips">busses mixer strips</a>.
11   There are nevertheless a few differences due to the nature of the 
12   Master strip, that is being the last point of treatment before the 
13   output or rendering:
14 </p>
15
16 <ul>
17   <li>
18         There is no color affected to the master strip
19   </li>
20   <li>
21         There is exactly one and only one Master Bus Strip for a session, so
22         it cannot be saved as a template, duplicated or removed in the context
23         menu, although it can be renamed.
24   </li>
25   <li>
26         The master strip cannot be hidden or disabled, so there is not 
27         <kbd>X</kbd> in the top right, nor an
28         <kbd class="option">Active</kbd> checkbox in the context menu.
29   </li>
30   <li>
31         It is by definition always solo, so there is no <kbd >Solo</kbd> button,
32         and <kbd>Iso</kbd> and <kbd>Lock</kbd> are disabled.
33   </li>
34   <li>
35         If the <a href="@@loudness-analyzer">Master bus output gain control</a>
36         is enabled, two controls are visible:
37         <ul>
38                 <li>
39                         a <kbd>LAN</kbd> button, to start the Loudness Analyzer &amp; Normalizer,
40                 </li>
41                 <li>
42                         a volume slider to that can be controlled manually or set by
43                         the Normalizer.
44                 </li>
45         </ul>
46   </li>
47   <li>
48         If the session has a <a href="@@session-properties#properties-monitoring">Monitoring section</a>,
49         two buttons are visible:
50         <ul>
51                 <li>
52                         <kbd>Mute</kbd> to mute the Master bus while the monitoring 
53                         is still active,
54                 </li>
55                 <li>
56                         <kbd>Mon</kbd> to show/hide the monitoring section in the Mixer
57                         view.
58                 </li>
59         </ul>
60   </li>
61   <li>
62         It cannot belong to a mix group, so the <kbd>Grp</kbd> button is missing.
63   </li>
64 </ul>
65
66 <p class="note">
67   The Master bus strip is <em>always</em> fixed, at the right end of the
68   mixer, regardless of the scrolling position.
69 </p>
70