Audacity 3.2.0
|
#include "LadspaEffectBase.h"
#include "ConfigInterface.h"
#include <wx/log.h>
#include <wx/utils.h>
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{LadspaEffectBase.cpp} |
Functions | |
std::pair< float, float > | anonymous_namespace{LadspaEffectBase.cpp}::InputControlPortBounds (const LADSPA_PortRangeHint &hint, double sampleRate) |
float | anonymous_namespace{LadspaEffectBase.cpp}::ClampInputControlValue (const LADSPA_PortRangeHint &hint, float val, float lower, float upper) |
float | anonymous_namespace{LadspaEffectBase.cpp}::InputControlPortDefaultValue (const LADSPA_PortRangeHint &hint, double sampleRate) |