![]() |
Audacity 3.2.0
|
#include <VSTEffect.h>
Public Attributes | |
int32_t | mUniqueID {} |
int32_t | mVersion {} |
int32_t | mNumParams {} |
std::vector< char > | mChunk |
std::unordered_map< wxString, std::optional< double > > | mParamsMap |
Definition at line 81 of file VSTEffect.h.
std::vector<char> VSTEffectSettings::mChunk |
Definition at line 96 of file VSTEffect.h.
Referenced by VSTEffectWrapper::FetchSettings(), VSTEffect::LoadSettings(), and VSTEffectWrapper::StoreSettings().
int32_t VSTEffectSettings::mNumParams {} |
Definition at line 88 of file VSTEffect.h.
Referenced by VSTEffectWrapper::FetchSettings(), VSTEffect::LoadSettings(), and VSTEffectWrapper::StoreSettings().
std::unordered_map<wxString, std::optional<double> > VSTEffectSettings::mParamsMap |
Definition at line 99 of file VSTEffect.h.
Referenced by VSTEffectWrapper::FetchSettings(), VSTEffect::LoadSettings(), VSTEffect::SaveSettings(), and VSTEffectWrapper::StoreSettings().
int32_t VSTEffectSettings::mUniqueID {} |
Definition at line 86 of file VSTEffect.h.
Referenced by VSTEffectWrapper::FetchSettings(), VSTEffect::LoadSettings(), and VSTEffectWrapper::StoreSettings().
int32_t VSTEffectSettings::mVersion {} |
Definition at line 87 of file VSTEffect.h.
Referenced by VSTEffectWrapper::FetchSettings(), and VSTEffect::LoadSettings().