English     Español
[Main Index] : Programming : Languages : Perl : CPAN Modules : Miscellaneous Modules : Audio : Audio::LADSPA
 Audio::LADSPA::Library 

Search

 

Documents

Audio::LADSPA::Library (Displayed)

Audio::LADSPA::Library



NAME

Audio::LADPSA::Library


SYNOPSIS

    use Audio::LADSPA;
    my @libs = Audio::LADPSA->libraries();
    # @libs is an array of Audio::LADSPA::Library classes


DESCRIPTION

Audio::LADSPA::Library is a base class for perl modules representing LADSPA libraries No objects can be instantiated from it. Each LADSPA library gets its own namespace based on the name of the library.


METHODS

All methods in the Audio::LADSPA::Library class are class methods.

plugins

 my @plugin_classes = $library->plugins();
 
Returns the @plugin_classes this $library implements.

library_file

 my $shared_object_file = $library->library_file();

Returns the name of the $shared_object_file this $library was created from.


SEE ALSO

the Audio::LADSPA manpage, the Audio::LADSPA::Plugin manpage


COPYRIGHT AND LICENSE

Copyright (C) 2003 Joost Diepenmaat <joost AT hortus-mechanicus.net>

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.

Information

This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here.
   

©Copyright Nicholas Reynolds 2004