View Single Post
Old 31 January 2017, 18:44   #15
koobo
Registered User
 
koobo's Avatar
 
Join Date: Sep 2019
Location: Finland
Posts: 363
Quote:
Originally Posted by daxb View Post
IMHO a module player like HippoPlayer doesn`t need to have a good looking GUI, but it should play good. More important would be bugfixing and maybe adding some missing features. For me it is the limit of entries in modlists that needs to expanded and some seldom exceptions when load/switch to med module that happen on my system.
There's an arbitrary limit of 0x3fff entries for the modlist that could just be changed to a bigger one. The check is in a few places, search for "cmp #$3fff,modamount(a5)" in the source. 0x3fff is 16383 :-) A safe new larger value would probably be 0x7ffe, which is 32766. To make it larger would require some further checks and modifications.

To also make the randomizer work properly, see this: https://github.com/koobo/HippoPlayer/issues/1

Last edited by koobo; 31 January 2017 at 19:45.
koobo is offline  
 
Page generated in 0.04947 seconds with 11 queries