blade and hard egdes, undo cache reset bug, sams ladspa icons, theme image access...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / edl.C
index a27e10cc5e37a287c5244ea22f222945a92ec035..12fe4f35ea2e6e93f5a69410a364078ed2eae229 100644 (file)
@@ -840,6 +840,11 @@ void EDL::deglitch(double position)
        }
 }
 
+int EDL::blade(double position)
+{
+       return tracks->blade(align_to_frame(position,0));
+}
+
 int EDL::clear(double start, double end,
        int clear_labels, int clear_plugins, int edit_autos)
 {