Search found 2 matches
- April 29th, 2010, 2:55 pm
- Forum: Expression Discussion
- Topic: sub-frame keyframes
- Replies: 1
- Views: 8835
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...
- April 27th, 2010, 11:11 am
- Forum: Expression Discussion
- Topic: sub-frame keyframes
- Replies: 1
- Views: 8835
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?