-
Applying Converted Audio Keyframes to only one axis
What’s the expression if you want converted audio keyframes to only apply to the x OR y axis (not both x and y, or z for that matter). When you pick whip to the channel slider from a position transformer of an object, it applies the expression to both axis’.
temp = thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”);
[temp, temp]How would this be changed so it only effects the x or the y.
Thanks.
-B