]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/21_preferences-and-session-properties/01_preferences-dialog/10_plugins.html
tweak control playback text
[ardour-manual-diverged] / _manual / 21_preferences-and-session-properties / 01_preferences-dialog / 10_plugins.html
1 ---
2 layout: default
3 title: Plugins Tab
4 menu_title: Plugins Tab
5 ---
6
7 <p>
8   This tab contains settings that control the discovery and availability of
9   plugins.
10 </p>
11
12 <img src="/images/a4_preferences_plugins.png" alt="preferences
13 plugins tab"/>
14
15 <ul>
16   <li>
17     <p>
18       <strong>General</strong>
19     </p>
20     <ul>
21       <li>
22         <p>
23           <strong>Scan for Plugins</strong> will initiate an immediate scan of
24           the system for available plugins.
25         </p>
26       </li>
27       <li>
28         <p>
29           <strong>Always Display Plugin Scan Progress</strong> When enabled a
30           popup window showing plugin scan progress is displayed for indexing
31           (cache load) and discovery (detect new plugins).
32         </p>
33       </li>
34       <li>
35         <p>
36           <strong>Scan Time Out</strong> Specify the default timeout for plugin
37           instantiation in 1/10 seconds. Plugins that require more time to load
38           will be blacklisted. A value of 0 disables the timeout.
39         </p>
40       </li>
41     </ul>
42   </li>
43
44   <li>
45     <p>
46       <strong>VST</strong>
47     </p>
48     <ul>
49       <li>
50         <p>
51           <strong>Clear VST Cache</strong> Remove all VST plugins from the list
52           of plugins available to be inserted into the processor box.
53         </p>
54       </li>
55       <li>
56         <p>
57           <strong>Clear VST Blacklist</strong> Make blacklisted VST plugins
58           available to be added to the processor box.
59         </p>
60       </li>
61       <li>
62         <p>
63           <strong>Scan for [new] VST Plugins on Application Start</strong> When
64           enabled new VST plugins are searched, tested and added to the cache
65           index on application start. When disabled new plugins will only be
66           available after triggering a 'Scan' manually.
67         </p>
68       </li>
69       <li>
70         <p>
71           <strong>Linux VST Path:</strong> Launch a dialog to manage the
72           directories that will be searched for Linux VST plugins.
73         </p>
74       </li>
75     </ul>
76   </li>
77 </ul>