X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fmwindow.h;h=22f43e54b74a2038784a086e8e3db3adb34ed6c6;hb=0c36fdb4fc4d4a2efe353e2b6eb0bf5a1b1485d6;hp=4f49de7b9ef429809766c1a5d5e7e5b7ef9675b9;hpb=4d2d052cc767103a8699b1de0e3a1f36844ac04f;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/mwindow.h b/cinelerra-5.1/cinelerra/mwindow.h index 4f49de7b..22f43e54 100644 --- a/cinelerra-5.1/cinelerra/mwindow.h +++ b/cinelerra-5.1/cinelerra/mwindow.h @@ -466,8 +466,8 @@ public: // Synchronize EDL settings with all playback engines depending on current // operation. Doesn't redraw anything. void sync_parameters(int change_type = CHANGE_PARAMS); + void save_clip(EDL *new_edl, const char *txt); void to_clip(EDL *edl, const char *txt); - void to_clip(const char *txt); int toggle_label(int is_mwindow); void undo_entry(BC_WindowBase *calling_window_gui); void redo_entry(BC_WindowBase *calling_window_gui); @@ -492,6 +492,8 @@ public: int modify_edithandles(); int modify_pluginhandles(); void finish_modify_handles(); + void set_proxy(int new_scale, + ArrayList *orig_assets, ArrayList *proxy_assets); void dump_plugins(FILE *fp=stdout); void dump_edl(FILE *fp=stdout); @@ -647,6 +649,7 @@ public: static void get_plugin_path(char *path, const char *plug_dir, const char *fs_path); static int init_plugins(MWindow *mwindow, Preferences *preferences); static int init_ladspa_plugins(MWindow *mwindow, Preferences *preferences); + static void init_plugin_tips(ArrayList &plugins, const char *lang); static int check_plugin_index(ArrayList &plugins, const char *plug_dir, const char *plug_path); static void init_plugin_index(MWindow *mwindow, Preferences *preferences,