Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

BACKGROUND SCALE:

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

PARTICLES OPACITY:
thisComp.layer("Sound Keys").effect("Sound Keys")("Output 3")*2

LOGO SCALE:
minAudio = 0;
maxAudio = 100;
minStretch = 90;
maxStretch = 150;
audioLev = thisComp.layer("Sound Keys").effect("Sound Keys")("Output 1");
s = linear(audioLev, minAudio, maxAudio, minStretch, maxStretch);
[s,s]

LOGO ROTATION:
thisComp.layer("Sound Keys").effect("Sound Keys")("Output 2")/15

LOGO>>TWITCH AMOUNT:
thisComp.layer("Sound Keys").effect("Sound Keys")("Output 1")/3
TWITCH SLIDE AMOUNT:
thisComp.layer("Sound Keys").effect("Sound Keys")("Output 1")/3
TWITCH TWITCHES:
thisComp.layer("Sound Keys").effect("Sound Keys")("Output 1")/3
RGB split:
thisComp.layer("Sound Keys").effect("Sound Keys")("Output 1")

DISPLACEMENT MAP>OPACITY:
thisComp.layer("Sound Keys").effect("Sound Keys")("Output 1")*10

You might also like