#include "LoadNyquist.h"
#include <wx/log.h>
#include "NyquistBase.h"
#include "FileNames.h"
#include "PluginManager.h"
#include "ModuleManager.h"
#include <nyx.h>
Go to the source code of this file.
◆ DECLARE_BUILTIN_PROVIDER()
DECLARE_BUILTIN_PROVIDER |
( |
NyquistsEffectBuiltin |
| ) |
|
◆ DECLARE_PROVIDER_ENTRY()
DECLARE_PROVIDER_ENTRY |
( |
AudacityModule |
| ) |
|
Definition at line 68 of file LoadNyquist.cpp.
69{
70
71
72 return std::make_unique<NyquistEffectsModule>();
73}
◆ kShippedEffects
const wxChar* kShippedEffects[] |
|
static |
Initial value:=
{
wxT(
"adjustable-fade.ny"),
wxT(
"crossfadeclips.ny"),
wxT(
"crossfadetracks.ny"),
wxT(
"legacy-limiter.ny"),
wxT(
"nyquist-plug-in-installer.ny"),
wxT(
"sample-data-export.ny"),
wxT(
"sample-data-import.ny"),
wxT(
"spectral-delete.ny"),
wxT(
"SpectralEditMulti.ny"),
wxT(
"SpectralEditParametricEQ.ny"),
wxT(
"SpectralEditShelves.ny"),
}
Definition at line 28 of file LoadNyquist.cpp.
Referenced by NyquistEffectsModule::AutoRegisterPlugins().