Oopsies, there was indeed a typo that caused the step size to be 2 instead of 1, so every even value was skipped. This only affected dragging operations, so there is no preset backwards compatibility issue.
Is anyone else experiencing this? I even tried the exported version 4.0.0 of HISE and ran into the same issue. I tested on Windows as well, same problem.
I also tested with the 3.6.2 release, with Loris installed in the HISE app data folder, and got the same issue. That’s strange.. maybe I'm doing something wrong?
@Christoph-Hart Thanks :)
I was using "Ctrl+D" after finding the first occurrence, but this is quicker.
I was hoping that there was search and replace feature that worked across the external .js files as well. Doing a big cleanup at the moment so looking for ways to correct older names I had for certain data labels which may be used in multiple scripts.
@Christoph-Hart oh yeah a buffer why haven’t I thought about that… I’ll try.
My array is only made of numbers, but I’ll check in case an undefined is hiding somewhere…
@Christoph-Hart Correct, but it should match the number of groups the user has set, which is the previous behaviour - I can do this but I figured you'd changed it for a reason.