Mixxx

EngineLADSPA Class Reference

#include <engineladspa.h>

Inheritance diagram for EngineLADSPA:
Collaboration diagram for EngineLADSPA:

List of all members.

Public Member Functions

 EngineLADSPA ()
 ~EngineLADSPA ()
void process (const CSAMPLE *pIn, const CSAMPLE *pOut, const int iBufferSize)
void addInstance (LADSPAInstance *instance)
EngineLADSPAControlConnectionaddControl (ControlObject *potmeter, LADSPAControl *control)

Static Public Member Functions

static EngineLADSPAgetEngine ()

Detailed Description

Definition at line 32 of file engineladspa.h.


Constructor & Destructor Documentation

EngineLADSPA::EngineLADSPA ( )

Definition at line 20 of file engineladspa.cpp.

EngineLADSPA::~EngineLADSPA ( )

Definition at line 28 of file engineladspa.cpp.


Member Function Documentation

EngineLADSPAControlConnection * EngineLADSPA::addControl ( ControlObject potmeter,
LADSPAControl control 
)

Definition at line 120 of file engineladspa.cpp.

Here is the caller graph for this function:

void EngineLADSPA::addInstance ( LADSPAInstance instance)

Definition at line 115 of file engineladspa.cpp.

Here is the caller graph for this function:

EngineLADSPA * EngineLADSPA::getEngine ( ) [static]

Definition at line 130 of file engineladspa.cpp.

Here is the caller graph for this function:

void EngineLADSPA::process ( const CSAMPLE pIn,
const CSAMPLE pOut,
const int  iBufferSize 
) [virtual]

Implements EngineObject.

Definition at line 32 of file engineladspa.cpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines