X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fedl.h;h=e59556640eda8d440927af15e4af87d66f95df88;hp=2e8eec9c6e57efe650da415c9bcc6a42acd31079;hb=243336668c89096732786c6b3f3c5918aa2eff26;hpb=0513350234a8dcd08e5a0117d5121724ef7b76b6 diff --git a/cinelerra-5.1/cinelerra/edl.h b/cinelerra-5.1/cinelerra/edl.h index 2e8eec9c..e5955664 100644 --- a/cinelerra-5.1/cinelerra/edl.h +++ b/cinelerra-5.1/cinelerra/edl.h @@ -95,7 +95,9 @@ public: int direction, PlayableTracks *playable_tracks); -// Convert position to frames if cursor alignment is enabled +// Convert position to frame boundry times + double frame_align(double position, int round); +// frame align if cursor alignment is enabled double align_to_frame(double position, int round); // increase track w/h to at least session w/h @@ -129,6 +131,7 @@ public: // Set points and labels void set_inpoint(double position); void set_outpoint(double position); + void unset_inoutpoint(); // Redraw resources during index builds void set_index_file(Indexable *indexable); // Add assets from the src to the destination @@ -186,6 +189,7 @@ public: int edit_autos); void remove_from_project(ArrayList *assets); void remove_from_project(ArrayList *clips); + int blade(double position); int clear(double start, double end, int clear_labels,