Description | Hierarchy | Fields | Methods | Properties |
type TFXPreset = packed record
——————————————————————– For Preset (Program) (.fxp) without chunk (magic = 'FxCk') ——————————————————————–
chunkMagic: LongInt; |
ByteSize: LongInt; |
fxMagic: LongInt; |
version: LongInt; |
fxID: LongInt; |
fxVersion: LongInt; |
numParams: LongInt; |
prgName: array[0..27] of Char; |
params: Pointer; |
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; |