How to make loops of other lengths than powers of 2 when dividing
So my controller has the loop in and out buttons, and then a loop halving and a loop doubling button. However, sometimes I want to do polyrhythmic mixing, so I make a loop of, lets say 6 beats. When I press the halving button it doesn't decrease it to 3 but rather jumps to 2.
Is there a way to make it actually halve the loop regardless of its length? So to make a 14 beat loop halve to 7 beats, then to 3.5 beats?