Re: controlling rate and stop time with slider by Dan Ebberts on May 18, 2009 at 8:09:53 pm
The only way I know of is to do a frame-by-frame integration of the rate multiplied by the frame duration. Something like this:
rate = effect("Slider Control")("Slider");
f = timeToFrames();
accum = 0;
for (i = 1; i <= f; i++){
accum += rate.valueAtTime(framesToTime(i))*thisComp.frameDuration;
}
value + [accum,0]
Re: controlling rate and stop time with slider by Bert Brown on May 19, 2009 at 7:33:57 pm
thanks, dan. this works, but it appears to be giving me little flickers of movement (not smooth). i got similar results even in just doing a time*rate or timeToFrames(time)*rate situation. any thoughts?
----------------------------------
peep my over-the-interweb band, red abbott.
"we electro-rock over long distances..."