VST 3 Examples VST 3.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 () override | |
bool | isValid () const |
IPluginFactory * | getFactory () |
Public Attributes | |
OBJ_METHODS(VstModule, FObject) protected IPluginFactory * | factory |
This handles the plug-in factory in its library.
|
override |
bool isValid | ( | ) | const |
|
inline |
OBJ_METHODS (VstModule, FObject) protected IPluginFactory* factory |