![]() |
Mixxx
|
#include <ladspainstancemono.h>


Public Member Functions | |
| LADSPAInstanceMono (const LADSPA_Descriptor *descriptor, int slot) | |
| ~LADSPAInstanceMono () | |
| void | process (const CSAMPLE *pInLeft, const CSAMPLE *pInRight, const CSAMPLE *pOutLeft, const CSAMPLE *pOutRight, const int iBufferSize) |
| void | connect (unsigned long port, LADSPA_Data *buffer) |
Definition at line 20 of file ladspainstancemono.h.
| LADSPAInstanceMono::LADSPAInstanceMono | ( | const LADSPA_Descriptor * | descriptor, |
| int | slot | ||
| ) |
| LADSPAInstanceMono::~LADSPAInstanceMono | ( | ) |
| void LADSPAInstanceMono::connect | ( | unsigned long | port, |
| LADSPA_Data * | buffer | ||
| ) | [virtual] |
Implements LADSPAInstance.
Definition at line 70 of file ladspainstancemono.cpp.

| void LADSPAInstanceMono::process | ( | const CSAMPLE * | pInLeft, |
| const CSAMPLE * | pInRight, | ||
| const CSAMPLE * | pOutLeft, | ||
| const CSAMPLE * | pOutRight, | ||
| const int | iBufferSize | ||
| ) | [virtual] |
Implements LADSPAInstance.
Definition at line 60 of file ladspainstancemono.cpp.
