I have a scroll wheel that allows me to change the loop lengths but it only seems to do it in 50% increments. I am using loop_select right now. But I want to change the loops by 25%
I managed to figure out how to do it but as you say it’s tricky trying to find the correct place to loop back in from. It works very well using a plugin but I wanted to map something similar for myself.
I used loop_length -25%. However my other issue is trying to get + and - 25% to work on a scroll wheel. Right now I had to toggle it instead.