|
Jamba
3.0.2
|
#include <Parameters.h>
Public Member Functions | |
| RawVstParam | add () const |
| RawVstParamDefBuilder & | defaultValue (ParamValue iDefaultValue) |
| RawVstParamDefBuilder & | flags (int32 iFlags) |
| RawVstParamDefBuilder & | guiOwned () |
| RawVstParamDefBuilder & | precision (int32 iPrecision) |
| RawVstParamDefBuilder & | rtOwned () |
| RawVstParamDefBuilder & | shortTitle (const TChar *iShortTitle) |
| RawVstParamDefBuilder & | stepCount (int32 iStepCount) |
| RawVstParamDefBuilder & | transient (bool iTransient=true) |
| RawVstParamDefBuilder & | unitID (int32 iUnitID) |
| RawVstParamDefBuilder & | units (const TChar *iUnits) |
Public Attributes | |
| ParamValue | fDefaultValue {} |
| int32 | fFlags = ParameterInfo::kCanAutomate |
| IParamDef::Owner | fOwner = IParamDef::Owner::kRT |
| ParamID | fParamID |
| int32 | fPrecision = 4 |
| const TChar * | fShortTitle = nullptr |
| int32 | fStepCount {0} |
| const TChar * | fTitle |
| bool | fTransient = false |
| UnitID | fUnitID = kRootUnitId |
| const TChar * | fUnits = nullptr |
Protected Member Functions | |
| RawVstParamDefBuilder (Parameters *iParameters, ParamID iParamID, const TChar *iTitle) | |
Private Attributes | |
| Parameters * | fParameters |
Friends | |
| class | Parameters |
Implements the builder pattern for ease of build.
|
inlineprotected |
| RawVstParam pongasoft::VST::Parameters::RawVstParamDefBuilder::add | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
| ParamValue pongasoft::VST::Parameters::RawVstParamDefBuilder::fDefaultValue {} |
| int32 pongasoft::VST::Parameters::RawVstParamDefBuilder::fFlags = ParameterInfo::kCanAutomate |
| IParamDef::Owner pongasoft::VST::Parameters::RawVstParamDefBuilder::fOwner = IParamDef::Owner::kRT |
|
private |
| ParamID pongasoft::VST::Parameters::RawVstParamDefBuilder::fParamID |
| int32 pongasoft::VST::Parameters::RawVstParamDefBuilder::fPrecision = 4 |
| const TChar* pongasoft::VST::Parameters::RawVstParamDefBuilder::fShortTitle = nullptr |
| int32 pongasoft::VST::Parameters::RawVstParamDefBuilder::fStepCount {0} |
| const TChar* pongasoft::VST::Parameters::RawVstParamDefBuilder::fTitle |
| bool pongasoft::VST::Parameters::RawVstParamDefBuilder::fTransient = false |
| UnitID pongasoft::VST::Parameters::RawVstParamDefBuilder::fUnitID = kRootUnitId |
| const TChar* pongasoft::VST::Parameters::RawVstParamDefBuilder::fUnits = nullptr |