hard edges rework, add hard edge in gwdw, config.ac nv/cuda tweaks, message log warn...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / localsession.h
index ecf48b620a259ee2f4aaaa0ea5bd59939c8c4ba5..ea0a2d6b78c1e624aab2ff6fa54e37e19a28f17c 100644 (file)
@@ -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];
@@ -102,7 +104,7 @@ public:
 
        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;