Page 3 of 3
Posted: Fri Aug 28, 2009 9:46 am
by Jaklub
I got TFM Music Maker already, but there is no bin export option, so it's rather not useful. Are there any other options?
Posted: Fri Aug 28, 2009 11:52 am
by Shiru
Read /replayers/smd/gcc/readme.txt in TFM Music Maker package to learn how to make it more useful.
There are other options, but they much difficult to use than these two.
Posted: Fri Aug 28, 2009 12:35 pm
by Jaklub
I see. I had old version (1.0). Now I got the 1.4, but what are the other options?
Posted: Fri Aug 28, 2009 12:47 pm
by Shiru
MML compiler. At least
one is already exists, you'll get VGM as output and must code simple replayer.
MIDI to VGM conversion or player. Don't know if there any ready-made solution, remember that someone did experiments. Also, few commercial games had MIDI music.
SMPS with
XM2SMPS. You'll have to somehow hook replayer, and convert/edit music data using few different tools.
Don't forget, you trying to make code for 21-year old game console. There is no 100% complete, easy-to-use solutions.
Posted: Fri Aug 28, 2009 12:50 pm
by Jaklub
Thanks, I'll read about them.
But it would be easier to know how were the tracks from mini genesis devkit made and converted to bin.
Don't forget, you trying to make code for 21-year old game console. There is no 100% complete, easy-to-use solutions.
I remember that.
edit: I have inserted the music into the project, thank you.
Posted: Fri Aug 28, 2009 5:58 pm
by mic_
MML compiler. At least one is already exists, you'll get VGM as output and must code simple replayer.
VGM is not the only output option. It can output the music data in a much more compact format suited for frame-based playback, and playback code is included (done on the z80).
There are a few limitations compared to when VGM output is used - like the number of effect macros you can have, the total size of the song (the data must fit in 32k), and a lack of PCM support in my z80 driver.