add ids to auto/labels, fix awdw gui deadlock, fix fourier bfr bug, fix cache critica...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / tracks.h
index c44cbfef0835ed180f17f73c9c29299fb193d981..78d1fe591fe2a4735103804f51da8941f6bba670 100644 (file)
@@ -59,6 +59,7 @@ public:
        void clear_selected_edits();
        int clear_hard_edges(double start, double end);
        void get_selected_edits(ArrayList<Edit*> *drag_edits);
+       void select_edits(double start, double end);
        int next_group_id();
        int new_group(int id);
        int set_group_selected(int id, int v);
@@ -250,6 +251,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 +268,6 @@ public:
        Track* number(int number);      // pointer to track number
        Track *get(int idx, int data_type);
 
-
 private:
 };