| 
    VST 3 SDK VST 3.8
    
   SDK for developing VST plug-in 
   | 
 
#include "public.sdk/source/vst/utility/vst2persistence.h"#include "pluginterfaces/base/fplatform.h"#include <limits>Namespaces | |
| namespace | VST3 | 
| namespace | VST3::IO | 
Functions | |
| Optional< Vst2xState > | tryVst2StateLoad (Steinberg::IBStream &stream, Optional< int32_t > vst2xUniqueID={}) noexcept | 
| Try loading the state from an old vst2 fxb format stream.   | |
| bool | writeVst2State (const Vst2xState &state, Steinberg::IBStream &stream, bool writeBypassState=true) noexcept | 
| Write a vst2 fxb stream.   | |
| Optional< Vst2xProgram > | tryVst2ProgramLoad (Steinberg::IBStream &stream, Optional< int32_t > vst2xUniqueID) noexcept | 
| Try loading the state from on old vst2 fxp format stream.   | |