ASPiK SDK
|
The LogTaperDelegate object encapsulates a log parameter. Note that the standard log potentiometer in electronics is actually anti-log! This is used in the construction of AAX parameters. More...
#include <LogTaperDelegate.h>
Public Member Functions | |
LogTaperDelegate (T minValue=0, T maxValue=1) | |
LogTaperDelegate< T, RealPrecision > * | Clone () const |
T | GetMinimumValue () const |
T | GetMaximumValue () const |
T | ConstrainRealValue (T value) const |
T | NormalizedToReal (double normalizedValue) const |
double | RealToNormalized (T realValue) const |
Protected Member Functions | |
T | Round (double iValue) const |
double | calcLogParameter (double fNormalizedParam) const |
double | calcLogPluginValue (double fPluginValue) const |
The LogTaperDelegate object encapsulates a log parameter. Note that the standard log potentiometer in electronics is actually anti-log! This is used in the construction of AAX parameters.
NOTES: