Description | Hierarchy | Fields | Methods | Properties |
type TFXChunkBank = packed record
array[0..0] of fxPreset; // variable no. of programs ——————————————————————– For Bank (.fxb) with chunk (magic = 'FBCh') ——————————————————————–
chunkMagic: LongInt; |
ByteSize: LongInt; |
fxMagic: LongInt; |
version: LongInt; |
fxID: LongInt; |
fxVersion: LongInt; |
numPrograms: LongInt; |
future: array[0..127] of Byte; |
chunkSize: LongInt; |
chunk: Pointer; |
chunkMagic: LongInt; |
ByteSize: LongInt; |
'CcnK' |
fxMagic: LongInt; |
of this chunk, excl. magic + ByteSize |
version: LongInt; |
'FBCh' |
fxID: LongInt; |
fxVersion: LongInt; |
fx unique id |
numPrograms: LongInt; |
future: array[0..127] of Byte; |
chunkSize: LongInt; |
chunk: Pointer; |