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