X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffloatautos.h;h=0e7fa195f4ceb597d989b1af449faa2455f94c53;hb=803cf48f8f7ee246eb5473e55fc2125e8b398250;hp=433a81393c4a9946711d131c2267b01a4b77cba8;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/floatautos.h b/cinelerra-5.1/cinelerra/floatautos.h index 433a8139..0e7fa195 100644 --- a/cinelerra-5.1/cinelerra/floatautos.h +++ b/cinelerra-5.1/cinelerra/floatautos.h @@ -63,6 +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();