Hi All,
Using script, is there a way to extend a loop past 32 beats (64, 128, 256, etc)?
Thanks in advance.
Using script, is there a way to extend a loop past 32 beats (64, 128, 256, etc)?
Thanks in advance.
Posted Fri 13 Mar 15 @ 5:05 pm
Yes, you've given yourself the code:
Probably best on a custom button i would have thought.
loop 64 or loop 128
Probably best on a custom button i would have thought.
Posted Fri 13 Mar 15 @ 6:00 pm
loop 200% (instead of loop_double) will also extend the loop to higher values than 64.
You can also loop the entire track (if that is what u want)... using the action repeat_song
You can also loop the entire track (if that is what u want)... using the action repeat_song
Posted Fri 13 Mar 15 @ 8:35 pm