usb_direct fix for rev2 shuttle, playbackengine locks again, viewer cursor fix
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / mwindow.h
1 /*
2  * CINELERRA
3  * Copyright (C) 1997-2014 Adam Williams <broadcast at earthling dot net>
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18  *
19  */
20
21 #ifndef MWINDOW_H
22 #define MWINDOW_H
23
24 #include <stdio.h>
25 #include <stdint.h>
26
27 #include "apatchgui.h"
28 #include "arraylist.h"
29 #include "asset.inc"
30 #include "assets.inc"
31 #include "audiodevice.inc"
32 #include "autos.inc"
33 #include "awindow.inc"
34 #include "batchrender.inc"
35 #include "bcwindowbase.inc"
36 #include "bdcreate.inc"
37 #include "brender.inc"
38 #include "cache.inc"
39 #include "channel.inc"
40 #include "channeldb.inc"
41 #include "commercials.inc"
42 #include "cwindow.inc"
43 #include "bchash.inc"
44 #include "devicedvbinput.inc"
45 #include "devicempeginput.inc"
46 #include "dvdcreate.inc"
47 #include "edit.inc"
48 #include "edl.inc"
49 #include "edlsession.inc"
50 #include "exportedl.inc"
51 #include "filesystem.inc"
52 #include "filexml.inc"
53 #include "framecache.inc"
54 #include "gwindow.inc"
55 #include "indexable.inc"
56 #include "keyframegui.inc"
57 #include "levelwindow.inc"
58 #include "loadmode.inc"
59 #include "mainerror.inc"
60 #include "mainindexes.inc"
61 #include "mainprogress.inc"
62 #include "mainsession.inc"
63 #include "mainundo.inc"
64 #include "maxchannels.h"
65 #include "mutex.inc"
66 #include "mwindow.inc"
67 #include "mwindowgui.inc"
68 #include "new.inc"
69 #include "patchbay.inc"
70 #include "playback3d.inc"
71 #include "playbackengine.inc"
72 #include "plugin.inc"
73 #include "pluginfclient.inc"
74 #include "pluginserver.inc"
75 #include "pluginset.inc"
76 #include "preferences.inc"
77 #include "preferencesthread.inc"
78 #include "proxy.inc"
79 #include "record.inc"
80 #include "recordlabel.inc"
81 #include "render.inc"
82 #include "sharedlocation.inc"
83 #include "sighandler.inc"
84 #include "splashgui.inc"
85 #include "shuttle.inc"
86 #include "theme.inc"
87 #include "thread.h"
88 #include "threadloader.inc"
89 #include "timebar.inc"
90 #include "timebomb.h"
91 #include "tipwindow.inc"
92 #include "track.inc"
93 #include "tracking.inc"
94 #include "tracks.inc"
95 #include "transition.inc"
96 #include "transportque.inc"
97 #include "videowindow.inc"
98 #include "vpatchgui.h"
99 #include "vwindow.inc"
100 #include "zwindow.inc"
101 #include "wwindow.inc"
102 #include "wavecache.inc"
103
104 #define FONT_SEARCHPATH "fonts"
105
106
107 class MWindow : public Thread
108 {
109 public:
110         MWindow();
111         ~MWindow();
112
113 // ======================================== initialization commands
114         void create_objects(int want_gui,
115                 int want_new,
116                 char *config_path);
117         void show_splash();
118         void hide_splash();
119         void start();
120         void run();
121
122         int run_script(FileXML *script);
123         int new_project();
124         int delete_project(int flash = 1);
125         void quit();
126         int restart() { return restart_status; }
127
128         int load_defaults();
129         int save_defaults();
130         int set_filename(const char *filename);
131 // Total vertical pixels in timeline
132         int get_tracks_height();
133 // Total horizontal pixels in timeline
134         int get_tracks_width();
135 // Show windows
136         void show_vwindow();
137         void show_awindow();
138         void show_lwindow();
139         void show_cwindow();
140         void show_gwindow();
141         void hide_gwindow();
142         void restore_windows();
143         void save_layout(int no);
144         void load_layout(int no);
145         int tile_windows(int window_config);
146         char *get_cwindow_display();
147         void set_screens(int value);
148         int asset_to_edl(EDL *new_edl,
149                 Asset *new_asset,
150                 RecordLabels *labels = 0);
151
152 // Entry point to insert assets and insert edls.  Called by TrackCanvas
153 // and AssetPopup when assets are dragged in from AWindow.
154 // Takes the drag vectors from MainSession and
155 // pastes either assets or clips depending on which is full.
156 // Returns 1 if the vectors were full
157         int paste_assets(double position, Track *dest_track, int overwrite);
158
159 // Insert the assets at a point in the EDL.  Called by menueffects,
160 // render, and CWindow drop but recording calls paste_edls directly for
161 // labels.
162         void load_assets(ArrayList<Indexable*> *new_assets,
163                 double position,
164                 int load_mode,
165                 Track *first_track /* = 0 */,
166                 RecordLabels *labels /* = 0 */,
167                 int edit_labels,
168                 int edit_plugins,
169                 int edit_autos,
170                 int overwrite);
171         int paste_edls(ArrayList<EDL*> *new_edls,
172                 int load_mode,
173                 Track *first_track /* = 0 */,
174                 double current_position /* = -1 */,
175                 int edit_labels,
176                 int edit_plugins,
177                 int edit_autos,
178                 int overwrite);
179 // Reset everything for a load
180         void update_project(int load_mode);
181         void update_vwindow();
182 // Fit selected time to horizontal display range
183         void fit_selection();
184         EDL *selected_edits_to_clip(int packed,
185                 double *start_position, Track **start_track,
186                 int edit_labels, int edit_autos, int edit_plugins);
187         void selected_edits_to_clipboard(int packed);
188 // Fit selected autos to the vertical display range
189         void fit_autos(int all);
190         void change_currentautorange(int autogrouptype, int increment, int changemax);
191         void expand_autos(int changeall, int domin, int domax);
192         void shrink_autos(int changeall, int domin, int domax);
193 // move the window to include the cursor
194         void find_cursor();
195 // Search plugindb and put results in argument
196         static void search_plugindb(int do_audio,
197                 int do_video,
198                 int is_realtime,
199                 int is_transition,
200                 int is_theme,
201                 ArrayList<PluginServer*> &results);
202 // Find the plugin whose title matches title and return it
203         static PluginServer* scan_plugindb(char *title,
204                 int data_type);
205         static void fix_plugin_title(char *title);
206         static int plugin_exists(const char *plugin_path, ArrayList<PluginServer*> &plugins);
207         static int plugin_exists(char *plugin_path);
208         void dump_plugindb(FILE *fp);
209         void stop_playback(int wait);
210         void stop_transport();
211         void undo_before(const char *description = "", void *creator = 0);
212         void undo_after(const char *description, uint32_t load_flags, int changes_made = 1);
213
214         void handle_mixers(EDL *edl, int command, int wait_tracking,
215                 int use_inout, int toggle_audio, int loop_play, float speed);
216         ZWindow *create_mixer(Indexable *indexable);
217         void create_mixers();
218         void refresh_mixers(int dir=1);
219         void stop_mixers();
220         void close_mixers(int destroy=1);
221         void open_mixers();
222         ZWindow *get_mixer(Mixer *&mixer);
223         void del_mixer(ZWindow *zwindow);
224         int mixer_track_active(Track *track);
225         void update_mixer_tracks();
226         void start_mixer();
227         int select_zwindow(ZWindow *zwindow);
228         void tile_mixers();
229
230         int load_filenames(ArrayList<char*> *filenames,
231                 int load_mode = LOADMODE_REPLACE,
232 // Cause the project filename on the top of the window to be updated.
233 // Not wanted for loading backups.
234                 int update_filename = 1);
235
236
237 // Print out plugins which are referenced in the EDL but not loaded.
238         void test_plugins(EDL *new_edl, char *path);
239
240         int interrupt_indexes();  // Stop index building
241
242         int redraw_time_dependancies();     // after reconfiguring the time format, sample rate, frame rate
243
244 // =========================================== movement
245
246         void next_time_format();
247         void prev_time_format();
248         void time_format_common();
249         int reposition_timebar(int new_pixel, int new_height);
250         int expand_sample();
251         int zoom_in_sample();
252         int zoom_sample(int64_t zoom_sample);
253         void zoom_autos(float min, float max);
254         void zoom_amp(int64_t zoom_amp);
255         void zoom_track(int64_t zoom_track);
256         int fit_sample();
257         int move_left(int64_t distance = 0);
258         int move_right(int64_t distance = 0);
259         void move_up(int64_t distance = 0);
260         void move_down(int64_t distance = 0);
261         int find_selection(double position, int scroll_display = 0);
262         void toggle_camera_xyz();
263         void toggle_projector_xyz();
264         double get_position();
265         void set_position(double position);
266
267 // seek to labels
268 // shift_down must be passed by the caller because different windows call
269 // into this
270         int next_label(int shift_down);
271         int prev_label(int shift_down);
272 // seek to edit handles
273         int next_edit_handle(int shift_down);
274         int prev_edit_handle(int shift_down);
275 // seek to keyframes
276         int nearest_plugin_keyframe(int shift_down, int dir);
277 // offset is pixels to add to track_start
278         void trackmovement(int offset, int pane_number);
279 // view_start is pixels
280         int samplemovement(int64_t view_start, int pane_number);
281         void select_all();
282         int goto_start();
283         int goto_end();
284         int goto_position(double position);
285         int expand_y();
286         int zoom_in_y();
287         int expand_t();
288         int zoom_in_t();
289         void split_x();
290         void split_y();
291         void crop_video();
292         void update_plugins();
293 // Call after every edit operation
294         void save_backup();
295         void load_backup();
296         void show_plugin(Plugin *plugin);
297         void hide_plugin(Plugin *plugin, int lock);
298         void hide_plugins();
299         void delete_plugin(PluginServer *plugin);
300 // Update plugins with configuration changes.
301 // Called by TrackCanvas::cursor_motion_event.
302         void update_plugin_guis(int do_keyframe_guis = 1);
303         void update_plugin_states();
304         void update_plugin_titles();
305 // Called by Attachmentpoint during playback.
306 // Searches for matching plugin and renders data in it.
307         void render_plugin_gui(void *data, Plugin *plugin);
308         void render_plugin_gui(void *data, int size, Plugin *plugin);
309
310 // Called from PluginVClient::process_buffer
311 // Returns 1 if a GUI for the plugin is open so OpenGL routines can determine if
312 // they can run.
313         int plugin_gui_open(Plugin *plugin);
314
315         void show_keyframe_gui(Plugin *plugin);
316         void hide_keyframe_guis();
317         void hide_keyframe_gui(Plugin *plugin);
318         void update_keyframe_guis();
319         int get_hash_color(Edit *edit);
320         int get_hash_color(int v);
321         int get_group_color(int v);
322         int get_title_color(Edit *edit);
323
324 // ============================= editing commands ========================
325
326 // Map each recordable audio track to the desired pattern
327         void map_audio(int pattern);
328         void remap_audio(int pattern);
329         enum
330         {
331                 AUDIO_5_1_TO_2,
332                 AUDIO_1_TO_1
333         };
334         void add_audio_track_entry(int above, Track *dst);
335         int add_audio_track(int above, Track *dst);
336         void add_clip_to_edl(EDL *edl);
337         void add_video_track_entry(Track *dst = 0);
338         int add_video_track(int above, Track *dst);
339         void add_subttl_track_entry(Track *dst = 0);
340         int add_subttl_track(int above, Track *dst);
341
342         void asset_to_all();
343         void asset_to_size();
344         void asset_to_rate();
345 // Entry point for clear operations.
346         void clear_entry();
347 // Clears active region in EDL.
348 // If clear_handle, edit boundaries are cleared if the range is 0.
349 // Called by paste, record, menueffects, render, and CWindow drop.
350         void clear(int clear_handle);
351         void clear_labels();
352         int clear_labels(double start, double end);
353         void concatenate_tracks();
354         void copy();
355         int copy(double start, double end);
356         void cut();
357         void blade(double position);
358         void cut(double start, double end, double new_position=-1);
359 // cut edit from current position to handle/label
360         void cut_left_edit();
361         void cut_right_edit();
362         void cut_left_label();
363         void cut_right_label();
364
365 // Calculate aspect ratio from pixel counts
366         static int create_aspect_ratio(float &w, float &h, int width, int height);
367 // Calculate defaults path
368         static void create_defaults_path(char *string, const char *config_file);
369
370         void delete_track();
371         void delete_track(Track *track);
372         void delete_tracks();
373         int feather_edits(int64_t feather_samples, int audio, int video);
374         int64_t get_feather(int audio, int video);
375         float get_aspect_ratio();
376         void insert(double position, FileXML *file,
377                 int edit_labels, int edit_plugins, int edit_autos,
378                 EDL *parent_edl, Track *first_track, int overwrite);
379
380 // TrackCanvas calls this to insert multiple effects from the drag_pluginservers
381 // into pluginset_highlighted.
382         void insert_effects_canvas(double start, double length);
383
384 // CWindow calls this to insert multiple effects from
385 // the drag_pluginservers array.
386         void insert_effects_cwindow(Track *dest_track);
387
388 // Attach new effect to all recordable tracks
389 // single_standalone - attach 1 standalone on the first track and share it with
390 // other tracks
391         void insert_effect(char *title,
392                 SharedLocation *shared_location,
393                 int data_type, int plugin_type, int single_standalone);
394
395 // This is called multiple times by the above functions.
396 // It can't sync parameters.
397         void insert_effect(char *title,
398                 SharedLocation *shared_location,
399                 Track *track, PluginSet *plugin_set,
400                 double start, double length, int plugin_type);
401
402         void match_output_size(Track *track);
403         void delete_edit(Edit *edit, const char *msg, int collapse=0);
404         void delete_edits(ArrayList<Edit*> *edits, const char *msg, int collapse=0);
405         void delete_edits(int collapse=0);
406         void cut_selected_edits(int collapse, int packed);
407 // Move edit to new position
408         void move_edits(ArrayList<Edit*> *edits, Track *track, double position,
409                 int mode); // mode: 0 - mute and overwrite,  1 - cut and paste
410         void paste_edits(EDL *clip, Track *first_track, double position, int overwrite,
411                 int edit_edits, int edit_labels, int edit_autos, int edit_plugins);
412         void paste_clipboard(Track *first_track, double position, int overwrite,
413                 int edit_edits, int edit_labels, int edit_autos, int edit_plugins);
414         void move_group(EDL *group, Track *first_track, double position, int overwrite);
415 // Move effect to position
416         void move_effect(Plugin *plugin, Track *track, int64_t position);
417         void move_effect(Plugin *plugin, PluginSet *plugin_set, int64_t position);
418         void move_plugins_up(PluginSet *plugin_set);
419         void move_plugins_down(PluginSet *plugin_set);
420         void move_track_down(Track *track);
421         void move_tracks_down();
422         void move_track_up(Track *track);
423         void move_tracks_up();
424         void mute_selection();
425         void new_folder(const char *new_folder, int is_clips);
426         void delete_folder(char *folder);
427 // For clipboard commands
428         void paste();
429         void paste(double start, Track *first_track, int clear_selection, int overwrite);
430 // For splice and overwrite
431         void overwrite(EDL *source, int all);
432         void splice(EDL *source, int all);
433         int paste(double start, double end, FileXML *file,
434                 int edit_labels, int edit_plugins, int edit_autos,
435                 Track *first_track, int overwrite);
436         int paste_output(int64_t startproject, int64_t endproject,
437                 int64_t startsource_sample, int64_t endsource_sample,
438                 int64_t startsource_frame, int64_t endsource_frame,
439                 Asset *asset, RecordLabels *new_labels);
440         void paste_silence();
441
442 // Detach single transition
443         void detach_transition(Transition *transition);
444 // Detach all transitions in selection
445         void detach_transitions();
446 // Attach dragged transition
447         void paste_transition();
448 // Attach transition to all edits in selection
449         void paste_transitions(int track_type, char *title);
450 // Attach transition dragged onto CWindow
451         void paste_transition_cwindow(Track *dest_track);
452 // Attach default transition to single edit
453         void paste_audio_transition();
454         void paste_video_transition();
455         void shuffle_edits();
456         void reverse_edits();
457         void align_edits();
458         void set_edit_length(double length);
459 // Set length of single transition
460         void set_transition_length(Transition *transition, double length);
461 // Set length in seconds of all transitions in active range
462         void set_transition_length(double length);
463
464         void remove_indexfile(Indexable *indexable);
465         void rebuild_indices();
466 // Asset removal from caches
467         void reset_caches();
468         void remove_asset_from_caches(Asset *asset);
469         void remove_assets_from_project(int push_undo /* = 0 */,
470                 int redraw /* 1 */,
471                 ArrayList<Indexable*> *drag_assets /* mwindow->session->drag_assets */,
472                 ArrayList<EDL*> *drag_clips /* mwindow->session->drag_clips */);
473         void remove_assets_from_disk();
474         void resize_track(Track *track, int w, int h);
475
476         void set_automation_mode(int mode);
477         void set_keyframe_type(int mode);
478         void set_auto_keyframes(int value);
479         void set_auto_visibility(Autos *autos, int value);
480         void set_labels_follow_edits(int value);
481
482 // Update the editing mode
483         int set_editing_mode(int new_editing_mode);
484         void toggle_editing_mode();
485         void set_inpoint();
486         void set_outpoint();
487         void unset_inoutpoint();
488         void toggle_loop_playback();
489         void trim_selection();
490 // Synchronize EDL settings with all playback engines depending on current
491 // operation.  Doesn't redraw anything.
492         void sync_parameters(int change_type = CHANGE_PARAMS);
493         void save_clip(EDL *new_edl, const char *txt);
494         void to_clip(EDL *edl, const char *txt, int all);
495         int toggle_label();
496         void undo_entry(BC_WindowBase *calling_window_gui);
497         void redo_entry(BC_WindowBase *calling_window_gui);
498         void save_undo_data();
499         void load_undo_data();
500         int copy_target(const char *path, const char *target);
501         int link_target(const char *real_path, const char *link_path, int relative);
502         void save_project(const char *dir, int save_mode, int overwrite, int reload);
503
504         int cut_automation();
505         int copy_automation();
506         int paste_automation();
507         void clear_automation();
508         int cut_default_keyframe();
509         int copy_default_keyframe();
510 // Use paste_automation to paste the default keyframe in other position.
511 // Use paste_default_keyframe to replace the default keyframe with whatever is
512 // in the clipboard.
513         int paste_default_keyframe();
514         int clear_default_keyframe();
515
516         FloatAuto* get_float_auto(PatchGUI *patch,int idx);
517         IntAuto* get_int_auto(PatchGUI *patch,int idx);
518         PanAuto* get_pan_auto(PatchGUI *patch);
519         PatchGUI *get_patchgui(Track *track);
520
521         int modify_edithandles();
522         int modify_pluginhandles();
523         void finish_modify_handles();
524         void rescale_proxy(EDL *clip, int orig_scale, int new_scale);
525         void add_proxy(int use_scaler,
526                 ArrayList<Indexable*> *orig_assets,
527                 ArrayList<Indexable*> *proxy_assets);
528         int render_proxy(ArrayList<Indexable *> &new_idxbls);
529         void beep(double freq, double secs, double gain);
530         int enable_proxy();
531         int disable_proxy();
532         int to_proxy(Asset *asset, int new_scale, int new_use_scaler);
533         ProxyBeep *proxy_beep;
534
535         void dump_plugins(FILE *fp=stdout);
536         void dump_edl(FILE *fp=stdout);
537         void dump_undo(FILE *fp=stdout);
538         void dump_exe(FILE *fp=stdout);
539         static void trap_hook(FILE *fp, void *vp);
540
541         void reset_android_remote();
542
543 // Send new EDL to caches
544         void age_caches();
545         int optimize_assets();            // delete unused assets from the cache and assets
546
547         void select_point(double position);
548         int set_loop_boundaries();         // toggle loop playback and set boundaries for loop playback
549
550
551         Playback3D *playback_3d;
552         SplashGUI *splash_window;
553
554 // Main undo stack
555         MainUndo *undo;
556         int undo_command;
557
558         BC_Hash *defaults;
559         Assets *assets;
560 // CICaches for drawing timeline only
561         CICache *audio_cache, *video_cache;
562 // Frame cache for drawing timeline only.
563 // Cache drawing doesn't wait for file decoding.
564         FrameCache *frame_cache;
565         WaveCache *wave_cache;
566         Preferences *preferences;
567         PreferencesThread *preferences_thread;
568         MainSession *session;
569         Theme *theme;
570         MainIndexes *mainindexes;
571         MainProgress *mainprogress;
572         BRender *brender;
573         char cin_lang[4];
574         int brender_active;
575         const char *default_standard;
576         static Commercials *commercials;
577         int commercial_active;
578         int has_commercials();
579 // copy of edl created in speed_before, used in speed_after to normalize_speed
580         EDL *speed_edl;
581
582 // Menu items
583         ArrayList<ColormodelItem*> colormodels;
584         ArrayList<InterlacemodeItem*>          interlace_project_modes;
585         ArrayList<InterlacemodeItem*>          interlace_asset_modes;
586         ArrayList<InterlacefixmethodItem*>     interlace_asset_fixmethods;
587
588         int reset_meters();
589         void resync_guis();
590
591         int select_asset(Asset *asset, int vstream, int astream, int delete_tracks);
592         int select_asset(int vtrack, int delete_tracks);
593
594 // Channel DB for playback only.  Record channel DB's are in record.C
595         ChannelDB *channeldb_buz;
596         ChannelDB *channeldb_v4l2jpeg;
597
598 // ====================================== plugins ==============================
599
600 // Contains file descriptors for all the dlopens
601         static ArrayList<PluginServer*> *plugindb;
602 // Currently visible plugins
603         int64_t plugin_visibility;
604         ArrayList<PluginServer*> *plugin_guis;
605 // GUI Plugins to delete
606         ArrayList<PluginServer*> *dead_plugins;
607 // Keyframe editors
608         ArrayList<KeyFrameThread*> *keyframe_threads;
609
610 // Adjust sample position to line up with frames.
611         int fix_timing(int64_t &samples_out,
612                 int64_t &frames_out,
613                 int64_t samples_in);
614
615
616         CreateBD_Thread *create_bd;
617         CreateDVD_Thread *create_dvd;
618         BatchRenderThread *batch_render;
619         Render *render;
620
621         ExportEDL *exportedl;
622
623
624 // Master edl
625         EDL *edl;
626 // Main Window GUI
627         MWindowGUI *gui;
628 // Compositor
629         CWindow *cwindow;
630 // Viewer
631         Mutex *vwindows_lock;
632         ArrayList<VWindow*> vwindows;
633 // Mixer
634         Mutex *zwindows_lock;
635         ArrayList<ZWindow*> zwindows;
636 // Asset manager
637         AWindow *awindow;
638 // Automation window
639         GWindow *gwindow;
640 // Tip of the day
641         TipWindow *twindow;
642 // Warning window
643         WWindow *wwindow;
644         void show_warning(int *do_warning, const char *text);
645         int wait_warning();
646 // Levels
647         LevelWindow *lwindow;
648         Mutex *run_lock;
649 // Lock during creation and destruction of GUI
650         Mutex *plugin_gui_lock;
651         Mutex *dead_plugin_lock;
652         Mutex *keyframe_gui_lock;
653 // Lock during creation and destruction of brender so playback doesn't use it.
654         Mutex *brender_lock;
655 // Initialize shared memory
656         void init_shm(const char *pfn, int64_t min);
657 // Initialize channel DB's for playback
658         void init_channeldb();
659         void init_render();
660         void init_exportedl();
661 // These three happen synchronously with each other
662 // Make sure this is called after synchronizing EDL's.
663         void init_brender();
664 // Restart brender after testing its existence
665         void restart_brender();
666 // Stops brender after testing its existence
667         void stop_brender();
668 // This one happens asynchronously of the others.  Used by playback to
669 // see what frame is background rendered.
670         int brender_available(int position);
671         void set_brender_active(int v, int update=1);
672         int put_commercial();
673         void activate_commercial() { commercial_active = 1; }
674         void commit_commercial();
675         void undo_commercial();
676         void cut_commercials();
677         void update_gui(int changed_edl);
678         int paste_subtitle_text(char *text, double start, double end);
679
680         void init_error();
681         void finit_error();
682         static void init_defaults(BC_Hash* &defaults, char *config_path);
683         void check_language();
684         const char *default_std();
685         void fill_preset_defaults(const char *preset, EDLSession *session);
686         const char *get_preset_name(int index);
687         void init_edl();
688         void init_awindow();
689         void init_gwindow();
690         void init_tipwindow();
691 // Used by MWindow and RenderFarmClient
692         static void get_plugin_path(char *path, const char *plug_dir, const char *fs_path);
693         static int init_plugins(MWindow *mwindow, Preferences *preferences);
694         static int init_ladspa_plugins(MWindow *mwindow, Preferences *preferences);
695         static void init_plugin_tips(ArrayList<PluginServer*> &plugins, const char *lang);
696         static int check_plugin_index(ArrayList<PluginServer*> &plugins,
697                 const char *plug_dir, const char *plug_path);
698         static void init_plugin_index(MWindow *mwindow, Preferences *preferences,
699                 FILE *fp, const char *plugin_dir);
700         static int init_ladspa_index(MWindow *mwindow, Preferences *preferences,
701                 FILE *fp, const char *plugin_dir);
702         static void scan_plugin_index(MWindow *mwindow, Preferences *preferences,
703                 FILE *fp, const char *plug_dir, const char *plug_path, int &idx);
704         static void init_ffmpeg();
705         static void init_ffmpeg_index(MWindow *mwindow, Preferences *preferences, FILE *fp);
706         static int load_plugin_index(MWindow *mwindow, FILE *fp, const char *plugin_dir);
707         static PluginServer *new_ffmpeg_server(MWindow *mwindow, const char *name);
708         static int init_lv2_index(MWindow *mwindow, Preferences *preferences, FILE *fp);
709         static PluginServer *new_lv2_server(MWindow *mwindow, const char *name);
710         static void remove_plugin_index();
711
712         void init_preferences();
713         void init_signals();
714         void init_shuttle();
715         void init_theme();
716         void init_compositor();
717         void init_levelwindow();
718 // Called when creating a new viewer to view footage
719         VWindow* get_viewer(int start_it, int idx=-1);
720         void init_cache();
721         void init_menus();
722         void init_indexes();
723         void init_gui();
724         void init_3d();
725         void init_playbackcursor();
726         void init_commercials();
727         static void add_plugins(ArrayList<PluginServer*> &plugins);
728         static void delete_plugins();
729         void speed_before();
730         int speed_after(int done);
731         int normalize_speed(EDL *old_edl, EDL *new_edl);
732 //
733         void clean_indexes();
734 //      TimeBomb timebomb;
735         SigHandler *sighandler;
736         int restart_status;
737         int screens;
738         int in_destructor;
739         Shuttle *shuttle;
740 };
741
742 #endif