Audacity 3.2.0
|
#include <PluginProvider.h>
Public Member Functions | |
virtual void | Validate (ComponentInterface &pluginInterface)=0 |
virtual | ~Validator () |
[Optional] Implementation may provide plugin validator that may be used to perform additional checks. It's expected that validation does actions that possibly can crash or throw, for that reason it's not supposed to run within a main process.
Definition at line 91 of file PluginProvider.h.
|
virtualdefault |
|
pure virtual |
pluginInterface | loaded plugin |
Implemented in VST3PluginValidator, and anonymous_namespace{LoadLV2.cpp}::LV2PluginValidator.