You are on page 1of 1

minAudio = 0;

maxAudio = 100;
minStretch = 100;
maxStretch = 120;
audioLev = thisComp.layer("Sound Keys").effect("Sound Keys")("Output 1");
s = linear(audioLev, minAudio, maxAudio, minStretch, maxStretch);
[s,s]

You might also like