Audacity 3.2.0
Macros | Functions
VSTEffectsModule.cpp File Reference
#include "VSTEffectsModule.h"
#include "ModuleManager.h"
#include "wxArrayStringEx.h"
#include <Windows.h>
#include <shlwapi.h>
#include <wx/tokenzr.h>
#include <wx/utils.h>
Include dependency graph for VSTEffectsModule.cpp:

Go to the source code of this file.

Macros

#define VSTPATH   wxT("/Library/Audio/Plug-Ins/VST")
 

Functions

 DECLARE_PROVIDER_ENTRY (AudacityModule)
 
 DECLARE_BUILTIN_PROVIDER (VSTBuiltin)
 

Macro Definition Documentation

◆ VSTPATH

#define VSTPATH   wxT("/Library/Audio/Plug-Ins/VST")

Function Documentation

◆ DECLARE_BUILTIN_PROVIDER()

DECLARE_BUILTIN_PROVIDER ( VSTBuiltin  )

◆ DECLARE_PROVIDER_ENTRY()

DECLARE_PROVIDER_ENTRY ( AudacityModule  )

Definition at line 37 of file VSTEffectsModule.cpp.

38{
39 // Create our effects module and register
40 // Trust the module manager not to leak this
41 return std::make_unique<VSTEffectsModule>();
42}