Audacity 3.2.0
Namespaces | Variables
PluginDescriptor.cpp File Reference
#include "PluginDescriptor.h"
#include "EffectInterface.h"
#include "ModuleManager.h"
#include "XMLWriter.h"
Include dependency graph for PluginDescriptor.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{PluginDescriptor.cpp}
 

Variables

constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrID = "id"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrPath = "path"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrName = "name"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrVendor = "vendor"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrVersion = "version"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrEffectFamily = "effect_family"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrProviderID = "provider"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrType = "type"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrEnabled = "enabled"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrValid = "valid"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrEffectType = "effect_type"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrEffectDefault = "effect_default"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrEffectRealtime = "effect_realtime"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrEffectAutomatable = "effect_automatable"
 
constexpr auto anonymous_namespace{PluginDescriptor.cpp}::AttrEffectInteractive = "effect_interactive"
 
static constexpr auto After_3_1_string = "00"
 

Variable Documentation

◆ After_3_1_string

constexpr auto After_3_1_string = "00"
staticconstexpr