1dssi_list_plugins(1) General Commands Manual dssi_list_plugins(1)
2
3
4
6 dssi_list_plugins - list available DSSI plugins
7
9 dssi_list_plugins [-v|--verbose]
10
12 dssi_list_plugins scans a list of directories specified by the environ‐
13 ment variable DSSI_PATH, looking for DSSI (or LADSPA) shared libraries.
14 It reports each library found, and lists the plugins contained within
15 the library. It ignores subdirectories and libtool *.la files; other‐
16 wise it will complain if any of the files found are not DSSI or LADSPA
17 shared libraries.
18
20 -v
21 --verbose
22 Causes dssi_list_plugins to be more verbose in its reporting. It
23 will note conditions which are typically ignored by most DSSI
24 hosts, yet may indicate problems, including malformed or unread‐
25 able components of DSSI_PATH, directories which contain no plug‐
26 in libraries, libraries which appear more than once in the
27 DSSI_PATH, and libraries which contain no plugins.
28
30 DSSI_PATH
31 A colon-separated list of directories to scan for DSSI plugins.
32
34 DSSI RFC version 1.0.
35
37 dssi_analyse_plugin(1), http://dssi.sourceforge.net/
38
39
40
41 June 23rd, 2010 dssi_list_plugins(1)