]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/05_ardours-interface/02_status-bar.html
de7cafb88c217e38c3e2d68c1e44140fe7c08335
[ardour-manual-diverged] / _manual / 05_ardours-interface / 02_status-bar.html
1 ---
2 title: Status Bar
3 ---
4
5
6
7 <img src="/images/status-bar.png" alt="The status bar">
8
9 <p>The status bar is an informative bar at the top of the window, showing:</p>
10
11 <ul>
12
13   <li><dfn>File:</dfn> the file format used in the session, including when recording</li>
14
15   <li><dfn>TC:</dfn> is the timecode, i.e. the number of frames per second used by the session (for videos)</li>
16
17   <li><dfn>Audio:</dfn> gives the sample rate used in the session, and the latency computed from the buffer size</li>
18
19   <li><dfn>Buffers:</dfn> decribe how much data is buffered, see below</li>
20
21   <li><dfn>DSP:</dfn> for Digital Sound Processing, shows how much of the CPU is used by Ardour and its plugins</li>
22
23   <li><dfn>X:</dfn> shows the number of xruns since Ardour's launch, see below</li>
24
25   <li><dfn>Disk:</dfn> reports the remaining hard disk space as the time that can be recorded with the current session setting</li>
26
27   <li><dfn>a Clock</dfn> showing the system time</li>
28
29   <li><dfn>a Log button</dfn> that indicates if Ardour has encountered any warning or error.</li>
30
31 </ul>
32
33
34
35 <p>The buffers are labelled as <kbd class="menu">p</kbd> for playback and <kbd class="menu">c</kbd> for capture. If the
36
37 system is fast enough, these buffers should be 100% full at all times, showing the system has time to precompute
38
39 all the data before delivering it to the audio system. A buffer constantly under 20% is a sign of an underpowered
40
41 computer system or of too much processing.</p>
42
43
44
45 <p>An Xrun (short for buffer over- or under-run) happens when the system has been forced to skip audio frames, e.g. if the latency
46
47 asked is too short for the computing power of the machine. It usually results in clicks, pops and crackles if it happens while recording.</p>
48
49
50
51 <p>The log button turns yellow when a warning is shows, and red when an error occurs. Clicking the log button gives acces to the log.</p>
52
53
54