#include "Distortion.h"
#include "EffectEditor.h"
#include "LoadEffects.h"
#include <cmath>
#include <algorithm>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/valgen.h>
#include <wx/log.h>
#include <wx/slider.h>
#include <wx/stattext.h>
#include <wx/weakref.h>
#include "Prefs.h"
#include "ShuttleGui.h"
#include "../widgets/valnum.h"
Go to the source code of this file.
|
#define | M_PI 3.1415926535897932384626433832795 |
|
#define | M_PI_2 1.57079632679489661923132169163975 |
|
◆ M_PI
#define M_PI 3.1415926535897932384626433832795 |
◆ M_PI_2
#define M_PI_2 1.57079632679489661923132169163975 |
◆ defaultLabel()