]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/audio-tab.html
Collapse diagrams/ into images/.
[ardour-manual-diverged] / include / audio-tab.html
1
2 <p>
3   This tab contains settings for handling audio.
4 </p>
5
6 <img src="/images/a4_preferences_audio.png" alt="preferences
7 audio tab"/>
8
9 <ul>
10
11   <li>
12     <p>
13       <strong>Buffering</strong> settings determine how many seconds of audio
14       off of disk will be buffered in memory. Longer settings reduce the risk
15       of buffer under-runs but consume more memory. The default value is
16       5.0&nbsp;seconds.
17     </p>
18
19     <ul>
20       <li>
21         <p>
22           <strong>Playback</strong> sets how many seconds of audio Ardour will
23           buffer during playback.
24         </p>
25       </li>
26       <li>
27         <p>
28           <strong>Recording</strong> sets how many seconds of audio Ardour will
29           buffer during recording.
30         </p>
31       </li>
32     </ul>
33   </li>
34
35   <li>
36     <p>
37       <strong>Monitoring</strong>
38     </p>
39     <ul>
40       <li>
41         <p>
42           <strong>Record monitoring handled by:</strong> determines whether
43           Ardour provides monitoring of incoming audio or whether
44           monitoring is provided by hardware.  See
45           <a href="/recording/monitoring/">Monitoring</a> for more information.
46         </p>
47       </li>
48       <li>
49         <p>
50           <strong>Tape machine mode</strong> when enabled defaults new audio
51           tracks to tape machine mode. See
52           <a href="/working-with-tracks/track-types/">Track Types</a>
53           for more information.
54         </p>
55       </li>
56     </ul>
57   </li>
58
59   <li>
60     <p>
61     <strong>Conection of tracks and busses</strong>
62     </p>
63     <ul>
64       <li>
65         <p>
66           <strong>Auto-connect master/monitor busses</strong>
67         </p>
68       </li>
69       <li>
70         <p>
71           <strong>Connect track inputs:</strong>
72         </p>
73       </li>
74       <li>
75         <p>
76           <strong>Connect track and bus outputs:</strong>
77         </p>
78       </li>
79     </ul>
80   </li>
81
82   <li>
83     <p>
84     <strong>Denormals</strong> are a specific type of very small numbers that
85     can cause issues with CPU consumption when using some plugins in some
86     circumstances.
87     </p>
88     <p>
89       Ardour provides two methods of handling the issue. Try different
90       combinations of these settings to to find the setting that minimizes CPU
91       consumption.
92     </p>
93     <ul>
94       <li>
95         <p>
96           <strong>Use DC bias to protect against denormals</strong> adds a small
97           constant value to numbers to move the numbers away from zero.
98         </p>
99       </li>
100       <li>
101         <p>
102           <strong>Processor handling</strong>, if the computer's hardware
103           supports it, offers two methods that can be used individually or
104           combined. Flush to zero and denormals are zero.
105         </p>
106       </li>
107     </ul>
108   </li>
109
110   <li>
111     <p>
112     <strong>Plugins</strong>
113     </p>
114     <ul>
115       <li>
116         <p>
117           <strong>Silence plugins when the transport is stopped</strong>
118         </p>
119       </li>
120       <li>
121         <p>
122           <strong>Make new plugins active</strong> when enabled, will activate
123           a plugin when it is added to a track or bus
124           <a href="/working-with-plugins/processor-box/">Processor Box</a>.
125         </p>
126       </li>
127     </ul>
128   </li>
129
130   <li>
131     <p>
132     <strong>Regions</strong>
133     </p>
134     <ul>
135       <li>
136         <p>
137           <strong>Enable automatic analysis of audio</strong>
138         </p>
139       </li>
140       <li>
141         <p>
142           <strong>Replicate missing region channels</strong>
143         </p>
144       </li>
145     </ul>
146   </li>
147 </ul>
148