add bump floatautos, add time_references for align timecodes, add menuitem create_key...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / tracks.h
index dd1a92f6d4c761d280a1685cd73be39dcd96cf00..e839b772828c422daa9b5a95b2160c047c84a764 100644 (file)
@@ -112,6 +112,7 @@ public:
        void translate_camera(float dx, float dy, int all=0);
        void crop_resize(float x, float y, float z);
        void crop_shrink(float x, float y, float z);
+       double align_timecodes();
 
        int total_of(int type);
        Track* get_track_by_id(int id);
@@ -248,6 +249,8 @@ public:
        void set_transition_length(double start, double end, double length);
        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
 
@@ -264,7 +267,6 @@ public:
        Track* number(int number);      // pointer to track number
        Track *get(int idx, int data_type);
 
-
 private:
 };