Description | Hierarchy | Fields | Methods | Properties |
type TFXSet = packed record
array[0..7] of char; // variable ——————————————————————– For Bank (.fxb) without chunk (magic = 'FxBk') ——————————————————————–
chunkMagic: LongInt; |
ByteSize: LongInt; |
fxMagic: LongInt; |
version: LongInt; |
fxID: LongInt; |
fxVersion: LongInt; |
numPrograms: LongInt; |
future: array[0..127] of Byte; |
programs: Pointer; |
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; |