Description | Hierarchy | Fields | Methods | Properties |
type TFXChunkSet = packed record
array[0..0] of Single; // variable no. of parameters ——————————————————————– For Preset (Program) (.fxp) with chunk (magic = 'FPCh') ——————————————————————–
chunkMagic: LongInt; |
ByteSize: LongInt; |
fxMagic: LongInt; |
version: LongInt; |
fxID: LongInt; |
fxVersion: LongInt; |
numPrograms: LongInt; |
prgName: array[0..27] of Char; |
chunkSize: LongInt; |
chunk: Pointer; |
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; |