i've been trying to get a bit of code working to enable mod support again using the midas sound system i.e. :
load dll "midas11.dll", 1
call dll 1, "MIDASstartup"
call dll 1, "MIDASinit"
call dll 1, "MIDASstartBackgroundPlay", 0
handle = call dll (1, "MIDASloadModule", "trance.xm")
module = call dll (1, "MIDASplayModule", module, true)
print "Playing Module..."
input "", a$
call dll 1, "MIDASstopModule", handle
call dll 1, "MIDASfreeModule", module
call dll 1, "MIDASstopBackgroundPlay"
call dll 1, "MIDASclose"
DELETE DLL 1
midas is a free 156k dll BTW

but its not quite successful yet, but im working on whats going wrong!
What the flame does not consume, consumes the flame.
----------------------------------------------------------------------
AMD XP2100+, Geforce4Ti 4400, 512Mb DDR, Abit KX7, WinXP Pro