[Implemented] MiniFmod/MikMak to replace Midas

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
yoxola
Enthusiast
Enthusiast
Posts: 386
Joined: Sat Feb 25, 2006 4:23 pm

[Implemented] MiniFmod/MikMak to replace Midas

Post by yoxola »

Hi,

It's known that FMod has a cutted version with .xm only, and it's free to use, with full source, I think it's a better solution alternative to Midas which is a bit outdated(the point is, 3rd party dll with no further development).

Alternative to this, MikMak is also a great library, it's GLPLed and should be able to port to PB easily.

Don't know how much users are considering this but some ppl may want the Module Playing function is statically linked and doesn't rely on other DLLs.

Only a few cents, I didn't mind licensing a complete set of Fmod, but I hope PB have better ability on this.
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
User avatar
yoxola
Enthusiast
Enthusiast
Posts: 386
Joined: Sat Feb 25, 2006 4:23 pm

Post by yoxola »

yes, something like this, s statically linked one is better (may infrige GPL tho).

However should be a lib that doen't require dll, and merged into PB official, as well vorbis streaming thingy....

I've managed to link minifmod 1.6 into BlitzMax, PB should do....
the only drawback is minifomd only supports xm, however the quality is not bad.
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

yoxola wrote:I've managed to link minifmod 1.6 into BlitzMax, PB should do....
http://purebasic.fr/english/viewtopic.php?t=13424
http://purebasic.fr/english/viewtopic.p ... 353#133353
Good programmers don't comment their code. It was hard to write, should be hard to read.
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

yoxola wrote:yes, something like this, s statically linked one is better (may infrige GPL tho).

However should be a lib that doen't require dll, and merged into PB official, as well vorbis streaming thingy....

I've managed to link minifmod 1.6 into BlitzMax, PB should do....
the only drawback is minifomd only supports xm, however the quality is not bad.
The lib was intended to be statically linked but a weird bug with PB wich i never resolved push me to compile it as a dll :(
Btw the way, a dll < 200 kb is not really a problem for modern computers ;)
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
Post Reply