Next Generation Emulation banner
1 - 1 of 1 Posts

· Registered
Joined
·
1 Posts
Discussion Starter · #1 ·
I would like to convert my .seq (extracted with seqext.py) files to .midi

I don’t need the tone/soundfont, I just need the midi file that is inside the .SEQ file.

The game is:
Nobunaga no Yabou - Tenshouki with Power Up Kit

So I tried using SEQ2MID with the help of DosBox, and I can get some .midi but there is a problem. The midi I get aren't full songs, some songs just interrupt after 30-40 seconds.
What to do?

I noticed that songs that are not full are converted with this error line:
printf("unknown code: address %x, value %x\n", ftell(fp) - 1, ctl_byte);

It seem that it can't recognize a single note in the .seq and so it stops the conversion there.
 
1 - 1 of 1 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top