-
3 Point Loop for Wiggle Expression.
I want to know if I can set parameters for a wiggle expression to have a 3 point loop. This is my current wiggle expression
wiggle(.5,23)
My comp is 516 frames and I need the loop point to be at 33 frames.
I found this online but I don’t quite understand it so I’m not sure if it can be edited for what I need, but here it is.
Thanks for any help.
-Lisafreq = 1;
amp = 110;
loopTime = 3;
t = time % loopTime;
wiggle1 = wiggle(freq, amp, 1, 0.5, t);
wiggle2 = wiggle(freq, amp, 1, 0.5, t - loopTime);
linear(t, 0, loopTime, wiggle1, wiggle2)