X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffloatautos.h;h=0e7fa195f4ceb597d989b1af449faa2455f94c53;hb=c279e21fc2394a7908bbd1ba8c79b116fe9fb14a;hp=8c8e7359bdb21db8ce53f50d69dae466c2991325;hpb=d26ed189093987978190ee07f485a4840746c13c;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/floatautos.h b/cinelerra-5.1/cinelerra/floatautos.h index 8c8e7359..0e7fa195 100644 --- a/cinelerra-5.1/cinelerra/floatautos.h +++ b/cinelerra-5.1/cinelerra/floatautos.h @@ -63,7 +63,9 @@ public: int64_t unit_end); void set_automation_mode(int64_t start, int64_t end, int mode); - double automation_intergal(int64_t start, int64_t length, int direction); + void set_proxy(int orig_scale, int new_scale); + double automation_integral(int64_t start, int64_t length, int direction); + int64_t speed_position(double pos); void dump(); Auto* new_auto();