milkytracker / MilkyTracker

An FT2 compatible music tracker
http://milkytracker.github.io/
Other
1.69k stars 162 forks source link

Fix for 16-bit samples in S3M importer #237

Closed 8bitbubsy closed 3 years ago

8bitbubsy commented 3 years ago

MilkyTracker is dividing units for 16-bit samples by two during S3M import, which leads to only half of the data being loaded (since S3M uses units of samples, not bytes). This patch fixes that.