Guest Firebreath Posted April 17, 2006 Posted April 17, 2006 Hello I am still new to programming in asm, and I would like to ask how is it possible i could run *.mod files in assembly for music? i came across a tutorial to run *.xm files in asm which was great, but i wanted to know how it would be possible to add mod files.
yamraaj Posted April 17, 2006 Posted April 17, 2006 You can use bassmod.dll to play the mod files.....
human Posted April 17, 2006 Posted April 17, 2006 well bassmod and fmod use .dll, you can use static libs but then player is 100kb big, there are examples for masm, mod is too old to play it, you can use fast tracker2 and save mod as xm, shouldnt be any difference and then use ufmod, just 5kb player
Guest Firebreath Posted April 17, 2006 Posted April 17, 2006 thank you human that worked out great, mod saved as xm, and ufmod seems good. Im wondering one thing, why is the code dumps of the xm files so big in ufmod?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now