Delphi ASIO & VST Package: DVSTEffect: packed record TFXPreset

Delphi ASIO & VST

packed record TFXPreset

DescriptionHierarchyFieldsMethodsProperties

Unit

DVSTEffect

Declaration

type TFXPreset = packed record

Description

——————————————————————– For Preset (Program) (.fxp) without chunk (magic = 'FxCk') ——————————————————————–

Overview

Fields

chunkMagic: LongInt;
ByteSize: LongInt;
fxMagic: LongInt;
version: LongInt;
fxID: LongInt;
fxVersion: LongInt;
numParams: LongInt;
prgName: array[0..27] of Char;
params: Pointer;

Description

Fields

chunkMagic: LongInt;
 
ByteSize: LongInt;

'CcnK'

fxMagic: LongInt;

of this chunk, excl. magic + ByteSize

version: LongInt;

'FxCk'

fxID: LongInt;
 
fxVersion: LongInt;

fx unique id

numParams: LongInt;
 
prgName: array[0..27] of Char;
 
params: Pointer;
 

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