|
LMMS
|
#include "pluginterfaces/base/ftypes.h"Go to the source code of this file.
Namespaces | |
| namespace | Steinberg |
Macros | |
| #define | CCONST(a, b, c, d) |
Functions | |
| template<class T> | |
| const T & | Steinberg::Min (const T &a, const T &b) |
| template<class T> | |
| const T & | Steinberg::Max (const T &a, const T &b) |
| template<class T> | |
| T | Steinberg::Abs (const T &value) |
| template<class T> | |
| T | Steinberg::Sign (const T &value) |
| template<class T> | |
| T | Steinberg::Bound (T minval, T maxval, T x) |
| template<class T> | |
| void | Steinberg::Swap (T &t1, T &t2) |
| template<class T> | |
| bool | Steinberg::IsApproximateEqual (T t1, T t2, T epsilon) |
| template<class T> | |
| T | Steinberg::ToNormalized (const T &value, const int32 numSteps) |
| template<class T> | |
| int32 | Steinberg::FromNormalized (const T &norm, const int32 numSteps) |