Source position: AIFF.pas line 358
type MIDIDataChunk = record
ckID: UInt32;
ckSize: SInt32;
MIDIdata: SInt8;
end;