Eiyeron / lsdpatch

LSDj ROM Patcher - Redux
http://www.littlesounddj.com
MIT License
11 stars 1 forks source link

Disable Kit renaming/clearing on empty kits #54

Open Eiyeron opened 4 years ago

Eiyeron commented 4 years ago

Currently, renaming empty kits fill the GUI with garbage as the code tries to parse the bank's data (full of 0xFF) as a correct sample kit. It's nothing really critical but it's a bug I'd rather see gone.

Disabling those buttons on bank switch or on kit erasure will avoid this issue.