Im having some trouble with this. So to get to it i have 16 "songitems" visible at once. In order to make sure the correct item is highlighted I have to do some math to find the index for said item. The highlighted portion is what is giving me problems. The patch currently only gets sent once so if [r nextpageitemtotal] is ever updated nothing happens or it only seams to finish once and that's it.
I need this to be triggered any time [r nextpageitemtotal] changes to then update the prepend object and in turn highlight the correct index if it is ever > 16.
I should mention if the banged index is less then 16 the new highligthed index should be 1-16
So if the banged index ends up == 17 the highlight index should be 1. If the banged index == 25 the highlighted index should be 9. If the banged index ends up == 32 the highlighted index should be 16. If the banged index == 48 the highlighted index should be 16 ect.
Any ideas how to fix this?