Music Modules

BlitzMax Forums/BlitzMax Beginners Area/Music Modules

pc_tek(Posted 2011) [#1]
How on earth do I play music modules in BMax?

I can convert to OGG but the filesize is criminal!


GfK(Posted 2011) [#2]
MaxMod2.


Dabhand(Posted 2011) [#3]
Another vote for MaxMod2 too!

Dabz


pc_tek(Posted 2011) [#4]
I'm using BLide Free, and the compile modules gives this error...

*************************************************
Compiling:blitz_app.c

Build Error: failed to compile C:/Program Files (x86)/BlitzMax/mod/brl.mod/blitz.mod/blitz_app.c
*************************************************

I use Win7 64-Bit. Any ideas?


GfK(Posted 2011) [#5]
Bad install of mingw would be my guess.


xlsior(Posted 2011) [#6]
Most likely the problem is your installation location -- there's problems creating files under the c:\program files branch because windows Vista / windows 7 tries to 'protect' you from weird things.

Install in c:\blitzmax (the default suggested path) and you're probably fine. Alternatively, disable UAC or adjust the access permissions on the installation folder manually to remove these restrictions.


pc_tek(Posted 2011) [#7]
I re-jigged the security to allow me full access to the blitzmax folder, and also, the MINGW was out of sync(cheers GFK).

Next step, I get the error...

Can't find interface for module 'maxmod2.modplayer'

...?

Last edited 2011


GfK(Posted 2011) [#8]
With MaxMod2 I always get an error on the first rebuild - seems like one of the MaxMod modules gets compiled before one that it's dependent on has been compiled.

Rebuild modules again and it should work fine.