Source position: sdl_mixer.pas line 264
type TMidiEvent = record
time: LongInt;
channel: UInt8;
type_: UInt8;
a: UInt8;
b: UInt8;
end;