I don’t need the tone/soundfont, I just need the midi file that is inside the .ssf file.
I’ve downloaded the .ssf file from the Zophar’s Music Domain / and click on “Download original music files (224 MB)”
I seem to understand that first you need to get the .SEQ from the .SSF, using VGMToolBox -> Misc. Tools, xSF Tools, SSF, seqext/tonext Front End, I tried using it with drag & drop, it say “completed” but nothing really happened, it says something about needing Python.
Also I’ve tried downloading SEQ2MID but I really don’t understand how that work, probably you need to install python but I am not a programmer and don’t know what to do.
If someone can make a video tutorial, or explain here, or just convert the files from the Zophar site I linked for me, I appreciate it very much!
Ok so I tried to understand how it works, I’ve installed python and run the .py script (downloaded from here) using CMD (execute from the directory of the script) but then it returned this:
EDIT: Ok now I’ve managed to make it works by downloading Python 2.7.13 that is an old version. But now I don’t actually know what to do
I just write in the CMD: python D:\Download\tonseqext\seqext.py Sikok.ssf D:\Download\tonseqext\output
I wanted to say that when I extract from .seq to .midi using DosBox, sometimes it extract only a part of the song in MIDI, it finish too early.
I noticed that very short songs are done correctly. Why long songs don’t work?
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);