-
Y position expression with SoundKeys
I’ve done several searches and came across several expressions for linking the Y position (by itself) to the correct movement I’m looking for. The problem is when I link it, it goes in the opposite direction.
I want the object I’m linking to move positive from a relative location in space however the SoundKeys effect is referenced at zero, so for some reason the animation forces it to move down.
Any ideas?
I also simply separated the Y and X values and pick-whipped it to the SoundKeys’ keyframe and the same thing happens.
temp = thisComp.layer("Adjustment Layer 3").effect("Sound Keys")("Output 1");
[temp, temp, temp]
