-
added specific time to soundkeys expression
Hi everyone, can you help me? how to write timing expression if i want to add specific time
in null object y rotation
i want to make this active at the time 0:04:20:21 – 0:05:04:13 and 0:06:12:06 – 0:06:38:22
minAudio = 7;
maxAudio = 50;
minStretch = 0;
maxStretch = 15;
y1=thisComp.layer(“a3”).effect(“Sound Keys”)(“Output 1”);
y2=thisComp.layer(“a3”).effect(“Sound Keys 2”)(“Output 1”);
yr1 = linear (y1, minAudio, maxAudio, minStretch, maxStretch);
yr2 = linear (y2, minAudio, maxAudio, minStretch, maxStretch);
[yr1+yr2]and add this active at the time 0:05:04:14 – 0:06:12:05
minAudio = 7;
maxAudio = 50;
minStretch = 0;
maxStretch = 15;
y1=thisComp.layer(“a3”).effect(“Sound Keys”)(“Output 1”);
y2=thisComp.layer(“a3”).effect(“Sound Keys 2”)(“Output 1”);
yr1 = linear (y1, minAudio, maxAudio, minStretch, maxStretch);
yr2 = linear (y2, minAudio, maxAudio, minStretch, maxStretch);
[-yr1+yr2]please help me sir, and thanks.