|
NAMEdssi_analyse_plugin - describe a DSSI pluginSYNOPSISdssi_analyse_plugin [-v|--verbose] [path]<libname>[:<label>]DESCRIPTIONdssi_analyse_plugin lists information about DSSI plugins within a specified DSSI shared library libname. If label is given, only information for the plugin labeled label will be listed, otherwise, all plugins in the shared library will be listed. If path is not given, the shared library is searched for in the colon-separated list of directories specified in the environment variable DSSI_PATH.OPTIONS
EXAMPLESThe following command will show information about all of the plugins in the shared library /usr/local/lib/dssi/calf.so, including default program names:$ dssi_analyse_plugin -v /usr/local/lib/dssi/calf.so The following command will look for the shared library trivial_sampler.so using DSSI_PATH, and display information about the mono_sampler plugin: $ dssi_analyse_plugin trivial_sampler.so:mono_sampler ENVIRONMENT
CONFORMING TODSSI RFC version 1.0.SEE ALSOdssi_list_plugins(1), http://dssi.sourceforge.net/
Visit the GSP FreeBSD Man Page Interface. |