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