Also, the expression gives me some jolting. Screenshot attached, not sure if it works, never added a photo on here before.
Would be nice to smooth() POST expression value. I stumbled across an old post from about 10 years ago that you had commented on (I’m pretty sure every thread I look at, you’ve helped someone, so thanks for being awesome).
You mentioned “building your own smoother” like this:
(valueAtTime(time – .1) – [10,10,10] +
valueAtTime(time – .05) – [10,10,10] +
value – [10,10,10] +
valueAtTime(time + .05) – [10,10,10] +
valueAtTime(time + .1) – [10,10,10])/5;
Is there a way I could implement this into my current expression?