Creative Communities of the World Forums

The peer to peer support community for media production professionals.

  • Posted by Karim Cherif on February 23, 2009 at 8:01 pm

    Hey Peeps,
    I’m using Sounds keys to distill data between -1 & 1. And I would like that to Time Remapping. Basically I would like it to move according to the track, jumping forward and backwards according to the beat.

    Falloff is none. Not sure if that’s right…

    But what was the expression in Time Remapping to get this to work?
    Tnx

    Karim Cherif replied 17 years, 2 months ago 2 Members · 3 Replies
  • 3 Replies
  • Kevin Camp

    February 23, 2009 at 9:12 pm

    i think you’d just enable time remapping for the footage layer, add and expression to time remapping, create a variable to hold the audio level data and a little equation for how you want it to react with current time…

    it might look a bit like this:

    m = 1; // this is a multiplier to fine tune how the levels react to the time. adjust to suit
    n = thisComp.layer(“audiolevels”); // use expression pickwhip to direct to audio values
    farmesToTime(timeToFrames-(m*n))

    Kevin Camp
    Senior Designer
    KCPQ, KMYQ & KRCW

  • Kevin Camp

    February 23, 2009 at 9:27 pm

    oops, that last line had two mistakes… it should look more like this:

    framesToTime(timeToFrames(time)-(m*n))

    Kevin Camp
    Senior Designer
    KCPQ, KMYQ & KRCW

  • Karim Cherif

    February 24, 2009 at 8:24 am

    Thanks for that! Now I can kinda understand what I’m supposed to be doing! 🙂

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