MrEricSir / Modipulate

A library for manipulation of and with MOD-like music
Other
12 stars 1 forks source link

Switch to libopenmpt #59

Closed hryx closed 10 years ago

hryx commented 10 years ago

Move from the antique libmodplug to the newer libopenmpt.

http://lib.openmpt.org/libopenmpt/

hryx commented 10 years ago

When we switch, we can change the license to MIT/BSD.

MrEricSir commented 10 years ago

Looks like we'd want to use the C++ interface:

include <libopenmpt/libopenmpt.hpp>

In the libopenmpt folder, we should cut out all the cruft including the makefile, openmpt123 player, the examples, VC++ files, etc. etc.

MrEricSir commented 10 years ago

The "NO_WINAMP" define is another place to cut.

All the Modplug usage occurs in mod_stream.cpp. This can be swapped out easily for libopenmpt.

MrEricSir commented 10 years ago

Done! :)