Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Sound Keys — Can’t paste from 1 dimension(s) to 3

  • Sound Keys — Can’t paste from 1 dimension(s) to 3

    Posted by Brandon Liu on April 30, 2017 at 8:50 am

    Was doing some audio sync with Trapcode Sound Keys, and when I tried pasting the output to the scale setting, the message “After Effects error: can’t paste from 1 dimension(s) to 3” pops up.

    Anyway to get around this?

    Brandon Liu replied 9 years ago 2 Members · 2 Replies
  • 2 Replies
  • Major Attila

    April 30, 2017 at 9:47 am

    Use this for the scale

    scale:
    minAudio = 0;
    maxAudio = 100;
    minStretch = 50;
    maxStretch = 80;
    audioLev = thisComp.layer("Sound Keys").effect("Sound Keys")("Output 1");
    s = linear(audioLev, minAudio, maxAudio, minStretch, maxStretch);
    [s,s]

    Change the output to what ever output you want to use. The other settings are self explanatory.

  • Brandon Liu

    April 30, 2017 at 6:39 pm

    Thanks.

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