Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Adding random spikes to wiggle…

  • Adding random spikes to wiggle…

    Posted by Pierpaolo Ferlaino on June 24, 2014 at 7:56 pm

    Hi.
    I’m trying to emulate the Misfire GateWeave plugin (it does not retain my layer’s transparency).
    I used a wiggle expression in the layer’s position and it works quite well but Misfire GateWeave randomly add some spikes (they call it noise frequency) to the wiggling movement making the layer x position suddenly shift and come back in place.
    How can I achieve this?

    Thanks

    Pierpaolo Ferlaino replied 11 years, 10 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    June 24, 2014 at 8:37 pm

    Maybe you can tweak this to get something that works:

    amp = 25;
    freq = 2;
    w = wiggle(freq,amp)-value ;
    value + w* (length(w) > .9*amp ? 5 :1)

    Dan

  • Pierpaolo Ferlaino

    June 25, 2014 at 1:42 pm

    Thanks Dan.
    Tweaking your expression did it.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy