#include "EffectInterface.h"
#include "CFResources.h"
#include "XMLTagHandler.h"
#include <wx/dynlib.h>
#include <wx/string.h>
#include <unordered_map>
#include <vector>
#include <mutex>
#include <thread>
#include "aeffectx.h"
Go to the source code of this file.
|
typedef intptr_t(* | dispatcherFn) (AEffect *effect, int opCode, int index, intptr_t value, void *ptr, float opt) |
|
typedef void(* | processFn) (AEffect *effect, float **inputs, float **outputs, int sampleframes) |
|
typedef void(* | setParameterFn) (AEffect *effect, int index, float parameter) |
|
typedef float(* | getParameterFn) (AEffect *effect, int index) |
|
typedef AEffect *(* | vstPluginMain) (audioMasterCallback audioMaster) |
|
typedef struct __CFBundle * | CFBundleRef |
|
typedef signed short | SInt16 |
|
typedef SInt16 | CFBundleRefNum |
|
◆ CFBundleRef
◆ CFBundleRefNum
◆ dispatcherFn
typedef intptr_t(* dispatcherFn) (AEffect *effect, int opCode, int index, intptr_t value, void *ptr, float opt) |
◆ getParameterFn
typedef float(* getParameterFn) (AEffect *effect, int index) |
◆ processFn
typedef void(* processFn) (AEffect *effect, float **inputs, float **outputs, int sampleframes) |
◆ setParameterFn
typedef void(* setParameterFn) (AEffect *effect, int index, float parameter) |
◆ SInt16
◆ vstPluginMain