|
Jamba
3.1.0
|
#include <pongasoft/Utils/Misc.h>#include <pongasoft/VST/Types.h>#include <pluginterfaces/vst/vsttypes.h>#include <pluginterfaces/vst/ivstparameterchanges.h>#include <pluginterfaces/base/ustring.h>#include <base/source/fstring.h>#include <pluginterfaces/base/ftypes.h>#include <cmath>#include <algorithm>#include <memory>#include <string>#include <array>#include <vector>#include <type_traits>Go to the source code of this file.
Namespaces | |
| pongasoft | |
| pongasoft::VST | |
Typedefs | |
| using | pongasoft::VST::Percent = double |
Functions | |
| template<typename IntType = int> | |
| static ParamValue | pongasoft::VST::convertDiscreteValueToNormalizedValue (int32 iStepCount, IntType iDiscreteValue) |
| template<typename IntType = int> | |
| static IntType | pongasoft::VST::convertNormalizedValueToDiscreteValue (int32 iStepCount, ParamValue iNormalizedValue) |