bekzii

Results 7 comments of bekzii

Yes, the output in both my program, and the playmus example with the loop argument set, play identically

I'll report it there too, after getting libxmp compiled on my machine so I can test and verify

Boy do I feel like a dummy. The program I'm building uses the data from an external source, which uses MOD files to store some audio. I had neglected to...

I've had a chance to test this and the file does get loaded now, and I'm happy to report this song loops correctly with libxmp! However it does not loop...

Looping in libmodplug can be fixed by uncommenting these lines in `libmodplug/src/sndmix.cpp` ```diff // End of song ? if ((m_nPattern == 0xFF) || (m_nCurrentPattern >= MAX_ORDERS)) { - //if (!m_nRepeatCount)...

Looking at the code responsible for push(), it seems like it would be a very simple change to make the function hold onto the value of `_colorMaxes` too. I would...

I'm not an admin of the repository so I'm not able to do that sadly