]> Shamusworld >> Repos - ardour-manual/blob - include/other-toolbar-items.html
Move the part re markers where it belongs
[ardour-manual] / include / other-toolbar-items.html
1
2 <h2 id="latency-compensation-info">The Latency Compensation Info</h2>
3
4 <figure>
5         <img alt="The Latency Compensation Info" src="/images/latency-compensation-info.png">
6         <figcaption>
7                 Latency Compensation Info
8         </figcaption>
9 </figure>
10
11 <p>
12   This section show information about the latency compensation Ardour sets
13   to align all signals in time whatever their route (and processing applied).
14 </p>
15
16 <p>
17   The only button <kbd class="menu">Disable PDC</kbd> allows to enable/disable
18   the <em>P</em>lugin <em>D</em>elay <em>C</em>ompensation. Enabling it will
19   make all signal perfectly aligned, while disabling it will reduce the delay,
20   at the expense of slightly misaligned signals for tracks that have plugins introducing
21   latency.
22 </p>
23
24 <p>
25         The two infos are:
26 </p>
27 <ul>
28         <li>the worst route latency</li>
29         <li>the I/O latency, i.e. the worst latency pre-roll</li>
30 </ul>
31
32
33 <h2 id="playhead_options">The Playhead Options</h2>
34
35 <figure>
36         <img alt="The playhead options" src="/images/playhead-options.png">
37         <figcaption>
38                 The playhead options
39         </figcaption>
40 </figure>
41
42 <p>
43   Those 2 buttons control the behaviour of the playhead:
44 </p>
45 <ul>
46         <li><dfn>Follow Range</dfn> is a toggle that can be used to control whether or not making a range selection will move the playhead to the start of the range.</li>
47         <li><dfn>Auto Return</dfn> is a toggle switch too. When active, pressing the Stop button returns the playhead to its previous position, and when inactive, pressing Stop keeps the playhead at its current location. Activating Auto Return can be useful for hearing the same piece of audio before and after tweaking it, without having to set a loop range on it.</li>
48 </ul>
49
50 <h2 id="status_indicators">The Status indicators</h2>
51
52 <figure>
53         <img alt="The Status buttons" src="/images/status_buttons.png">
54         <figcaption>
55                 The Status buttons
56         </figcaption>
57 </figure>
58
59 <p>
60   The <dfn>Status</dfn> buttons show the current session state:
61 </p>
62
63 <table class="dl">
64   <tr><th>Solo</th><td>Blinks when one or more tracks are being soloed, see <a href="@@muting-and-soloing">Muting and Soloing</a>. Clicking this button disables any active explicit and implicit solo on all tracks and busses.</td></tr>
65   <tr><th>Audition</th><td>Blinks when some audio is auditioned, e.g. by using the import dialog, or using the <kbd class="menu">Audition</kbd> context menu in the <a href="@@the-region-list">Regions List</a>. Clicking this button stops the auditioning.</td></tr>
66   <tr><th>Feedback</th><td>Blinks when Ardour detects a <dfn>feedback loop</dfn>, which happens when the output of an audio signal chain is plugged back to its input. This is probably not wanted and can be dangerous for the hardware and the listener.</td></tr>
67 </table>
68
69 <h2 id="monitor_section_info">The Monitor Section Info</h2>
70
71 <figure>
72         <img alt="Monitor Section Info" src="/images/monitor-section-info.png">
73         <figcaption>
74                 Monitor Section Info
75         </figcaption>
76 </figure>
77
78 <p>
79   This section is only useful and active if the session has a
80   <a href="@@monitor-section">Monitor section</a>. The three buttons are
81   exactly linked to their counterparts in the Monitor slice of the mixer,
82   but as they sit in the toolbar, remain visible even in Editor mode.
83 </p>
84
85 <p>
86         The three buttons are:
87 </p>
88 <ul>
89   <li><dfn>Mono</dfn>: sums all of the paths to a single mono signal and applies it to all Monitor Section outputs.</li>
90   <li><dfn>Dim All</dfn>: Reduces overall monitor level by the amount set with the Dim level control.</li>
91   <li><dfn>Mute All</dfn>: Mutes all monitoring.</li>
92 </ul>
93
94
95 <h2 id="tb_master_level_meter">The Master Level Meter</h2>
96
97 <figure>
98         <img alt="The Master Level Meter" src="/images/master-level-meter.png">
99         <figcaption>
100                 The Master Level Meter
101         </figcaption>
102 </figure>
103 <p>
104   The global meter shows the levels of the master's output. Its the same
105   meter that sits in the <a href="@@master-bus-strip">Master's Mixer strip</a>,
106   and also shows a peak indicator, that turns red when  any level exceeds
107   0dB. It can be reset by a <kbd class="mouse">Left</kbd> click.
108 </p>
109
110 <h2 id="tb_script_buttons">Script/Shortcut buttons</h2>
111
112 <figure>
113         <img alt="The Script buttons" src="/images/script-buttons.png">
114         <figcaption>
115                 The Script/shortcuts buttons
116         </figcaption>
117 </figure>
118
119 <p>
120   The buttons in between the Mode Selector and the Master Level Meter are
121   script or shortcuts buttons, which are user-definable buttons to attach
122   any session <a href="@@lua-scripting">lua-script</a> to, or any action
123   shortcut (e.g. for tasks that are used often and buried deep inside
124   nested menus).
125 </p>
126 <p>
127   The number of buttons (precisely, the number of columns of two buttons)
128   can be set in the <a href="@@preferences#preferences-appearance-toolbar">Preferences</a>.
129 </p>
130 <p>
131   <kbd class="mouse">Left</kbd>-clicking an affected button launches the
132   script or shortcut, while <kbd class="mouse">right</kbd>-clicking or 
133   clicking an unaffected button allows change the script/shortcut 
134   the button should execute.
135 </p>
136
137
138 <h2 id="mode_selector">The Mode Selector</h2>
139
140 <figure>
141         <img alt="The Mode Selector" src="/images/mode_selector.png">
142         <figcaption>
143                 The Mode Selector
144         </figcaption>
145 </figure>
146
147 <p>
148   The Mode Selector allows switching between the Editor, Mixer or Recording
149   windows. If a window is detached, the corresponding button is lit.
150   Clicking the button switches the detached window visibility.
151 </p>