]> Shamusworld >> Repos - ardour-manual/blob - include/status-bar.html
Tiny mistake in Status Bar
[ardour-manual] / include / status-bar.html
1
2 <figure>
3   <img src="/images/status-bar.png" alt="The Status Bar">
4   <figcaption>
5     The Status Bar
6   </figcaption>
7 </figure>
8
9 <p>
10         The status bar is an informative bar at the top of the window. Right
11         clicking anywhere on the Status Bar allows to choose which of this
12         information is displayed, through a checkbox menu, among:</p>
13
14 <table class="dl">
15         <tr><th>Path to Session:</th><td>the folder where the session files are</td></tr>
16         <tr><th>Snapshot Name and Modified Indicator:</th><td>the name of the snapshot being worked on. If the session has been modified since last save, the name is prefixed with an asterisk (&ast;).</td></tr>
17         <tr><th>Active Peak-file work:</th><td><em>(only shows up while creating peaks)</em> displays the number of peak files left to create</td></tr>
18         <tr><th>File Format:</th><td>the file format used in the session, including when recording</td></tr>
19         <tr><th>Timecode Format:</th><td>is the timecode, i.e. the number of frames per second used by the session (for videos)</td></tr>
20         <tr><th>Audio:</th><td>gives the sample rate used in the session, and the latency computed from the buffer size</td></tr>
21         <tr><th>Disk Space:</th><td>reports the remaining hard disk space as the time that can be recorded with the current session setting</td></tr>
22         <tr><th>DSP:</th><td>for <em>D</em>igital <em>S</em>ound <em>P</em>rocessing, shows how much of the CPU is used by Ardour and its plugins</td></tr>
23         <tr><th>Wall Clock</th><td>showing the system time (especially useful in full screen mode)</td></tr>    
24         <tr><th>Log button</th><td>that indicates if Ardour has encountered any warning or error.</td></tr>
25 </table>
26
27 <p>
28         Some of these indicators also double as a shortcut to a relevant 
29         action, triggered by double clicking the info field:
30 </p>
31
32 <table class="dl">
33         <tr><th>Path to Session / Snapshot Name and Modified Indicator</th>
34                 <td>
35                         opens the session path in the file explorer
36                 </td>
37         </tr>
38         <tr>
39                 <th>File Format:</th>
40                 <td>
41                         opens the <em>Media</em> section of the <a href="@@session-properties#properties-media">
42                         Session Properties</a>
43                 </td>
44         </tr>
45         <tr>
46                 <th>Timecode Format:</th>
47                 <td>
48                         opens the <em>Timecode</em> section of  the <a href="@@session-properties#properties-timecode">
49                         Session Properties</a>
50                 </td>
51         </tr>
52         <tr>
53                 <th>Audio:</th>
54                 <td>
55                         opens the <a href="@@audio-midi-setup">Audio MIDI Setup</a>
56                         window.
57                 </td>
58         </tr>
59         <tr>
60                 <th>Log button</th>
61                 <td>
62                         The log button turns yellow when a warning is shown, and red
63                         when an error occurs. Clicking the log button gives access to
64                         the log.
65                 </td>
66         </tr>
67 </table>