ok well so far this is the expression and what ive begun to figure our
expression when linked or “whiped’ to audio amplitude, the layer in question starts at about 15%
temp = thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”);
[temp, temp]
i can modify the width by adding a # afther temp tem for instance
temp = thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”);
[temp, temp]+20
but the width still stays the same, what i want to do is A increase the size to 100% all around, and then be able to change just width and height
once again thanks for any help