Audacity 3.2.0
Classes | Functions
VST3EffectsModule.cpp File Reference
#include "VST3EffectsModule.h"
#include <stdexcept>
#include <wx/stdpaths.h>
#include <wx/dir.h>
#include <wx/log.h>
#include <wx/utils.h>
#include "AudacityVst3HostApplication.h"
#include "ModuleManager.h"
#include "wxArrayStringEx.h"
#include "PluginInterface.h"
#include "PluginProvider.h"
#include "VST3Utils.h"
#include "VST3Wrapper.h"
Include dependency graph for VST3EffectsModule.cpp:

Go to the source code of this file.

Classes

class  VST3PluginTraverser
 
class  VST3PluginValidator
 

Functions

 DECLARE_PROVIDER_ENTRY (AudacityModule)
 
 DECLARE_BUILTIN_PROVIDER (VST3Builtin)
 

Function Documentation

◆ DECLARE_BUILTIN_PROVIDER()

DECLARE_BUILTIN_PROVIDER ( VST3Builtin  )

◆ DECLARE_PROVIDER_ENTRY()

DECLARE_PROVIDER_ENTRY ( AudacityModule  )

Definition at line 34 of file VST3EffectsModule.cpp.

35{
36 // Create our effects module and register
37 // Trust the module manager not to leak this
38 return std::make_unique<VST3EffectsModule>();
39}