X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffloatautos.h;h=0e7fa195f4ceb597d989b1af449faa2455f94c53;hb=4496e28abcd97051543000f864332c045148907e;hp=d83f150936890da5349b3d7839f3d30b2c94d78d;hpb=265feb10ecd640f8c90351082f48442863722a9d;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/floatautos.h b/cinelerra-5.1/cinelerra/floatautos.h index d83f1509..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); + 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();