what this does is half the size of the loop from 4 to 1/16 beats and move forward to the next section as shown below
if you press the button when not looping it will start a 4 beat loop and the cycle will start.. when you reach the end ot the cycle if you want to exit the loop you need to hold the button for half a second and on release the loop will be exited.
not sure if the real world application is very useable but here it is anyway...
loop 4 ? loop 50% & loop_move +2 & goto +2 : loop 2 ? loop 50% & loop_move +1 & goto +1 : loop 1 ? loop 50% & loop_move +0.5 & goto +0.5 : loop 0.5 ? loop 50% & loop_move +0.25 & goto +0.25 : loop 0.25 ? loop 50% & loop_move +0.125 & goto +0.125 : loop 0.125 ? loop 50% & loop_move +0.0625 & goto +0.0625 : loop 0.0625 ? holding ? loop_exit : nothing : loop 4
this is a different one that doesn't jump the track forward only the loop
loop 4 ? loop 50% & loop_move +2 : loop 2 ? loop 50% & loop_move +1 : loop 1 ? loop 50% & loop_move +0.5 : loop 0.5 ? loop 50% & loop_move +0.25 : loop 0.25 ? loop 50% & loop_move +0.125 : loop 0.125 ? loop 50% & loop_move +0.0625 : loop 0.0625 ? holding ? loop_exit : nothing : loop 4
enjoy...
if you press the button when not looping it will start a 4 beat loop and the cycle will start.. when you reach the end ot the cycle if you want to exit the loop you need to hold the button for half a second and on release the loop will be exited.
not sure if the real world application is very useable but here it is anyway...
loop 4 ? loop 50% & loop_move +2 & goto +2 : loop 2 ? loop 50% & loop_move +1 & goto +1 : loop 1 ? loop 50% & loop_move +0.5 & goto +0.5 : loop 0.5 ? loop 50% & loop_move +0.25 & goto +0.25 : loop 0.25 ? loop 50% & loop_move +0.125 & goto +0.125 : loop 0.125 ? loop 50% & loop_move +0.0625 & goto +0.0625 : loop 0.0625 ? holding ? loop_exit : nothing : loop 4
this is a different one that doesn't jump the track forward only the loop
loop 4 ? loop 50% & loop_move +2 : loop 2 ? loop 50% & loop_move +1 : loop 1 ? loop 50% & loop_move +0.5 : loop 0.5 ? loop 50% & loop_move +0.25 : loop 0.25 ? loop 50% & loop_move +0.125 : loop 0.125 ? loop 50% & loop_move +0.0625 : loop 0.0625 ? holding ? loop_exit : nothing : loop 4
enjoy...
Posted Wed 18 Apr 12 @ 1:46 am