
pluginfo - Describe ladspa plugins

pluginfo [options]
Options:
--verbose processing info
--library library file name
--id plugin id
--label plugin label
--package perl package name of the plugin
--short only short info
--ports full port listing
--help more help
Example:
pluginfo --library cmt --short # list plugins in the cmt library
pluginfo --id 1043 --ports # describe the 'delay_5s' plugin
pluginfo --ports # list everything about everything

Options are of the form --option-name or -option-name and may be abbreviated untill unambiguous, for instance: --id to -i and --library to -li.
Describe what the program is doing. This is mostly helpful when debugging.
The library file where the plugin should be searched. Multiple library options may be given.
Without this option, all libraries in LADSPA_PATH will be searched.
The label of the plugin you want described. Multiple label options may be given.
The ID of the plugin you want described. Multiple id options may be given.
Note: although in the LADSPA plugin API this ID is called UniqueID, there are some libraries that have multiple versions of a plugin, all with the same ID. To select one of these plugins unambiguously, you should use both the --label and --id options.
Only list file, library & plugin class, label and id of found plugins.
Describe the program and its options.


Copyright (C) 2003 Joost Diepenmaat <jdiepen@cpan.org>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
See the COPYING file for more information