Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

pp::Filters::PluginFilter Class Template Reference

The base class for the Linux Audio Developers Simple Plugin Api filters. More...

#include <LADSPAFilter.h>

Inheritance diagram for pp::Filters::PluginFilter

Inheritance graph
[legend]
Collaboration diagram for pp::Filters::PluginFilter:

Collaboration graph
[legend]
List of all members.

Public Methods

 PluginFilter ()
 ~PluginFilter ()
virtual T operator() (const T& x)
virtual const char* GetName () const
 PluginFilter (const char* library, const char* label, unsigned long rate=44100)
virtual T operator() (const T& x)
virtual const char* GetName () const
const LADSPA& GetPlugin ()

Detailed Description

template<typename T = short> template class pp::Filters::PluginFilter

The base class for the Linux Audio Developers Simple Plugin Api filters.

Its fairly easy to port the LADSPA SDK to win32.

Simply need to implement dlopen,dlsym,dlclose, dlerror, for dlfcn.h and opendir, readdir and closedir for dirent.h. This can be done using LoadLibrary, FreeLibrary, GetProcAddress, FormatMessage and FindFirstFile, FindNextFile, FindClose.


The documentation for this class was generated from the following files:
Generated at Mon Nov 27 01:47:09 2000 for LibPenguinPlay by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000