1dssi_analyse_plugin(1) General Commands Manual dssi_analyse_plugin(1)
2
3
4
6 dssi_analyse_plugin - describe a DSSI plugin
7
9 dssi_analyse_plugin [-v|--verbose] [path]<libname>[:<label>]
10
12 dssi_analyse_plugin lists information about DSSI plugins within a spec‐
13 ified DSSI shared library libname. If label is given, only information
14 for the plugin labeled label will be listed, otherwise, all plugins in
15 the shared library will be listed. If path is not given, the shared
16 library is searched for in the colon-separated list of directories
17 specified in the environment variable DSSI_PATH.
18
20 -v
21 --verbose
22 Causes dssi_analyse_plugin to be more verbose in its reporting.
23 In particular, it will list the default program names for each
24 plugin, if any.
25
27 The following command will show information about all of the plugins in
28 the shared library /usr/local/lib/dssi/calf.so, including default pro‐
29 gram names:
30
31 $ dssi_analyse_plugin -v /usr/local/lib/dssi/calf.so
32
33 The following command will look for the shared library trivial_sam‐
34 pler.so using DSSI_PATH, and display information about the mono_sampler
35 plugin:
36
37 $ dssi_analyse_plugin trivial_sampler.so:mono_sampler
38
40 DSSI_PATH
41 A colon-separated list of directories to scan for DSSI plugins.
42
44 DSSI RFC version 1.0.
45
47 dssi_list_plugins(1), http://dssi.sourceforge.net/
48
49
50
51 June 23rd, 2010 dssi_analyse_plugin(1)