jfdelnero / HxCModPlayer

A simple and lite MOD (music module) player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MOD with samples of a length above 65536 don't play correctly

DevanWolf opened this issue · comments

Modules with > 65536 length samples do exist but have issues on the player. The samples just treats as "65536 - sampleLength = short value" therefore other samples can be messed up as well making offsets.

Two example files here. Other players like OpenMPT play fine. Compare it with OpenMPT (or XMPlay) and your player.

Thanks for the report. This is now fixed !