Gran Turismo SEQ to MIDI converter by xan1242 at 12:22 AM EDT on September 5, 2019
Hi all,
I'm working on a tool to convert GT's seq files (SEQG magic) to MIDI. I've made little progress on the tool but as soon as it's ready I'll post the source on GitHub.
Right now I've only been able to convert the first track of spu_09.seq (from GT2)
(midi was reexported thru cakewalk to optimize it for now)
I'm still deciphering the commands/events of this format so it's far from finished.
Another note I'd like to add: on some other midis, like in the track "From the east" (aka east city) the drums are perfectly mapped to the Sound Canvas.
Didn't look at them yet, I'll try some stuff out later when I get home.
The .ins files shouldn't be too difficult to decipher, I assume it's just a custom container for .vab files just like this is for standard ps1 seq files.