|
iPlug2 - C++ Audio Plug-in Framework
|
#include <atomic>#include <cstring>#include <functional>#include <memory>#include "wdlstring.h"#include "IPlugUtilities.h"Go to the source code of this file.
Classes | |
| class | IParam |
| IPlug's parameter class. More... | |
| struct | IParam::Shape |
| Base struct for parameter shaping. More... | |
| struct | IParam::ShapeLinear |
| Linear parameter shaping. More... | |
| struct | IParam::ShapePowCurve |
| PowCurve parameter shaping. More... | |
| struct | IParam::ShapeExp |
| Exponential parameter shaping. More... | |
Variables | |
| BEGIN_IPLUG_NAMESPACE class IParam | WDL_FIXALIGN |
IPlug's parameter class.
Definition in file IPlugParameter.h.