add bump floatautos, add time_references for align timecodes, add menuitem create_key...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / tracks.h
index c44cbfef0835ed180f17f73c9c29299fb193d981..e839b772828c422daa9b5a95b2160c047c84a764 100644 (file)
@@ -250,6 +250,7 @@ public:
        void set_transition_length(Transition *transition, double length);
        void paste_transitions(double start, double end, int track_type, char* title);
        void update_idxbl_length(int id, double dt);
+       void create_keyframes(double position, int mask, int mode);
 
 // ================================== accounting
 
@@ -266,7 +267,6 @@ public:
        Track* number(int number);      // pointer to track number
        Track *get(int idx, int data_type);
 
-
 private:
 };