Delphi ASIO & VST Package: DVSTEffect: packed record TFXChunkBank

Delphi ASIO & VST

packed record TFXChunkBank

DescriptionHierarchyFieldsMethodsProperties

Unit

DVSTEffect

Declaration

type TFXChunkBank = packed record

Description

array[0..0] of fxPreset; // variable no. of programs ——————————————————————– For Bank (.fxb) with chunk (magic = 'FBCh') ——————————————————————–

Overview

Fields

chunkMagic: LongInt;
ByteSize: LongInt;
fxMagic: LongInt;
version: LongInt;
fxID: LongInt;
fxVersion: LongInt;
numPrograms: LongInt;
future: array[0..127] of Byte;
chunkSize: LongInt;
chunk: Pointer;

Description

Fields

chunkMagic: LongInt;
 
ByteSize: LongInt;

'CcnK'

fxMagic: LongInt;

of this chunk, excl. magic + ByteSize

version: LongInt;

'FBCh'

fxID: LongInt;
 
fxVersion: LongInt;

fx unique id

numPrograms: LongInt;
 
future: array[0..127] of Byte;
 
chunkSize: LongInt;
 
chunk: Pointer;
 

Generated by PasDoc 0.10.0 on 2007-11-13 13:04:20