Table of Contents

Class: Plugin ./ladspa.py

A Plugin represents a shared object file which implements the ladspa interface.

Base Classes   
_AttributeForwarder
Methods   
__init__
all_descriptors
get_descriptor
  __init__ 
__init__ (
        self,
        name,
        ladspapath=None,
        )

The constructor arguments are the same as for the find_plugin function. If the plugin specified by name cannot be found, PluginNotFound is raised.

Exceptions   
PluginNotFound( 'No plugin named %s found.' % ` name ` )
  all_descriptors 
all_descriptors ( self )

Returns a list of all descriptors found in this Plugin.

  get_descriptor 
get_descriptor ( self,  index )

Plugin.get_descriptor(index) -> desc

Plugin[index] -> desc

Returns a descriptor for the given index or None. The indices begin at zero and consecutively increase to some unknown. Any index outside this range returns None.


Table of Contents

This document was automatically generated on Sun Apr 14 04:00:09 2002 by HappyDoc version 2.0