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


Public Member Functions | |
| EngineLADSPA () | |
| ~EngineLADSPA () | |
| void | process (const CSAMPLE *pIn, const CSAMPLE *pOut, const int iBufferSize) |
| void | addInstance (LADSPAInstance *instance) |
| EngineLADSPAControlConnection * | addControl (ControlObject *potmeter, LADSPAControl *control) |
Static Public Member Functions | |
| static EngineLADSPA * | getEngine () |
Definition at line 32 of file engineladspa.h.
| EngineLADSPA::EngineLADSPA | ( | ) |
Definition at line 20 of file engineladspa.cpp.
| EngineLADSPA::~EngineLADSPA | ( | ) |
Definition at line 28 of file engineladspa.cpp.
| EngineLADSPAControlConnection * EngineLADSPA::addControl | ( | ControlObject * | potmeter, |
| LADSPAControl * | control | ||
| ) |
| void EngineLADSPA::addInstance | ( | LADSPAInstance * | instance | ) |
| EngineLADSPA * EngineLADSPA::getEngine | ( | ) | [static] |
| void EngineLADSPA::process | ( | const CSAMPLE * | pIn, |
| const CSAMPLE * | pOut, | ||
| const int | iBufferSize | ||
| ) | [virtual] |
Implements EngineObject.
Definition at line 32 of file engineladspa.cpp.
