fxProgram 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
 '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


Detailed Description

Program (fxp) structure.


Member Data Documentation

VstInt32 fxProgram::byteSize
 

size of this chunk, excl. magic + byteSize

VstInt32 fxProgram::chunkMagic
 

'CcnK'

VstInt32 fxProgram::fxID
 

fx unique ID

VstInt32 fxProgram::fxMagic
 

'FxCk'

VstInt32 fxProgram::fxVersion
 

fx version

VstInt32 fxProgram::numParams
 

number of parameters

float fxProgram::params[1]
 

variable sized array with parameter values

char fxProgram::prgName[28]
 

program name

VstInt32 fxProgram::version
 

format version


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

Copyright ©2006 Steinberg Media Technologies. All Rights Reserved.