bsd lang segv fix, enable bsd lv2, lv2 gui enable fix, proxy/ffmpeg toggle resize...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / floatautos.h
index 8c8e7359bdb21db8ce53f50d69dae466c2991325..0e7fa195f4ceb597d989b1af449faa2455f94c53 100644 (file)
@@ -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();