Jamba C++ API  5.1.1
VstParameterImpl Class Reference

Internal class which extends the Vst::Parameter to override toString and delegate to the param def. More...

Inherits Parameter.

Public Member Functions

void toString (ParamValue iNormalizedValue, String128 iString) const override
 
 VstParameterImpl (std::shared_ptr< RawVstParamDef > const &iParamDef)
 

Private Attributes

std::shared_ptr< RawVstParamDef > fParamDef
 

Detailed Description

Internal class which extends the Vst::Parameter to override toString and delegate to the param def.

Constructor & Destructor Documentation

◆ VstParameterImpl()

VstParameterImpl ( std::shared_ptr< RawVstParamDef > const &  iParamDef)
inlineexplicit

Member Function Documentation

◆ toString()

void toString ( ParamValue  iNormalizedValue,
String128  iString 
) const
inlineoverride

Member Data Documentation

◆ fParamDef

std::shared_ptr<RawVstParamDef> fParamDef
private

The documentation for this class was generated from the following file: