yoyofr / modizer

iOS chiptune/module player
http://yoyofr.blogspot.com/p/modizer.html
138 stars 45 forks source link

Skip silence detection for HES files #17

Closed mistydemeo closed 12 years ago

mistydemeo commented 12 years ago

HES files have an issue with GME's silence detection - if the silence detection is hit, rather than the timeout, Modizer will end the file instead of skipping to the next subsong. To make HESs usable, this hack disables the silence timeout when HESs are detected.

Ideally the problem should be fixed wherever the file skipping on silence detection is occurring rather than doing something hackier like this, but I'm not sure where that's happening. Maybe you can fix that instead of merging this. ;)

This problem may not be exclusive to HES files.