robbytrione
Community Beginner
robbytrione
Community Beginner
Activity
‎Nov 11, 2020
01:19 PM
Hi Carlos, I just tried your script and got this error.
... View more
‎Feb 05, 2019
11:46 AM
Also, this expression works a good deal of the time. I can preview it several times in a row and then all of the sudden it will break.
... View more
‎Feb 05, 2019
11:23 AM
That's the crazy thing, there are not 133 lines in my expression. The image shows the whole expression. Here it is below: delay = .1; tDelay = delay*textIndex; n = 0; if (numKeys > 0){ n = nearestKey(time-tDelay).index; if (key(n).time > time) n--; } if (n == 0){ t = 0; }else{ t = time - key(n).time - tDelay; } if (n > 0){ v = velocityAtTime(key(n).time - thisComp.frameDuration/10); amp = .05; freq = .5; decay = 5.0; valueAtTime(time-tDelay) + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t); }else{ value; }
... View more
‎Feb 05, 2019
07:44 AM
How do I resolve this error?
... View more
‎Nov 28, 2017
07:53 AM
2 Upvotes
Thanks! I changed the the custom scale of monitor to 200%. That did the trick. I searched the forums before posting my question. I guess I didn't have the proper search terms. Thank you!
... View more
‎Nov 28, 2017
07:23 AM
Does anyone know how to fix this? The numbers in the mode column are overlapping. Thank you!
... View more