Mixxx

LADSPAInstanceStereo Class Reference

#include <ladspainstancestereo.h>

Inheritance diagram for LADSPAInstanceStereo:
Collaboration diagram for LADSPAInstanceStereo:

List of all members.

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)

Detailed Description

Definition at line 22 of file ladspainstancestereo.h.


Constructor & Destructor Documentation

LADSPAInstanceStereo::LADSPAInstanceStereo ( const LADSPA_Descriptor *  descriptor,
int  slot 
)

Definition at line 13 of file ladspainstancestereo.cpp.

Here is the call graph for this function:

LADSPAInstanceStereo::~LADSPAInstanceStereo ( )

Definition at line 60 of file ladspainstancestereo.cpp.

Here is the call graph for this function:


Member Function Documentation

void LADSPAInstanceStereo::connect ( unsigned long  port,
LADSPA_Data *  buffer 
) [virtual]

Implements LADSPAInstance.

Definition at line 79 of file ladspainstancestereo.cpp.

Here is the call graph for this function:

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.

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