Audacity 3.2.0
Classes | Enumerations | Variables
LadspaEditor.cpp File Reference
#include "LadspaEditor.h"
#include <float.h>
#include <wx/checkbox.h>
#include <wx/dcclient.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/scrolwin.h>
#include "ShuttleGui.h"
#include "../../widgets/NumericTextCtrl.h"
#include "../../widgets/valnum.h"
Include dependency graph for LadspaEditor.cpp:

Go to the source code of this file.

Classes

class  LadspaEffectMeter
 

Enumerations

enum  { ID_Duration = 20000 , ID_Toggles = 21000 , ID_Sliders = 22000 , ID_Texts = 23000 }
 

Variables

constexpr float ControlValueTolerance = 1.0e-5f
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
ID_Duration 
ID_Toggles 
ID_Sliders 
ID_Texts 

Definition at line 34 of file LadspaEditor.cpp.

35{
36 ID_Duration = 20000,
37 ID_Toggles = 21000,
38 ID_Sliders = 22000,
39 ID_Texts = 23000,
40};
@ ID_Texts
@ ID_Duration
@ ID_Sliders
@ ID_Toggles

Variable Documentation

◆ ControlValueTolerance

constexpr float ControlValueTolerance = 1.0e-5f
constexpr