25 #ifndef AAX_ITAPERDELEGATE_H
26 #define AAX_ITAPERDELEGATE_H
Defines the taper conversion behavior for a parameter.
Definition: AAX_ITaperDelegate.h:73
virtual ~AAX_ITaperDelegateBase()
Virtual destructor.
Definition: AAX_ITaperDelegate.h:79
Classes for conversion to and from normalized parameter values.
Definition: AAX_ITaperDelegate.h:89
virtual T NormalizedToReal(double normalizedValue) const =0
Converts a normalized value to a real value.
virtual T ConstrainRealValue(T value) const =0
Applies a contraint to the value and returns the constrained value.
virtual AAX_ITaperDelegate * Clone() const =0
Constructs and returns a copy of the taper delegate.
virtual T GetMaximumValue() const =0
Returns the taper's maximum real value.
virtual double RealToNormalized(T realValue) const =0
Normalizes a real parameter value.
virtual T GetMinimumValue() const =0
Returns the taper's minimum real value.