From 58f8437f4b8b741ddc8e7bcde21bf983cc618430 Mon Sep 17 00:00:00 2001 From: pepper Date: Sat, 10 Jan 2015 21:37:24 -0800 Subject: added vstsdk --- vendor/vstsdk2.4/doc/html/structfx_bank.html | 337 +++++++++++++++++++++++++++ 1 file changed, 337 insertions(+) create mode 100644 vendor/vstsdk2.4/doc/html/structfx_bank.html (limited to 'vendor/vstsdk2.4/doc/html/structfx_bank.html') diff --git a/vendor/vstsdk2.4/doc/html/structfx_bank.html b/vendor/vstsdk2.4/doc/html/structfx_bank.html new file mode 100644 index 0000000..7cffb4d --- /dev/null +++ b/vendor/vstsdk2.4/doc/html/structfx_bank.html @@ -0,0 +1,337 @@ + + +VST SDK 2.4: fxBank Struct Reference + + + + +
+
+
+
+

fxBank 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
 'FxBk' (regular) or 'FBCh' (opaque chunk)
VstInt32 version
 format version (1 or 2)
VstInt32 fxID
 fx unique ID
VstInt32 fxVersion
 fx version
VstInt32 numPrograms
 number of programs
VstInt32 currentProgram
 version 2: current program number
char future [124]
 reserved, should be zero
union {
   fxProgram   programs [1]
 variable number of programs
   struct {
      VstInt32   size
 size of bank data
      char   chunk [1]
 variable sized array with opaque bank data
   }   data
 bank chunk data
content
 bank content depending on fxMagic
+


Detailed Description

+Bank (fxb) structure. +

+


Member Data Documentation

+ +
+ +
+ +

+size of this chunk, excl. magic + byteSize +

+ +

+

+ +

+
+ + + + +
char fxBank::chunk[1]
+
+
+ +

+variable sized array with opaque bank data +

+ +

+

+ +

+ +
+ +

+'CcnK' +

+ +

+

+ +

+
+ + + + +
union { ... } fxBank::content
+
+
+ +

+bank content depending on fxMagic +

+ +

+

+ +

+ +
+ +

+version 2: current program number +

+ +

+

+ +

+
+ + + + +
struct { ... } fxBank::data
+
+
+ +

+bank chunk data +

+ +

+

+ +

+
+ + + + +
char fxBank::future[124]
+
+
+ +

+reserved, should be zero +

+ +

+

+ +

+
+ + + + +
VstInt32 fxBank::fxID
+
+
+ +

+fx unique ID +

+ +

+

+ +

+ +
+ +

+'FxBk' (regular) or 'FBCh' (opaque chunk) +

+ +

+

+ +

+ +
+ +

+fx version +

+ +

+

+ +

+ +
+ +

+number of programs +

+ +

+

+ +

+
+ + + + +
fxProgram fxBank::programs[1]
+
+
+ +

+variable number of programs +

+ +

+

+ +

+
+ + + + +
VstInt32 fxBank::size
+
+
+ +

+size of bank data +

+ +

+

+ +

+ +
+ +

+format version (1 or 2) +

+ +

+

+


The documentation for this struct was generated from the following file: + + + + Empty + + + + + + +
+
+
+Copyright ©2006 Steinberg Media Technologies. +All Rights Reserved. +
+ + + -- cgit v1.2.3-70-g09d2