Search found 2 matches

by theau
April 29th, 2010, 2:55 pm
Forum: Expression Discussion
Topic: sub-frame keyframes
Replies: 1
Views: 7520

Re: sub-frame keyframes

so, i've been playing around with this and this is where i've got to: start = effect("start")("Slider"); bpm =effect("BPM")("Slider"); bar = bpm/60;  t = ((time - start)%bar)/bar;  valueAtTime(linear(t, key(1).time, key(4).time))  This is sort of working, i...
by theau
April 27th, 2010, 11:11 am
Forum: Expression Discussion
Topic: sub-frame keyframes
Replies: 1
Views: 7520

sub-frame keyframes

Hi, I am trying to work out an expression to beat match a song. I have two keyframes on a time remap which i want to be able to control their distance apart from a slider and loop. I need to be to control it with a slider as the BPM is not divisible by my frame rate. Is there an easy way to do this?