X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.h;h=b17b4f97f84467b4131d42c4559bfc0318ba5944;hb=e719f1246ff9bb42b055306396c9160640a88884;hp=8656c6080c2f95e44c70a90ef5e329c8582f4a62;hpb=8a93ba3cbbf067788bf4bbbf35502f8ad2d8f7e0;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/edl.h b/cinelerra-5.1/cinelerra/edl.h index 8656c608..b17b4f97 100644 --- a/cinelerra-5.1/cinelerra/edl.h +++ b/cinelerra-5.1/cinelerra/edl.h @@ -222,6 +222,9 @@ public: RecordLabels *labels = 0); // Insert the clip at a point in the EDL int insert_clips(ArrayList *new_edls, int load_mode, Track *first_track = 0); +// copy/paste group of effects + int collect_effects(EDL *&group); + int insert_effects(EDL *group, Track *first_track=0); // Add a copy of EDL* to the clip array. Returns the copy. EDL* add_clip(EDL *edl); EDL *selected_edits_to_clip(int packed,