That was a hard week for me
When I connected my Nektar Impact LX25+ with Bitwig I thought it was a thing that I need now. But after I found a bug, that upset me: pressing page+fastforward should select next page of remote controls, but it also run fastforward. Prev page works well.
Ok, I tried to fix it manualy. I opened the js script and... didn't understand anything. Next days I searched information about js programming, midi protocol and then I decide to write an own script.
But it was hard to me, couse the script crushed every single steps.
And I just opened original script to find something that I passing. Looked again at code piece that made me go that hard way... And here it is!
2 details in code of "Select next/prev remote control page" are different here:
PAGE_PRESSED&&(REMOTE_PARAMETERS.selectNextPage(!1),USER_PAGE_CHANGED=!0);
Changing "&&" to "?" and ";" to ":" fixes the bug!!!
Hope this helps someone.
P.S.: Sorry if my english is bad, I'm still learning
I hope my solve is not destructive, I'm not a coder
