Dark Bit Factory & Gravity

PROGRAMMING => C / C++ /C# => Topic started by: Hardrider on November 12, 2008

Title: [C++] Any alternative to FMOD ?
Post by: Hardrider on November 12, 2008
Well, to play mod files, I currently use FMOD.  Works fine, but I need the FMOD.DLL.

Furthermore, there is some limitations such as having in real time which channels are playing, which notes, etc. (usefull for copper lines pushing with the music chans).

Any alternative to that where I can have all in one single exe ? :inspired:


PS: beeing level ZX81 bring me some memories back :-)
Title: Re: [C++] Any alternative to FMOD ?
Post by: hellfire on November 12, 2008
First of all welcome to the forum!
You might want to have a look at MiniFMOD (http://www.fmod.org/index.php/download#FMODMini) (which plays XMs only, so check this (http://dbfinteractive.com/download.php?dl_id=13), too).
Since it comes with full source, it's quite easy to access the pattern-data.
Title: Re: [C++] Any alternative to FMOD ?
Post by: Rbz on November 12, 2008
Hardrider: Welcome!

Another good alternative is uFmod, I use it all the time
http://ufmod.sourceforge.net/
Title: Re: [C++] Any alternative to FMOD ?
Post by: Hardrider on November 12, 2008
Thanks mates for the fast reply  :updance:.  Will have a look at both
Title: Re: [C++] Any alternative to FMOD ?
Post by: benny! on November 12, 2008
Yeah. Welcome to the forum, hardliner.
Title: Re: [C++] Any alternative to FMOD ?
Post by: Jim on November 12, 2008
I use an old version of ufmod with modtoxm (or is it xmtomod?).

Jim

Title: Re: [C++] Any alternative to FMOD ?
Post by: stormbringer on November 12, 2008
@Hardrider: hehe glad you are here! People are really helpful here. BTW, ufmod is also the one I use... pretty light and does the job very well.

@Jim: It think what you mean is mod2xm (at least that's what I have). mod2xm is not perfect though... does a very good job to strip modules from their uselss metadata but sometimes is does not get the thinks right. I recently switched to MilkyTracker that works very well. Files a a few bytes larger though...
Title: Re: [C++] Any alternative to FMOD ?
Post by: Shockwave on November 12, 2008
Nice to see another oldschooler here :)
Welcome to Hardrider/Alcatraz ? :)

I am in love with ufmod btw.. but any of the other sugestions would work well too.