VST 3 SDK VST 3.8
SDK for developing VST plug-in
|
#include <moduleinit.h>
Public Member Functions | |
ModuleInitializer (ModuleInitFunction &&func, ModuleInitPriority prio=DefaultModulePriority) | |
Register a function which is called when the module is loaded. | |
ModuleInitializer | ( | ModuleInitFunction && | func, |
ModuleInitPriority | prio = DefaultModulePriority ) |
Register a function which is called when the module is loaded.
func | function to call |
prio | priority |