SDL_mixer
SDL_mixer copied to clipboard
Official MSVC Builds Lack Support for Tracker Modules
Appears to be a regression since versions after 2.0.4. Tried to update to 2.6.3 but having troubles with Mix_LoadMUS_RW on module files (in this case an IT module). I tried compiling the 2.6.3 source myself using CMake and Visual Studio so I could debug it properly myself, but I get different results than what happens with the official releases. How are official SDL_mixer releases being compiled? I'd like to be able to figure out exactly what's going wrong here that modules are considered an unrecognised format, as maybe then I can help fix the issue.
Hello,
I believe we might be having the same problem, here's what I reported yesterday: https://github.com/libsdl-org/SDL_mixer/issues/518
I'm not very familiar with tracker modules music files, but xm
and it
are similar things?
Try upgrading to 2.6.2 instead. I think this is a regression in 2.6.3 buildconfig somehow.
xm
and it
are both tracker modules for FastTracker 2 and Impule Tracker respectively if memory serves. Both will be handled by libmodplug. Anyway 2.6.2 does work. Thanks for the tip. Hopefully though the build config will be sorted in due course.
Duplicate of https://github.com/libsdl-org/SDL_mixer/issues/518