#include <ladspainstance.h>
List of all members.
Detailed Description
Definition at line 21 of file ladspainstance.h.
Constructor & Destructor Documentation
LADSPAInstance::LADSPAInstance |
( |
const LADSPA_Descriptor * |
descriptor, |
|
|
int |
slot |
|
) |
| |
LADSPAInstance::~LADSPAInstance |
( |
| ) |
[virtual] |
Member Function Documentation
virtual void LADSPAInstance::connect |
( |
unsigned long |
port, |
|
|
LADSPA_Data * |
buffer |
|
) |
| [pure virtual] |
const LADSPA_Descriptor * LADSPAInstance::getDescriptor |
( |
| ) |
|
int LADSPAInstance::getSampleRate |
( |
| ) |
|
float LADSPAInstance::getWet |
( |
| ) |
|
bool LADSPAInstance::isEnabled |
( |
| ) |
|
bool LADSPAInstance::isInplaceBroken |
( |
| ) |
|
virtual void LADSPAInstance::process |
( |
const CSAMPLE * |
pInLeft, |
|
|
const CSAMPLE * |
pInRight, |
|
|
const CSAMPLE * |
pOutLeft, |
|
|
const CSAMPLE * |
pOutRight, |
|
|
const int |
iBufferSize |
|
) |
| [pure virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: