a1k0n / jsxm

FastTracker 2 .xm module player in Javascript
http://www.a1k0n.net/code/jsxm/
MIT License
485 stars 36 forks source link

pattern view sometimes highlights row -1 #14

Closed a1k0n closed 8 years ago

a1k0n commented 8 years ago
screen shot 2015-11-15 at 10 37 41 am
a1k0n commented 8 years ago

ah yes, because cur_row points to the next row to play. I use cur_row - 1 all over the place but I need to do an & 0x3f on that. Or, fix the code so cur_row points to the currently playing row instead of the next one.