Hello is possible map beatjump when press shift+rotate loop enconders? With the beat selected on loop 2-4-16-64….
Thanks
Thanks
Inviato Thu 05 Oct 23 @ 6:50 pm
If you want the Beatjump to follow the value of the selected Loop (best way because you see the Lop size on screen), you can map it as ..
goto 'loopsize' (usually works for encoders),
or
param_bigger 0 ? goto 'loopsize' +1 : goto 'loopsize' -1
or goto 'loopsize' -1 / goto 'loopsize' +1 for buttons.
If you want different sizes for Loops and Beatjump, you can use ..
beatjump_select for encoder or beatjump and beatjump -1 / +1 for buttons
goto 'loopsize' (usually works for encoders),
or
param_bigger 0 ? goto 'loopsize' +1 : goto 'loopsize' -1
or goto 'loopsize' -1 / goto 'loopsize' +1 for buttons.
If you want different sizes for Loops and Beatjump, you can use ..
beatjump_select for encoder or beatjump and beatjump -1 / +1 for buttons
Inviato Thu 05 Oct 23 @ 9:30 pm
Thanks for your help. works ok.!
Inviato Fri 06 Oct 23 @ 2:09 pm
Thank you for answering sir, you made my day.
Inviato Tue 07 Nov 23 @ 5:07 am