-
Setting Min and max values to Sound reactive effect
Hello everyone!
I’m trying to make scale effect reactive to sound channel. I did that, but it looks pretty rough, since scale is happening in range from cca 10% to 100%, while I would like it to be more subtle – so that it is reactive to sound, but it scales down to not more than 90%. Is something like that possible?temp = thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider");
[temp, temp]