-
random time stretch / remapping
Hi all – I found a helpful post from Dan Ebberts from a few years ago to achieve random time stretching on a layer, but I have been trying to figure out a way to extend it a bit. I have a bunch of layers that are all running at the same speed. I can apply the code below (from Dan’s preview post) and make them run at different speeds, but I would also like to offset their start point, and this code seems to override the start point for the layers. Is there a way that I can have this begin to take effect only after the layer start point?
Thanks for your help!
minSpeed = 85;
maxSpeed = 115;
seedRandom(index,true);
time*(random(minSpeed,maxSpeed)/100)————
Steve Renard
647-406-7991
st***@*********rd.com