find_plugin ( name, ladspapath=None )
find_plugin(name, ladspapath=None) -> path
Given a name and ladspapath, returns a full path to a ladspa module or None.
name - A name string: can be a relative or absolute path, or the
filename with the suffix removed. Examples:
/usr/lib/ladspa/cmt.so or cmt.so or cmt
The last is most platform independent.
ladspapath - The same format as for get_ladspa_path.
Return Value - Either a full path string, or None if no plugin could
be found.
functions:
|