Inheritance diagram for GainParameter:

Public Member Functions | |
| GainParameter (int32 flags, int32 id) | |
| virtual void | toString (ParamValue normValue, String128 string) const |
| virtual bool | fromString (const TChar *string, ParamValue &normValue) const |
Definition at line 63 of file againcontroller.cpp.
Definition at line 75 of file againcontroller.cpp.
| bool GainParameter::fromString | ( | const TChar * | string, | |
| ParamValue & | normValue | |||
| ) | const [virtual] |
Converts a string to a normalized value
Reimplemented from Steinberg::Vst::Parameter.
Definition at line 102 of file againcontroller.cpp.
| void GainParameter::toString | ( | ParamValue | normValue, | |
| String128 | string | |||
| ) | const [virtual] |
Converts a normalized value to a string
Reimplemented from Steinberg::Vst::Parameter.
Definition at line 90 of file againcontroller.cpp.