1) Make sure your midi file has 14 channels or less (edit the file using FL Studio).
2) Go to File -> Export -> MIDI File in FL Studio to export you file as a MIDI.
3) Open the MIDI file you just created using you hex editor.
4) Search for the first "60" byte using CTRL + F.
5) Change that byte to C0, and press CTRL + S.
6) Import the edited MIDI file using FL Studio, the tempo should be twice as fast. This is normal, do not change the tempo.
7) Repeat step three and four.
8) Search for the first "60" byte and change it to "30", and save the file.
9) Drag and drop the edited midi file to the midi2sseq executable, it should create a new .sseq file.
10) Open the newly created .sseq file using your hex editor.
11) Press CTRL + F, enter "FF C0".
12) Replace the C0 byte with C7, and ADD (not replace) a 00 byte behind it.
13) Repeat step 12 and 13 (if your midi file has, for example, 13 channels, you must do these steps 13 times).
14) Save your file and import it using CrystalTile.
Some notes:
- The steps I gave above might seem unnecessary, but they really are because there are some problems with midi2sseq.
- Your edited file must be smaller than the original .sseq file.
- To make your music loop, take a look at
this tutorial (tip: VGMTrans could help you for sorting out all the bytes).
- SSEQ's are Sound Sequences, SBNK's are like Sound Fonts.
- For more details I refer you to
my guide.
Good luck!