VST 3 Examples
VST 3.6.7
SDK for developing VST Plug-in
|
This handles the Plug-in factory in its library. More...
#include <validator.h>
Public Member Functions | |
VstModule (const char *path) | |
~VstModule () | |
bool | isValid () const |
IPluginFactory * | getFactory () |
Data Fields | |
OBJ_METHODS(VstModule, FObject) protected IPluginFactory * | factory |
This handles the Plug-in factory in its library.
~VstModule | ( | ) |
bool isValid | ( | ) | const |
|
inline |
OBJ_METHODS (VstModule, FObject) protected IPluginFactory* factory |