Am I missing something simple here?
I have set an action loop on a track to loop 16 beats 'deck 1 loop 16' and I want this loop to stay active until its cancelled by another action on deck 2 i.e. 'deck 1 loop_exit'
But the loop on deck 1 keeps turning itself off after 2 cycles
Anyone have an idea why this is happening ?
I have set an action loop on a track to loop 16 beats 'deck 1 loop 16' and I want this loop to stay active until its cancelled by another action on deck 2 i.e. 'deck 1 loop_exit'
But the loop on deck 1 keeps turning itself off after 2 cycles
Anyone have an idea why this is happening ?
Posted Tue 12 Apr 16 @ 12:21 pm
I ran into the same issue. My action that worked:
loop ? nothing : loop 16
loop ? nothing : loop 16
Posted Fri 15 Apr 16 @ 10:23 am
Yes, there are some rare cases that the action poi (since it's a loop) may re-trigger.
The above suggested code makes sure that the loop is not canceled by the action poi
The above suggested code makes sure that the loop is not canceled by the action poi
Posted Fri 15 Apr 16 @ 10:24 am
Thanks guys, it seems to have resolved itself now without me doing anything, but worth noting on the other script in case of any future issues.
Posted Fri 15 Apr 16 @ 11:46 am