#include <vstfxstore.h>
Public Attributes | |
VstInt32 | chunkMagic |
'CcnK' | |
VstInt32 | byteSize |
size of this chunk, excl. magic + byteSize | |
VstInt32 | fxMagic |
'FxCh', 'FPCh', or 'FBCh' | |
VstInt32 | version |
format version | |
VstInt32 | fxID |
fx unique ID | |
VstInt32 | fxVersion |
fx version | |
VstInt32 | numPrograms |
number of programs | |
VstInt32 | currentProgram |
current program number | |
char | future [124] |
reserved, should be zero | |
VstInt32 | chunkSize |
size of chunk data | |
char | chunk [8] |
variable chunk data |
|
size of this chunk, excl. magic + byteSize
|
|
variable chunk data
|
|
'CcnK'
|
|
size of chunk data
|
|
current program number
|
|
reserved, should be zero
|
|
fx unique ID
|
|
'FxCh', 'FPCh', or 'FBCh'
|
|
fx version
|
|
number of programs
|
|
format version
|