Random loop footage
The expression allows you to loop a footage or composition with a random shift in time. Used for the Time Remapping parameter
loopLength = 10; // Duration of a sequence
seedRandom(index,true);
preRun = random(loopLength);
(time + preRun)%loopLength
Recommended Posts