Delphi ASIO & VST Package: DVSTEffect: packed record TFXSet

Delphi ASIO & VST

packed record TFXSet

DescriptionHierarchyFieldsMethodsProperties

Unit

DVSTEffect

Declaration

type TFXSet = packed record

Description

array[0..7] of char; // variable ——————————————————————– For Bank (.fxb) without chunk (magic = 'FxBk') ——————————————————————–

Overview

Fields

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

Description

Fields

chunkMagic: LongInt;
 
ByteSize: LongInt;

'CcnK'

fxMagic: LongInt;

of this chunk, excl. magic + ByteSize

version: LongInt;

'FxBk'

fxID: LongInt;
 
fxVersion: LongInt;

fx unique id

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

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