-
Pulse expression edit
I need an edit on this expression
minAudio = 0;
maxAudio = 100;
minStretch = 90;
maxStretch = 130;
audioLev = thisComp.layer(“Sound Keys”).effect(“Sound Keys”)(“Output 1”);
s = linear(audioLev, minAudio, maxAudio, minStretch, maxStretch);
[s,s]Instead of it stretching I want it to control the opacity so when the audio level is 100 the opacity will be 130 as the max. Yes, I used Sound Keys to isolate bass so it will react to bass, help please!