X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fautomation.C;h=a407a4899eb22a430dfc62e187d53414c736672b;hb=ae44cc4a24c9e04ee5e3b38baf6ce529832cfb39;hp=298618af3359bedfe9ec9163d5fc91d4ee599f6b;hpb=dab459d8fcf93c377836bc30a1c4bc5505b79323;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/automation.C b/cinelerra-5.1/cinelerra/automation.C index 298618af..a407a489 100644 --- a/cinelerra-5.1/cinelerra/automation.C +++ b/cinelerra-5.1/cinelerra/automation.C @@ -24,7 +24,7 @@ #include "autos.h" #include "atrack.inc" #include "bcsignals.h" -#include "colors.h" +#include "bccolors.h" #include "edl.h" #include "edlsession.h" #include "filexml.h" @@ -41,6 +41,7 @@ int Automation::autogrouptypes_fixedrange[] = 0, 0, 0, + 0, 1 }; @@ -100,9 +101,6 @@ void Automation::create_objects() autos[AUTOMATION_MUTE]->create_objects(); autos[AUTOMATION_MUTE]->autoidx = AUTOMATION_MUTE; autos[AUTOMATION_MUTE]->autogrouptype = AUTOGROUPTYPE_INT255; - autos[AUTOMATION_SPEED] = new FloatAutos(edl, track, 1.0); - autos[AUTOMATION_SPEED]->create_objects(); - autos[AUTOMATION_SPEED]->autogrouptype = AUTOGROUPTYPE_SPEED; } Automation& Automation::operator=(Automation& automation)