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


Public Member Functions | |
| LADSPAInstanceStereo (const LADSPA_Descriptor *descriptor, int slot) | |
| ~LADSPAInstanceStereo () | |
| 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 22 of file ladspainstancestereo.h.
| LADSPAInstanceStereo::LADSPAInstanceStereo | ( | const LADSPA_Descriptor * | descriptor, |
| int | slot | ||
| ) |
| LADSPAInstanceStereo::~LADSPAInstanceStereo | ( | ) |
| void LADSPAInstanceStereo::connect | ( | unsigned long | port, |
| LADSPA_Data * | buffer | ||
| ) | [virtual] |
Implements LADSPAInstance.
Definition at line 79 of file ladspainstancestereo.cpp.

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