|
Jamba
3.1.0
|
#include <NormalizedState.h>
Classes | |
| struct | SaveOrder |
Public Member Functions | |
| int | getCount () const |
| NormalizedState (SaveOrder const *iSaveOrder) | |
| NormalizedState (NormalizedState const &other) | |
| NormalizedState & | operator= (NormalizedState const &other) |
| virtual tresult | readFromStream (Parameters const *iParameters, IBStreamer &iStreamer) |
| void | set (int iIdx, ParamValue iParamValue) |
| std::string | toString () const |
| virtual tresult | writeToStream (Parameters const *iParameters, IBStreamer &oStreamer) const |
| ~NormalizedState () | |
Public Attributes | |
| SaveOrder const * | fSaveOrder |
| ParamValue * | fValues {nullptr} |
Used to communicate the state between the UI and the RT and read/write to stream
|
explicit |
| pongasoft::VST::NormalizedState::~NormalizedState | ( | ) |
| pongasoft::VST::NormalizedState::NormalizedState | ( | NormalizedState const & | other | ) |
|
inline |
| NormalizedState & pongasoft::VST::NormalizedState::operator= | ( | NormalizedState const & | other | ) |
|
virtual |
|
inline |
| std::string pongasoft::VST::NormalizedState::toString | ( | ) | const |
|
virtual |
| SaveOrder const* pongasoft::VST::NormalizedState::fSaveOrder |
| ParamValue* pongasoft::VST::NormalizedState::fValues {nullptr} |