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 converted fully, are converted with this error line (from the decode.c):
printf("unknown code: address %x, value %x\n", ftell(fp) - 1, ctl_byte);
I've attached all the .seq files, so you can try and see what I mean
It seem that it can't recognize a single note in the .seq and so it stops the conversion there.
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 converted fully, are converted with this error line (from the decode.c):
printf("unknown code: address %x, value %x\n", ftell(fp) - 1, ctl_byte);
I've attached all the .seq files, so you can try and see what I mean
It seem that it can't recognize a single note in the .seq and so it stops the conversion there.