X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Flocalsession.h;h=9b962456f55079cdffae0213729a47822b38ecaa;hb=22c6251d37911a11e322bf7518e6a992ea0bb6c7;hp=ea0a2d6b78c1e624aab2ff6fa54e37e19a28f17c;hpb=bdd6708750aa8b8315e9f4456504903f5f368807;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/localsession.h b/cinelerra-5.1/cinelerra/localsession.h index ea0a2d6b..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; @@ -99,7 +100,8 @@ 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]; @@ -112,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.