ASPiK SDK
|
The AntiLogTaperDelegate object encapsulates an anti-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 <AntiLogTaperDelegate.h>
Public Member Functions | |
AntiLogTaperDelegate (T minValue=0, T maxValue=1) | |
AntiLogTaperDelegate< 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 | calcAntiLogParameter (double fNormalizedParam) const |
double | calcAntiLogPluginValue (double fPluginValue) const |
The AntiLogTaperDelegate object encapsulates an anti-log parameter. Note that the standard log potentiometer in electronics is actually anti-log! This is used in the construction of AAX parameters.
NOTES:
NOTES: