|
Jamba
3.0.2
|
#include <ParamDef.h>
Inherited by pongasoft::VST::IJmbParamDef, and pongasoft::VST::RawVstParamDef.
Public Types | |
| enum | Owner { Owner::kRT, Owner::kGUI } |
Public Member Functions | |
| IParamDef (ParamID const iParamID, TChar const *const iTitle, Owner const iOwner, bool const iTransient) | |
Public Attributes | |
| const Owner | fOwner |
| const ParamID | fParamID |
| const TChar *const | fTitle |
| const bool | fTransient |
Base class for all ParamDef
|
strong |
|
inline |
| const Owner pongasoft::VST::IParamDef::fOwner |
| const ParamID pongasoft::VST::IParamDef::fParamID |
| const TChar* const pongasoft::VST::IParamDef::fTitle |
| const bool pongasoft::VST::IParamDef::fTransient |