VST 3 SDK VST 3.7
SDK for developing VST plug-in
Vst2xState Struct Reference

structure holding the content of a vst2 fxb format stream More...

#include <vst2persistence.h>

Public Types

using Programs = std::vector< Vst2xProgram >
 

Public Attributes

Programs programs
 
Vst2xChunk chunk
 
int32_t fxUniqueID {0}
 
int32_t fxVersion {0}
 
int32_t currentProgram {0}
 
bool isBypassed {false}
 

Detailed Description

structure holding the content of a vst2 fxb format stream

either the programs member is valid or the chunk member but not both

Member Typedef Documentation

◆ Programs

using Programs = std::vector<Vst2xProgram>

Member Data Documentation

◆ programs

Programs programs

◆ chunk

Vst2xChunk chunk

◆ fxUniqueID

int32_t fxUniqueID {0}

◆ fxVersion

int32_t fxVersion {0}

◆ currentProgram

int32_t currentProgram {0}

◆ isBypassed

bool isBypassed {false}
Empty

Copyright © Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.