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