Olive
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Typedefs
vsthost.h File Reference
#include <QDialog>
#include <QLibrary>
#include "effects/effect.h"
#include "include/vestige.h"

Go to the source code of this file.

Classes

class  VSTHost
 

Typedefs

typedef intptr_t(* dispatcherFuncPtr )(AEffect *effect, int32_t opCode, int32_t index, int32_t value, void *ptr, float opt)
 

Typedef Documentation

typedef intptr_t(* dispatcherFuncPtr)(AEffect *effect, int32_t opCode, int32_t index, int32_t value, void *ptr, float opt)