The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

pluginfo - Describe ladspa plugins

SYNOPSIS

  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

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.

--verbose

Describe what the program is doing. This is mostly helpful when debugging.

--library

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.

--label

The label of the plugin you want described. Multiple label options may be given.

--id

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.

--short

Only list file, library & plugin class, label and id of found plugins.

--help

Describe the program and its options.

SEE ALSO

Audio::LADSPA, perl.

COPYRIGHT AND LICENCE

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 242:

You forgot a '=back' before '=head1'