Audacity 3.2.0
Functions | Variables
LoadNyquist.cpp File Reference
#include "LoadNyquist.h"
#include <wx/log.h>
#include "Nyquist.h"
#include "FileNames.h"
#include "PluginManager.h"
#include "ModuleManager.h"
Include dependency graph for LoadNyquist.cpp:

Go to the source code of this file.

Functions

 DECLARE_PROVIDER_ENTRY (AudacityModule)
 
 DECLARE_BUILTIN_PROVIDER (NyquistsEffectBuiltin)
 

Variables

static const wxChar * kShippedEffects []
 

Function Documentation

◆ DECLARE_BUILTIN_PROVIDER()

DECLARE_BUILTIN_PROVIDER ( NyquistsEffectBuiltin  )

◆ DECLARE_PROVIDER_ENTRY()

DECLARE_PROVIDER_ENTRY ( AudacityModule  )

Definition at line 67 of file LoadNyquist.cpp.

68{
69 // Create and register the importer
70 // Trust the module manager not to leak this
71 return std::make_unique<NyquistEffectsModule>();
72}

Variable Documentation

◆ kShippedEffects

const wxChar* kShippedEffects[]
static

Definition at line 26 of file LoadNyquist.cpp.

Referenced by NyquistEffectsModule::AutoRegisterPlugins().