Audacity 3.2.0
Macros | Functions | Variables
LadspaEffectsModule.cpp File Reference
#include "LadspaEffectsModule.h"
#include "ConfigInterface.h"
#include <chrono>
#include <thread>
#include <wx/log.h>
#include <wx/tokenzr.h>
#include <wx/utils.h>
#include "FileNames.h"
#include "ModuleManager.h"
Include dependency graph for LadspaEffectsModule.cpp:

Go to the source code of this file.

Macros

#define LADSPAPATH   wxT("/Library/Audio/Plug-Ins/LADSPA")
 

Functions

 DECLARE_PROVIDER_ENTRY (AudacityModule)
 
 DECLARE_BUILTIN_PROVIDER (LadspaBuiltin)
 

Variables

static const wxChar * kShippedEffects []
 

Macro Definition Documentation

◆ LADSPAPATH

#define LADSPAPATH   wxT("/Library/Audio/Plug-Ins/LADSPA")

Function Documentation

◆ DECLARE_BUILTIN_PROVIDER()

DECLARE_BUILTIN_PROVIDER ( LadspaBuiltin  )

◆ DECLARE_PROVIDER_ENTRY()

DECLARE_PROVIDER_ENTRY ( AudacityModule  )

Definition at line 51 of file LadspaEffectsModule.cpp.

52{
53 // Create and register the importer
54 // Trust the module manager not to leak this
55 return std::make_unique<LadspaEffectsModule>();
56}

Variable Documentation

◆ kShippedEffects

const wxChar* kShippedEffects[]
static
Initial value:
=
{
wxT("sc4_1882.dll"),
}
wxT("CloseDown"))

Definition at line 37 of file LadspaEffectsModule.cpp.

Referenced by LadspaEffectsModule::AutoRegisterPlugins().