Jamba  3.0.2
pongasoft::VST::RawParamConverter Class Reference

#include <ParamConverters.h>

Inherits pongasoft::VST::IParamConverter< ParamValue >.

Public Member Functions

ParamValue denormalize (ParamValue iNormalizedValue) const override
 
ParamValue normalize (ParamValue const &iValue) const override
 
void toString (ParamValue const &iValue, String128 oString, int32 iPrecision) const override
 
- Public Member Functions inherited from pongasoft::VST::IParamConverter< ParamValue >
virtual int getStepCount () const
 
virtual std::string toString (ParamType const &iValue, int32 iPrecision) const
 

Static Public Member Functions

static void staticToString (ParamValue const &iValue, String128 oString, int32 iPrecision)
 

Additional Inherited Members

- Public Types inherited from pongasoft::VST::IParamConverter< ParamValue >
using ParamType = ParamValue
 

Detailed Description

This parameter is just a no-op wrapper to the ParamValue to adapt it to the use of the ParamConverter concept

Member Function Documentation

◆ denormalize()

ParamValue pongasoft::VST::RawParamConverter::denormalize ( ParamValue  iNormalizedValue) const
inlineoverridevirtual

◆ normalize()

ParamValue pongasoft::VST::RawParamConverter::normalize ( ParamValue const &  iValue) const
inlineoverridevirtual

◆ staticToString()

static void pongasoft::VST::RawParamConverter::staticToString ( ParamValue const &  iValue,
String128  oString,
int32  iPrecision 
)
inlinestatic

◆ toString()

void pongasoft::VST::RawParamConverter::toString ( ParamValue const &  iValue,
String128  oString,
int32  iPrecision 
) const
inlineoverridevirtual

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