Delphi ASIO & VST Package: DVSTEffect: packed record TFXChunkSet

Delphi ASIO & VST

packed record TFXChunkSet

DescriptionHierarchyFieldsMethodsProperties

Unit

DVSTEffect

Declaration

type TFXChunkSet = packed record

Description

array[0..0] of Single; // variable no. of parameters ——————————————————————– For Preset (Program) (.fxp) with chunk (magic = 'FPCh') ——————————————————————–

Overview

Fields

chunkMagic: LongInt;
ByteSize: LongInt;
fxMagic: LongInt;
version: LongInt;
fxID: LongInt;
fxVersion: LongInt;
numPrograms: LongInt;
prgName: array[0..27] of Char;
chunkSize: LongInt;
chunk: Pointer;

Description

Fields

chunkMagic: LongInt;
 
ByteSize: LongInt;

'CcnK'

fxMagic: LongInt;

of this chunk, excl. magic + ByteSize

version: LongInt;

'FPCh'

fxID: LongInt;
 
fxVersion: LongInt;

fx unique id

numPrograms: LongInt;
 
prgName: array[0..27] of Char;
 
chunkSize: LongInt;
 
chunk: Pointer;
 

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