![]() |
Audacity 3.2.0
|
#include "../../widgets/wxPanelWrapper.h"
Go to the source code of this file.
Classes | |
class | LV2Preferences::Dialog |
Namespaces | |
namespace | LV2Preferences |
Functions | |
Persistent settings that can apply to any LV2 effect | |
bool | LV2Preferences::GetBufferSize (const EffectDefinitionInterface &effect, int &bufferSize) |
bool | LV2Preferences::SetBufferSize (EffectDefinitionInterface &effect, int bufferSize) |
bool | LV2Preferences::GetUseLatency (const EffectDefinitionInterface &effect, bool &useLatency) |
bool | LV2Preferences::SetUseLatency (EffectDefinitionInterface &effect, bool useLatency) |
bool | LV2Preferences::GetUseGUI (const EffectDefinitionInterface &effect, bool &useGUI) |
bool | LV2Preferences::SetUseGUI (EffectDefinitionInterface &effect, bool useGUI) |
Variables | |
constexpr auto | LV2Preferences::DEFAULT_BLOCKSIZE = 1048576 |
Maximum block size in number of samples (not bytes) More... | |