Audacity 3.2.0
Namespaces | Variables
LV2Preferences.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LV2Preferences
 

Functions

Persistent settings that can apply to any LV2 effect
LV2_API bool LV2Preferences::GetBufferSize (const EffectDefinitionInterface &effect, int &bufferSize)
 
LV2_API bool LV2Preferences::SetBufferSize (const EffectDefinitionInterface &effect, int bufferSize)
 
LV2_API bool LV2Preferences::GetUseLatency (const EffectDefinitionInterface &effect, bool &useLatency)
 
LV2_API bool LV2Preferences::SetUseLatency (const EffectDefinitionInterface &effect, bool useLatency)
 
LV2_API bool LV2Preferences::GetUseGUI (const EffectDefinitionInterface &effect, bool &useGUI)
 
LV2_API bool LV2Preferences::SetUseGUI (const EffectDefinitionInterface &effect, bool useGUI)
 

Variables

constexpr auto LV2Preferences::DEFAULT_BLOCKSIZE = 1048576
 Maximum block size in number of samples (not bytes) More...