#include <mdaTestToneController.h>
|  | 
|  | ProxyParameter (Parameter *p) | 
|  | 
| bool | setProxy (Parameter *p) | 
|  | 
| Parameter * | getProxy () const | 
|  | 
| const ParameterInfo & | getInfo () const SMTG_OVERRIDE | 
|  | 
| ParameterInfo & | getInfo () SMTG_OVERRIDE | 
|  | 
| void | setUnitID (UnitID id) SMTG_OVERRIDE | 
|  | 
| UnitID | getUnitID () SMTG_OVERRIDE | 
|  | 
| bool | setNormalized (ParamValue v) SMTG_OVERRIDE | 
|  | 
| void | toString (ParamValue _valueNormalized, String128 string) const SMTG_OVERRIDE | 
|  | 
| bool | fromString (const TChar *string, ParamValue &_valueNormalized) const SMTG_OVERRIDE | 
|  | 
| ParamValue | toPlain (ParamValue _valueNormalized) const SMTG_OVERRIDE | 
|  | 
| ParamValue | toNormalized (ParamValue plainValue) const SMTG_OVERRIDE | 
|  | 
| int32 | getPrecision () const SMTG_OVERRIDE | 
|  | 
| void | setPrecision (int32 val) SMTG_OVERRIDE | 
|  | 
|  | Parameter () | 
|  | 
|  | Parameter (const ParameterInfo &) | 
|  | 
|  | Parameter (const TChar *title, ParamID tag, const TChar *units=nullptr, ParamValue defaultValueNormalized=0., int32 stepCount=0, int32 flags=ParameterInfo::kCanAutomate, UnitID unitID=kRootUnitId, const TChar *shortTitle=nullptr) | 
|  | 
|  | ~Parameter () override | 
|  | 
| virtual const ParameterInfo & | getInfo () const | 
|  | 
| virtual ParameterInfo & | getInfo () | 
|  | 
| virtual void | setUnitID (UnitID id) | 
|  | 
| virtual UnitID | getUnitID () | 
|  | 
| ParamValue | getNormalized () const | 
|  | 
| virtual bool | setNormalized (ParamValue v) | 
|  | 
| virtual void | toString (ParamValue valueNormalized, String128 string) const | 
|  | 
| virtual bool | fromString (const TChar *string, ParamValue &valueNormalized) const | 
|  | 
| virtual ParamValue | toPlain (ParamValue valueNormalized) const | 
|  | 
| virtual ParamValue | toNormalized (ParamValue plainValue) const | 
|  | 
| virtual int32 | getPrecision () const | 
|  | 
| virtual void | setPrecision (int32 val) | 
|  | 
◆ ProxyParameter()
◆ setProxy()
◆ getProxy()
◆ getInfo() [1/2]
◆ getInfo() [2/2]
◆ setUnitID()
◆ getUnitID()
◆ setNormalized()
◆ toString()
◆ fromString()
  
  | 
        
          | bool fromString | ( | const TChar * | string, |  
          |  |  | ParamValue & | _valueNormalized |  
          |  | ) |  | const |  | inlinevirtual | 
 
 
◆ toPlain()
◆ toNormalized()
◆ getPrecision()
  
  | 
        
          | int32 getPrecision | ( |  | ) | const |  | inlinevirtual | 
 
 
◆ setPrecision()
  
  | 
        
          | void setPrecision | ( | int32 | val | ) |  |  | inlinevirtual |