Hello,
I am trying for my Numark N4 to change the reloop button to autoloop.
Checked how it is on other controllers and it seems that i need to select loop-loop as action but that doesn't help.
I want that when i trigger autoloop, it start from when i press the button and have the growth of the loop size parameter.
Checked on the internet and haven't found this for now.
Thanks a lot for your help.
I am trying for my Numark N4 to change the reloop button to autoloop.
Checked how it is on other controllers and it seems that i need to select loop-loop as action but that doesn't help.
I want that when i trigger autoloop, it start from when i press the button and have the growth of the loop size parameter.
Checked on the internet and haven't found this for now.
Thanks a lot for your help.
Mensajes Tue 07 Jun 22 @ 9:30 am
The action is simple:
loop
However, if you want your autoloop to always have a predefined size when enabled, you can use this code:
This code will always start with a 4 beats loop (and will remove the loop once the button is pressed again)
loop
However, if you want your autoloop to always have a predefined size when enabled, you can use this code:
loop ? loop : loop 4
This code will always start with a 4 beats loop (and will remove the loop once the button is pressed again)
Mensajes Tue 07 Jun 22 @ 11:59 am