]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/05_ardours-interface/06_status-indicators.html
Reorganisation of Ardour's Interface, adding image maps
[ardour-manual-diverged] / _manual / 05_ardours-interface / 06_status-indicators.html
1 ---
2 title: Status indicators and Mode buttons
3 ---
4
5 <img src="/images/status-and-mode-buttons.png" alt="The Status buttons, the Mode buttons and " />
6
7 <p>
8   The <dfn>Status</dfn> buttons show the current session state:
9 </p>
10
11 <dl>
12   <dt>Solo</dt><dd>Blinks when one or more tracks are being soloed, see <a href="/mixing/muting-and-soloing/">Muting and Soloing</a>. Clicking this button disables any active explicit and implicit solo on all tracks and busses. Clicking this button desactivates the solo on every track/bus.</dd>
13   <dt>Audition</dt><dd>Blinks when some audio is auditionned, e.g. by using the import dialog, or using the <kbd class="menu">Audition</kbd> context menu in the <a href="/ardours-interface/editor-lists/region-list/">Regions List</a>. Clicking this button stops the auditionning.</dd>
14   <dt>Feedback</dt><dd>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.</dd>
15 </dl>
16
17 <p>
18   The Mode Selector allows switching between Editor, Mixer and the Preferences window.
19   If a window is detached, the corresponding button is lit in blue. Clicking the botton
20   switches the detached window visibility.
21 </p>
22
23 <p>
24   The global meter shows the levels of the master's output. Its the same meter that sits
25   in the <a href="/ardours-interface/the-master-bus-strip/">Master's Mixer strip</a>,
26   and also shows a peak indicator, that turns red when  any level exceeds 0dB. It can
27   be reset by a <kbd class="mouse">Left</kbd> click.
28 </p>