#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"
Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
ID_Duration | |
ID_Toggles | |
ID_Sliders | |
ID_Texts | |
Definition at line 34 of file LadspaEditor.cpp.
◆ ControlValueTolerance
constexpr float ControlValueTolerance = 1.0e-5f |
|
constexpr |