Music trouble with non-MOD tracker files.
BlitzPlus Forums/BlitzPlus Programming/Music trouble with non-MOD tracker files.| 
 | ||
| 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? | 
| 
 | ||
| If you could upload the music files you're having trouble with so I can download and test I'll see whats going on :) | 
| 
 | ||
| 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 | 
| 
 | ||
| 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
 | 
| 
 | ||
| Working fine here in B3D and B+ | 
| 
 | ||
| Wow, thanks! I'll continue to tweak it, adding things such as loops and stuff. |