Audacity 3.2.0
Namespaces | Functions | Variables
LadspaInstance.cpp File Reference
#include "LadspaInstance.h"
#include "ConfigInterface.h"
#include "AudacityException.h"
Include dependency graph for LadspaInstance.cpp:

Go to the source code of this file.

Namespaces

namespace  anonymous_namespace{LadspaInstance.cpp}
 

Functions

std::pair< float, float > anonymous_namespace{LadspaInstance.cpp}::InputControlPortBounds (const LADSPA_PortRangeHint &hint, double sampleRate)
 
float anonymous_namespace{LadspaInstance.cpp}::ClampInputControlValue (const LADSPA_PortRangeHint &hint, float val, float lower, float upper)
 
float anonymous_namespace{LadspaInstance.cpp}::InputControlPortDefaultValue (const LADSPA_PortRangeHint &hint, double sampleRate)
 

Variables

static const wchar_t * OptionsKey = L"Options"
 
static const wchar_t * UseLatencyKey = L"UseLatency"
 

Variable Documentation

◆ OptionsKey

const wchar_t* OptionsKey = L"Options"
static

◆ UseLatencyKey

const wchar_t* UseLatencyKey = L"UseLatency"
static