Changing loop lengths in 25% increments in VDJ

Changing loop lengths in 25% increments in VDJ

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%

Anyone know if it’s possible and if so how?

Cheers.

Are you sure you want to do this??? Changing a loop to 75% of it’s original size will stop it from looping properly…

THAT’S why you can only change it in 50% increments.

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.