fxChunkSet Struct Reference

#include <vstfxstore.h>

List of all members.

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


Detailed Description

Chunk structure used for fxp and fxb.


Member Data Documentation

VstInt32 fxChunkSet::byteSize
 

size of this chunk, excl. magic + byteSize

char fxChunkSet::chunk[8]
 

variable chunk data

VstInt32 fxChunkSet::chunkMagic
 

'CcnK'

VstInt32 fxChunkSet::chunkSize
 

size of chunk data

VstInt32 fxChunkSet::currentProgram
 

current program number

char fxChunkSet::future[124]
 

reserved, should be zero

VstInt32 fxChunkSet::fxID
 

fx unique ID

VstInt32 fxChunkSet::fxMagic
 

'FxCh', 'FPCh', or 'FBCh'

VstInt32 fxChunkSet::fxVersion
 

fx version

VstInt32 fxChunkSet::numPrograms
 

number of programs

VstInt32 fxChunkSet::version
 

format version


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

Copyright ©2006 Steinberg Media Technologies. All Rights Reserved.