![]() |
Audacity 3.2.0
|
#include "LV2Wrapper.h"#include "PluginHost.h"#include "PluginInterface.h"#include "LoadLV2.h"#include "ModuleManager.h"#include <cstdlib>#include <cstring>#include <iostream>#include <wx/dynlib.h>#include <wx/filename.h>#include <wx/log.h>#include <wx/utils.h>#include "Internat.h"#include "wxArrayStringEx.h"#include <unordered_map>Go to the source code of this file.
Classes | |
| class | anonymous_namespace{LoadLV2.cpp}::LV2PluginValidator |
Namespaces | |
| namespace | anonymous_namespace{LoadLV2.cpp} |
Macros | |
| #define | LV2PATH wxT("/Library/Audio/Plug-Ins/LV2") |
Typedefs | |
| using | UriHash = std::unordered_map< wxString, LilvNode * > |
Functions | |
| DECLARE_PROVIDER_ENTRY (AudacityModule) | |
| DECLARE_BUILTIN_PROVIDER (LV2sEffectBuiltin) | |
Audacity: A Digital Audio Editor
Audacity(R) is copyright (c) 1999-2008 Audacity Team. License: GPL v2 or later. See License.txt.
Functions that find and load all LV2 plugins on the system.
Definition in file LoadLV2.cpp.
| #define LV2PATH wxT("/Library/Audio/Plug-Ins/LV2") |
| using UriHash = std::unordered_map<wxString, LilvNode*> |
Definition at line 68 of file LoadLV2.cpp.
| DECLARE_BUILTIN_PROVIDER | ( | LV2sEffectBuiltin | ) |
| DECLARE_PROVIDER_ENTRY | ( | AudacityModule | ) |
Definition at line 51 of file LoadLV2.cpp.