Music trouble with non-MOD tracker files.

BlitzPlus Forums/BlitzPlus Programming/Music trouble with non-MOD tracker files.

D2(Posted 2007) [#1]
According to the manual, BlitzPlus supports XM,IT and S3M files, but whenever I load one of my songs I made in Modpluge that aren't MOD files, I just get a bunch of choppy noise. It's not working properly. Is there any sort of DLL that enables the playback of such files?


Qube(Posted 2007) [#2]
If you could upload the music files you're having trouble with so I can download and test I'll see whats going on :)


D2(Posted 2007) [#3]
Okay, perfect. I'll give you a link to the part of my site that has the module files I made.

http://www.freewebs.com/d2warrior/mod.htm

The file you want is Hit_The_Floor_Loop_XM.xm

Good luck


b32(Posted 2007) [#4]
Hmm, I tried it using b3d, but then it works fine. I used this code to try it:
ok = PlayMusic("hit_the_floor_loop_xm.xm")
Repeat

Delay 250
Until KeyHit(1)

End



Qube(Posted 2007) [#5]
Working fine here in B3D and B+


D2(Posted 2007) [#6]
Wow, thanks! I'll continue to tweak it, adding things such as loops and stuff.