#include <vstfxstore.h>
Public Attributes | |
VstInt32 | chunkMagic |
'CcnK' | |
VstInt32 | byteSize |
size of this chunk, excl. magic + byteSize | |
VstInt32 | fxMagic |
'FxCk' | |
VstInt32 | version |
format version | |
VstInt32 | fxID |
fx unique ID | |
VstInt32 | fxVersion |
fx version | |
VstInt32 | numParams |
number of parameters | |
char | prgName [28] |
program name | |
float | params [1] |
variable sized array with parameter values |
|
size of this chunk, excl. magic + byteSize
|
|
'CcnK'
|
|
fx unique ID
|
|
'FxCk'
|
|
fx version
|
|
number of parameters
|
|
variable sized array with parameter values
|
|
program name
|
|
format version
|