![]() |
Audacity 3.2.0
|
Functions | |
Persistent settings that can apply to any LV2 effect | |
| LV2_API bool | GetBufferSize (const EffectDefinitionInterface &effect, int &bufferSize) |
| LV2_API bool | SetBufferSize (const EffectDefinitionInterface &effect, int bufferSize) |
| LV2_API bool | GetUseLatency (const EffectDefinitionInterface &effect, bool &useLatency) |
| LV2_API bool | SetUseLatency (const EffectDefinitionInterface &effect, bool useLatency) |
| LV2_API bool | GetUseGUI (const EffectDefinitionInterface &effect, bool &useGUI) |
| LV2_API bool | SetUseGUI (const EffectDefinitionInterface &effect, bool useGUI) |
Variables | |
| constexpr auto | DEFAULT_BLOCKSIZE = 1048576 |
| Maximum block size in number of samples (not bytes) More... | |
| bool LV2Preferences::GetBufferSize | ( | const EffectDefinitionInterface & | effect, |
| int & | bufferSize | ||
| ) |
Definition at line 50 of file LV2Preferences.cpp.
References BufferSizeStr, and anonymous_namespace{LV2Preferences.cpp}::GetSetting().
Referenced by LV2Instance::LV2Instance().
| bool LV2Preferences::GetUseGUI | ( | const EffectDefinitionInterface & | effect, |
| bool & | useGUI | ||
| ) |
Definition at line 74 of file LV2Preferences.cpp.
References anonymous_namespace{LV2Preferences.cpp}::GetSetting(), and UseGUIStr.
Referenced by LV2Effect::PopulateUI().
| bool LV2Preferences::GetUseLatency | ( | const EffectDefinitionInterface & | effect, |
| bool & | useLatency | ||
| ) |
Definition at line 62 of file LV2Preferences.cpp.
References anonymous_namespace{LV2Preferences.cpp}::GetSetting(), and UseLatencyStr.
Referenced by LV2Instance::LV2Instance().
| bool LV2Preferences::SetBufferSize | ( | const EffectDefinitionInterface & | effect, |
| int | bufferSize | ||
| ) |
Definition at line 56 of file LV2Preferences.cpp.
References BufferSizeStr, and anonymous_namespace{LV2Preferences.cpp}::SetSetting().
Referenced by LV2PreferencesDialog::OnOk().
| bool LV2Preferences::SetUseGUI | ( | const EffectDefinitionInterface & | effect, |
| bool | useGUI | ||
| ) |
Definition at line 80 of file LV2Preferences.cpp.
References anonymous_namespace{LV2Preferences.cpp}::SetSetting(), and UseGUIStr.
Referenced by LV2PreferencesDialog::OnOk().
| bool LV2Preferences::SetUseLatency | ( | const EffectDefinitionInterface & | effect, |
| bool | useLatency | ||
| ) |
Definition at line 68 of file LV2Preferences.cpp.
References anonymous_namespace{LV2Preferences.cpp}::SetSetting(), and UseLatencyStr.
Referenced by LV2PreferencesDialog::OnOk().
|
constexpr |
Maximum block size in number of samples (not bytes)
Definition at line 33 of file LV2Preferences.h.
Referenced by LV2PreferencesDialog::PopulateOrExchange().