Awesome !!! I added this at the end of value and that added more time to the initial state and it is working, I know there may be a better solution but so far i can go with this thanks a lot Andrei Popa
modulusSeven = Math.round(time%7);
if(modulusSeven <= 5 )
{
minAudio = 0;
maxAudio = 100;
minStretch = 100;
maxStretch = 125;
audioLev = thisComp.layer("Sound Key 2").effect("Sound Keys")("Output 1");
s = linear(audioLev, minAudio, maxAudio, minStretch, maxStretch);
[s,s,s];
//your expression here
}
else value + modulusSeven;