Ingreso rápido:  

Forum: General Discussion

Tema: Help to map beatjumps to X1 Mk2
J@vierCPRO InfinityMember since 2014
Hello is possible map beatjump when press shift+rotate loop enconders? With the beat selected on loop 2-4-16-64….

Thanks
 

Mensajes Thu 05 Oct 23 @ 6:50 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
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
 

Mensajes Thu 05 Oct 23 @ 9:30 pm
J@vierCPRO InfinityMember since 2014
Thanks for your help. works ok.!
 

Mensajes Fri 06 Oct 23 @ 2:09 pm
Thank you for answering sir, you made my day.
 

Mensajes Tue 07 Nov 23 @ 5:07 am