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

#include <VSTWrapper.h>

Inheritance diagram for VSTLink:
[legend]

Public Member Functions

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

Detailed Description

Definition at line 63 of file VSTWrapper.h.

Constructor & Destructor Documentation

◆ ~VSTLink()

virtual VSTLink::~VSTLink ( )
inlinevirtual

Definition at line 66 of file VSTWrapper.h.

66{};

Member Function Documentation

◆ callDispatcher()

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

Implemented in VSTWrapper.

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: