Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions x position value + sound keys output value

  • x position value + sound keys output value

    Posted by Dzakwan Kurnia on October 29, 2016 at 4:30 am

    some one can you help me?
    ex
    i have output soundkeys :
    linear(value,10,40,10,40)

    and i have particular control position x y z ,ex : (x:900 y:500 z:0)

    temp = thisComp.layer(“abc”).effect(“Sound Keys”)(“Output 1”);
    [temp, temp, temp]

    i want to make x position 900 + sound keys output value

    thanks 🙂

    Trirat Homchantra replied 9 years, 6 months ago 2 Members · 1 Reply
  • 1 Reply
  • Trirat Homchantra

    October 29, 2016 at 10:15 am

    This will add Sound Keys value to current X position:

    temp = thisComp.layer(“abc”).effect(“Sound Keys”)(“Output 1”);
    value + [temp,0,0]

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