fix min speed value 0.005, fix canvas lock hang, fix reset_caches crashing on vicon...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / floatautos.h
index 0e7fa195f4ceb597d989b1af449faa2455f94c53..f53564d4052d0b0c9d3c4944bc98e48b3919341c 100644 (file)
@@ -70,6 +70,10 @@ public:
        void dump();
        Auto* new_auto();
        float default_;
+
+       float float_min, float_max;
+       void set_float_min(float mn) { float_min = mn; }
+       void set_float_max(float mx) { float_max = mx; }
 };