Mixxx

LADSPAInstanceMono Class Reference

#include <ladspainstancemono.h>

Inheritance diagram for LADSPAInstanceMono:
Collaboration diagram for LADSPAInstanceMono:

List of all members.

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)

Detailed Description

Definition at line 20 of file ladspainstancemono.h.


Constructor & Destructor Documentation

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

Definition at line 13 of file ladspainstancemono.cpp.

Here is the call graph for this function:

LADSPAInstanceMono::~LADSPAInstanceMono ( )

Definition at line 48 of file ladspainstancemono.cpp.

Here is the call graph for this function:


Member Function Documentation

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

Implements LADSPAInstance.

Definition at line 70 of file ladspainstancemono.cpp.

Here is the call graph for this function:

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.

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