X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Flocalsession.h;h=9b962456f55079cdffae0213729a47822b38ecaa;hb=22c6251d37911a11e322bf7518e6a992ea0bb6c7;hp=ecf48b620a259ee2f4aaaa0ea5bd59939c8c4ba5;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/localsession.h b/cinelerra-5.1/cinelerra/localsession.h index ecf48b62..9b962456 100644 --- a/cinelerra-5.1/cinelerra/localsession.h +++ b/cinelerra-5.1/cinelerra/localsession.h @@ -67,6 +67,7 @@ public: void synchronize_params(LocalSession *that); void boundaries(); + void reset_view_limits(); EDL *edl; @@ -74,6 +75,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]; @@ -97,12 +100,13 @@ public: // Amplitude zoom int64_t zoom_y; // Track zoom - int64_t zoom_track; + int64_t zoom_atrack; + int64_t zoom_vtrack; // Vertical automation scale float automation_mins[AUTOGROUPTYPE_COUNT]; float automation_maxs[AUTOGROUPTYPE_COUNT]; - int zoombar_showautotype; + int zoombar_showautotype, zoombar_showautocolor; // Default type of float keyframe int floatauto_type; @@ -110,6 +114,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.