]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/global-misc-tab.html
Collapse diagrams/ into images/.
[ardour-manual-diverged] / include / global-misc-tab.html
1
2 <p>
3   This tab contains settings that do not belong on the other tabs.
4 </p>
5
6 <img src="/images/a4_preferences_misc.png" alt="preferences
7 misc tab"/>
8
9 <ul>
10   <li>
11     <p>
12       <strong>DSP CPU Utilization</strong> sets how many cpu processors can be
13       used to do signal processing. It can be set to use one up to all
14       processors.
15     </p>
16   </li>
17
18   <li>
19     <p>
20       <dfn>Undo</dfn>
21     </p>
22     <ul>
23       <li>
24         <p>
25           <strong>Limit undo history</strong> sets how many commands can be
26           undone using <kbd class="mod1">Z</kbd> or
27           <kbd class="menu">Edit &gt; Undo</kbd>.
28         </p>
29       </li>
30
31       <li>
32         <p>
33           <strong>Save undo history</strong> sets how many commands are saved so
34           they are available to be undone after reopening the session.
35         </p>
36       </li>
37
38       <li>
39         <p>
40           <strong>Verify removal of last capture</strong> when enabled prompts to
41           verify removal the last recording capture when
42           <kbd class="menu">Edit &gt; Remove Last Capture</kbd> is executed.
43         </p>
44       </li>
45
46       <li>
47         <p>
48           <strong>Make periodic backups of the session file</strong> will create
49           a backup session file after changes to the timeline. The backup file is
50           the session name followed by <em>.ardour.bak</em>. The backup can be
51           used to recover from crashes when the session had not been explicitly
52           saved.
53         </p>
54       </li>
55     </ul>
56   </li>
57
58   <li>
59     <p>
60       <dfn>Session Management</dfn>
61     </p>
62     <ul>
63       <li>
64         <p>
65           <strong>Always copy imported files</strong> selects, and then disables
66           changes to, the <em>Copy&nbsp;files to&nbsp;session</em> option in the
67           <a href="/adding-pre-existing-material/import-dialog/">
68             Add Existing Media</a> dialog.
69         </p>
70       </li>
71
72       <li>
73         <p>
74           <strong>Default folder for new sessions:</strong> defalts the folder
75           where Ardour will create new session folders. This is used in the
76           <em>Session&nbsp;Setup</em> dialog displayed by
77           <kbd class="menu">Session &gt; New</kbd>.
78         </p>
79       </li>
80
81       <li>
82         <p>
83           <strong>Maximum number of recent sessions:</strong> determines how many
84           of the last opened sessions shows in the
85           <em>Recent&nbsp;Sessions</em> dialog displayed by
86           <kbd class="menu">Session &gt; Recent</kbd>.
87         </p>
88       </li>
89     </ul>
90   </li>
91
92   <li>
93     <p>
94       <dfn>Click</dfn>
95     </p>
96     <ul>
97       <li>
98         <p>
99           <strong>Click audio file:</strong> sets a user defined sound to be
100           played when Ardour's metronome is enabled in the
101           <a href="/ardours-interface/the-transport-bar/">
102             Transport Bar</a>
103         </p>
104       </li>
105       <li>
106         <p>
107           <strong>Click emphasis audio file:</strong> sets an optional different
108           metronome sound to be played on the downbeat.
109         </p>
110       </li>
111       <li>
112         <p>
113           <strong>Click gain level:</strong> allows the metronome's click sounds
114           to be boosted or attenuated.
115         </p>
116       </li>
117     </ul>
118   </li>
119
120   <li>
121     <p>
122       <dfn>Automation</dfn>
123     </p>
124     <ul>
125       <li>
126         <p>
127           <strong>Thinning factor</strong> ranges from 0 to 1000 with larger
128           values sending fewer automation changes. Thinning is like lossy
129           audio compression, removing data that is less likely to be noticed,
130           although the more you remove the more likely the loss will be noticed.
131           The advantage to thinning is reduced CPU usage.
132         </p>
133       </li>
134       <li>
135         <p>
136           <strong>Automation sampling interval</strong> ranges from 1 to
137           1000&nbsp;ms. Determines how frequently the automation input is
138           sampled. The shorter the interval the higher the accuracy but also
139           the higher the CPU requirements.
140         </p>
141       </li>
142     </ul>
143
144 </ul>
145