I am creating a new launchpad mapping for Traktor. I am trying to figure out how to have a midi out for specific loop times (such as 1, 2, 4, 8, 16, 32). For examplke, I click a button to set it to 32 and that one lights up, click one for 16 and it lights up, etc.
At first I thought it would be pretty easy, but then I found out there is no loop size modifier in the output xD
So you’d have to use something like beat phase along with a modifier for each deck that is determined by pressing the specific loop size. So let’s say 1 beat is m1=1, 2 beats is m1=2, 4 beats is m1=3, etc. But then you have the problem with the limitation of the modifiers having only 8 positions.
That’s all I can think of right now.