Stef
Moldy Popcorn
Posts: 34
|
Post by Stef on Mar 21, 2015 8:26:01 GMT -5
Hi Davidian, Sorry for the late reply, i have been very busy lately. I tested your code and could not reproduce your problem. Here's a rom generated from your BEX code: dl.dropboxusercontent.com/u/93332624/dev/megadrive/test.binI modified the samples as i did not had your but you can heard that music is correctly played. Also here is the compiled XGC file: dl.dropboxusercontent.com/u/93332624/dev/megadrive/temp.xgcYou may try to replace your XGC by this one just to test if it comes from it. If that is the case then maybe you have an older XGMTool version but it shouldn't affect playback in this way, that's weird
|
|
|
Post by Davidian on Mar 22, 2015 5:34:39 GMT -5
|
|
Stef
Moldy Popcorn
Posts: 34
|
Post by Stef on Mar 22, 2015 8:10:29 GMT -5
Nice ! Glad you got it to work
|
|
Stef
Moldy Popcorn
Posts: 34
|
Post by Stef on Mar 23, 2015 5:00:23 GMT -5
|
|
|
Post by fl on Mar 23, 2015 17:50:48 GMT -5
hello Stef i'm re-making all the sounds of my game with your XGM driver, and it works fine. the sounds are very clean and it don't slow the game at all thanks a lot !
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Mar 23, 2015 19:11:24 GMT -5
Does the update fix the speed issue with PAL/NTSC? Or if anyone knows how to convert TFM to VGM where it doesn't speed up on NTSC, that would be very helpful and useful for me
|
|
Stef
Moldy Popcorn
Posts: 34
|
Post by Stef on Mar 24, 2015 5:08:08 GMT -5
Hi Elusive, Can you describe the problem you have exactly ? You export from TFM to VGM then VGM to XGM and your music play too fast ? And on which system you play the final XGM music ? The XGM driver has one restriction: it plays music differently on PAL and NTSC system because all timings are frame based. If the initial VGM file do not indicate PAL / NTSC information then i need to add a flag in the VGM --> XGM conversion to define the target system (PAL or NTSC). That may be the solution That also mean you will have 2 different tracks for PAL and NTSC system (no choice here).
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Mar 24, 2015 5:59:43 GMT -5
Hi Stef, I used tfm to make the tracks and used shiru's vgm music maker to export to vgm. I don't believe there is a setting to choose NTSC or pal and I'm not sure if there's a flag for which region inside of the vgm file. I don't mind having to use 2 sets of tracks for NTSC and pal
|
|
Stef
Moldy Popcorn
Posts: 34
|
Post by Stef on Mar 24, 2015 9:50:04 GMT -5
Thanks for the informations, indeed there is no setting for that. I think i only need to add a switch when converting VGM to XGM format to specify the target system (NTSC or PAL). Maybe something as "-p" for PAL system and by default conversion is done for NTSC system.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Mar 24, 2015 10:17:43 GMT -5
Thanks for the informations, indeed there is no setting for that. I think i only need to add a switch when converting VGM to XGM format to specify the target system (NTSC or PAL). Maybe something as "-p" for PAL system and by default conversion is done for NTSC system. That would be most excellent if it isn't too much to ask
|
|
|
Post by Davidian on Mar 24, 2015 10:17:46 GMT -5
Hi Stef, I used tfm to make the tracks and used shiru's vgm music maker to export to vgm. I don't believe there is a setting to choose NTSC or pal and I'm not sure if there's a flag for which region inside of the vgm file. I don't mind having to use 2 sets of tracks for NTSC and pal Hi, In the information tab you can select PAL, NTSC or custom clock rate.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Mar 24, 2015 10:22:00 GMT -5
Hi Stef, I used tfm to make the tracks and used shiru's vgm music maker to export to vgm. I don't believe there is a setting to choose NTSC or pal and I'm not sure if there's a flag for which region inside of the vgm file. I don't mind having to use 2 sets of tracks for NTSC and pal Hi, In the information tab you can select PAL, NTSC or custom clock rate. !!!!! I'm going to have to try this when I get home, thank you so much for this!!
|
|
Stef
Moldy Popcorn
Posts: 34
|
Post by Stef on Mar 24, 2015 12:21:00 GMT -5
That might help to change it but anyway i can add the switch in the VGM to XGM converter just in case the info is absent from the VGM file.
|
|
Stef
Moldy Popcorn
Posts: 34
|
Post by Stef on Mar 24, 2015 16:33:24 GMT -5
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Mar 24, 2015 22:29:48 GMT -5
Unfortunately, the NTSC setting didn't help any. I tried saving as VGM 1.5 and 1.6, but neither helped. Trying the new xgmtool now
|
|