Is it possible to have the TimeIndex jump to a position for then to continue on, and when it reaches 1 loop back to -1 to assume the normal full range from -1 to 1.
I want it to cycle full range -1 to 1, push a button with a value of for example 0.5 having it jump to the middle of it's cycle, and then when it reaches the end, 1, it cycles in full range again.
I want to be able to loop a sample full length, but cut to the middle or somewhere else at the push of a button.
Is the best way to use TimeIndex and some capytalk or is there another prototype I overlooked?
Thanks