I need a cross-platform (supporting at least Windows and Linux) library for playing tracker music (formats like *.mod and *.xm) from within a C++ program.
It sounds weird, but a google search really didn't bring any good results! Only thing I could find was the BASS audio library but there are two problems with it: first, I don't really need support for all the other formats, just tracker music; and second, it's not open source.
Any suggestions would be appreciated...