X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fautomation.inc;h=31f58a663016158b04d187f74e74a286e8fadf80;hb=c9c0e07706fad701a70ee0d1ffb0fcb6304f138c;hp=98ba2b00d2d821ed7e01d72a0537c9f3c98d3f66;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/automation.inc b/cinelerra-5.1/cinelerra/automation.inc index 98ba2b00..31f58a66 100644 --- a/cinelerra-5.1/cinelerra/automation.inc +++ b/cinelerra-5.1/cinelerra/automation.inc @@ -54,6 +54,7 @@ enum NON_AUTOMATION_TITLES, NON_AUTOMATION_TRANSITIONS, NON_AUTOMATION_PLUGIN_AUTOS, + NON_AUTOMATION_HARD_EDGES, NON_AUTOMATION_TOTAL }; @@ -86,4 +87,6 @@ enum AUTOMATION_TYPE_PAN }; +#define SPEED_MIN 0.005 + #endif