-
Linking Audio amp to scale
temp = thisComp.layer("Audio Amplitude - BASS").effect("Both Channels")("Slider"); [temp*10, temp*10, 100]Hi,
I’m trying to have the scale property of a layer controlled by the audio amplitude of an audio layer.
I am using this expression on the scale property.. (see above)
I added the *10 in because the audio amp. value was too low. That is working fine.
What I can’t figure out is how to modify the expression to be effected less by the amplitude. Basically, I’d like to lessen the magnitude of the effect..
Any ideas on how I can do this???
Thanks!!
Ari