Audacity 3.2.0
Public Member Functions | List of all members
VSTEffectLink Class Referenceabstract

#include <VSTControl.h>

Inheritance diagram for VSTEffectLink:
[legend]

Public Member Functions

virtual ~VSTEffectLink ()
 
virtual intptr_t callDispatcher (int opcode, int index, intptr_t value, void *ptr, float opt)=0
 

Detailed Description

Definition at line 18 of file VSTControl.h.

Constructor & Destructor Documentation

◆ ~VSTEffectLink()

virtual VSTEffectLink::~VSTEffectLink ( )
inlinevirtual

Definition at line 21 of file VSTControl.h.

21{};

Member Function Documentation

◆ callDispatcher()

virtual intptr_t VSTEffectLink::callDispatcher ( int  opcode,
int  index,
intptr_t  value,
void *  ptr,
float  opt 
)
pure virtual

Implemented in VSTEffectWrapper.

Referenced by VSTControl::Create(), and VSTControl::~VSTControl().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: