bug fix for In/Out pointer Attach Effect on empty track/location - Andrew+Anon
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / autos.h
index 2e841bfd4cb44611668366bb746bd4c128526253..dcb997d8b76f8e5744843bfe7f3aa303ccc07849 100644 (file)
@@ -61,6 +61,7 @@ public:
        int auto_exists_for_editing(double position);
 // Returns auto at exact position, null if non-existent. ignores autokeyframming and align on frames
        Auto* get_auto_at_position(double position = -1);
+       Auto* get_auto(int id);
 
 // Get keyframe for editing with creation
 // create: <0: always new keyframe, =0: no new keyframe, >0: auto keyframe
@@ -116,7 +117,7 @@ public:
 
 
 
-       int clear_all();
+       void clear_all();
        int insert(int64_t start, int64_t end);
        int paste_silence(int64_t start, int64_t end);
 // Copy for keyframe clipboard & drag & drop