newbie's questions
Moderator: BigEvilCorporation
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.
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.
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.
edit: I have inserted the music into the project, thank you.
But it would be easier to know how were the tracks from mini genesis devkit made and converted to bin.
I remember that.Don't forget, you trying to make code for 21-year old game console. There is no 100% complete, easy-to-use solutions.
edit: I have inserted the music into the project, thank you.
Last edited by Jaklub on Sat Aug 29, 2009 10:02 pm, edited 1 time in total.
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).MML compiler. At least one is already exists, you'll get VGM as output and must code simple replayer.
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.