#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 "PlatformCompatibility.h"
#include "PluginInterface.h"
#include "PluginProvider.h"
#include "VST3Utils.h"
#include "VST3Wrapper.h"
Go to the source code of this file.
◆ DECLARE_BUILTIN_PROVIDER()
DECLARE_BUILTIN_PROVIDER |
( |
VST3Builtin |
| ) |
|
◆ DECLARE_PROVIDER_ENTRY()
DECLARE_PROVIDER_ENTRY |
( |
AudacityModule |
| ) |
|
Definition at line 35 of file VST3EffectsModule.cpp.
36{
37
38
39 return std::make_unique<VST3EffectsModule>();
40}