X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Flocalsession.h;h=d2b289458fbcba0880f61312b71c57605ff181dc;hp=d43b6353f0f90f3b31dd969df0c0c49c1709fd08;hb=5ec378f09aeeb646705fdb8035b39a186374fba0;hpb=a64e7d16c44bba0d137936227fc55871bb26c903 diff --git a/cinelerra-5.1/cinelerra/localsession.h b/cinelerra-5.1/cinelerra/localsession.h index d43b6353..d2b28945 100644 --- a/cinelerra-5.1/cinelerra/localsession.h +++ b/cinelerra-5.1/cinelerra/localsession.h @@ -74,6 +74,8 @@ public: // Number of samples if pasted from a clipboard. // If 0 use longest track double clipboard_length; +// edl created by asset_to_edl + int asset2edl; // Title if clip char clip_title[BCTEXTLEN]; char clip_notes[BCTEXTLEN]; @@ -110,6 +112,8 @@ public: float red, green, blue; float red_max, green_max, blue_max; int use_max; +// mask solo track, or -1 + int solo_track_id; private: // The reason why selection ranges and inpoints have to be separate: // The selection position has to change to set new in points.