#include "VSTEffectsModule.h"
#include "ModuleManager.h"
#include "wxArrayStringEx.h"
#include <Windows.h>
#include <shlwapi.h>
#include <wx/tokenzr.h>
#include <wx/utils.h>
Go to the source code of this file.
|
| #define | VSTPATH wxT("/Library/Audio/Plug-Ins/VST") |
| |
◆ VSTPATH
| #define VSTPATH wxT("/Library/Audio/Plug-Ins/VST") |
◆ DECLARE_BUILTIN_PROVIDER()
| DECLARE_BUILTIN_PROVIDER |
( |
VSTBuiltin |
| ) |
|
◆ DECLARE_PROVIDER_ENTRY()
| DECLARE_PROVIDER_ENTRY |
( |
AudacityModule |
| ) |
|
Definition at line 37 of file VSTEffectsModule.cpp.
38{
39
40
41 return std::make_unique<VSTEffectsModule>();
42}