Audacity 3.2.0
|
#include <VSTWrapper.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 70 of file VSTWrapper.h.
std::vector<char> VSTSettings::mChunk |
Definition at line 85 of file VSTWrapper.h.
Referenced by VSTWrapper::FetchSettings(), VSTEffectBase::LoadSettings(), and VSTWrapper::StoreSettings().
int32_t VSTSettings::mNumParams {} |
Definition at line 77 of file VSTWrapper.h.
Referenced by VSTWrapper::FetchSettings(), VSTEffectBase::LoadSettings(), and VSTWrapper::StoreSettings().
std::unordered_map<wxString, std::optional<double> > VSTSettings::mParamsMap |
Definition at line 88 of file VSTWrapper.h.
Referenced by VSTWrapper::FetchSettings(), VSTEffectBase::LoadSettings(), VSTEffectBase::SaveSettings(), and VSTWrapper::StoreSettings().
int32_t VSTSettings::mUniqueID {} |
Definition at line 75 of file VSTWrapper.h.
Referenced by VSTWrapper::FetchSettings(), VSTEffectBase::LoadSettings(), and VSTWrapper::StoreSettings().
int32_t VSTSettings::mVersion {} |
Definition at line 76 of file VSTWrapper.h.
Referenced by VSTWrapper::FetchSettings(), and VSTEffectBase::LoadSettings().