iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
IPlugVST3State Struct Reference

Shared VST3 State management code. More...

#include <IPlugVST3_Common.h>

Static Public Member Functions

template<class T >
static bool GetState (T *pPlug, Steinberg::IBStream *pState)
 
template<class T >
static bool SetState (T *pPlug, Steinberg::IBStream *pState)
 

Detailed Description

Shared VST3 State management code.

Definition at line 22 of file IPlugVST3_Common.h.

Member Function Documentation

◆ GetState()

template<class T >
static bool IPlugVST3State::GetState ( T *  pPlug,
Steinberg::IBStream *  pState 
)
inlinestatic

Definition at line 25 of file IPlugVST3_Common.h.

◆ SetState()

template<class T >
static bool IPlugVST3State::SetState ( T *  pPlug,
Steinberg::IBStream *  pState 
)
inlinestatic

Definition at line 50 of file IPlugVST3_Common.h.


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