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