Create new track by dragging an instrument from the favorites sidebar
[ardour.git] / gtk2_ardour / ardour_ui.h
1 /*
2     Copyright (C) 1999-2002 Paul Davis
3
4     This program is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by
6     the Free Software Foundation; either version 2 of the License, or
7     (at your option) any later version.
8
9     This program is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.
13
14     You should have received a copy of the GNU General Public License
15     along with this program; if not, write to the Free Software
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
18 */
19
20 #ifndef __ardour_gui_h__
21 #define __ardour_gui_h__
22
23 #include <time.h>
24
25 /* need _BSD_SOURCE to get timersub macros */
26
27 #ifdef _BSD_SOURCE
28 #include <sys/time.h>
29 #else
30 #define _BSD_SOURCE
31 #include <sys/time.h>
32 #undef _BSD_SOURCE
33 #endif
34
35 #include <list>
36 #include <cmath>
37
38
39 #include "pbd/xml++.h"
40 #include "pbd/controllable.h"
41 #include <gtkmm/box.h>
42 #include <gtkmm/frame.h>
43 #include <gtkmm/label.h>
44 #include <gtkmm/table.h>
45 #include <gtkmm/fixed.h>
46 #include <gtkmm/drawingarea.h>
47 #include <gtkmm/eventbox.h>
48 #include <gtkmm/menu.h>
49 #include <gtkmm/menuitem.h>
50 #include <gtkmm/button.h>
51 #include <gtkmm/togglebutton.h>
52 #include <gtkmm/treeview.h>
53 #include <gtkmm/menubar.h>
54 #include <gtkmm/textbuffer.h>
55 #include <gtkmm/adjustment.h>
56
57 #include "gtkmm2ext/gtk_ui.h"
58 #include "gtkmm2ext/click_box.h"
59 #include "gtkmm2ext/stateful_button.h"
60 #include "gtkmm2ext/bindable_button.h"
61 #include "gtkmm2ext/bindings.h"
62
63 #include "ardour/ardour.h"
64 #include "ardour/types.h"
65 #include "ardour/utils.h"
66 #include "ardour/plugin.h"
67 #include "ardour/session_handle.h"
68 #include "ardour/system_exec.h"
69
70 #include "video_timeline.h"
71
72 #include "add_route_dialog.h"
73 #include "ardour_button.h"
74 #include "ardour_dialog.h"
75 #include "ardour_window.h"
76 #include "editing.h"
77 #include "enums.h"
78 #include "visibility_group.h"
79 #include "window_manager.h"
80
81 #ifdef COMPILER_MSVC
82 #include "about.h"
83 #include "add_video_dialog.h"
84 #include "big_clock_window.h"
85 #include "bundle_manager.h"
86 #include "engine_dialog.h"
87 #include "export_video_dialog.h"
88 #include "global_port_matrix.h"
89 #include "keyeditor.h"
90 #include "location_ui.h"
91 #include "lua_script_manager.h"
92 #include "rc_option_editor.h"
93 #include "route_params_ui.h"
94 #include "session_option_editor.h"
95 #include "speaker_dialog.h"
96 #else
97 class About;
98 class AddRouteDialog;
99 class AddVideoDialog;
100 class BigClockWindow;
101 class BundleManager;
102 class EngineControl;
103 class ExportVideoDialog;
104 class KeyEditor;
105 class LocationUIWindow;
106 class LuaScriptManager;
107 class RCOptionEditor;
108 class RouteParams_UI;
109 class SessionOptionEditor;
110 class SpeakerDialog;
111 class GlobalPortMatrixWindow;
112 #endif
113
114 class VideoTimeLine;
115 class ArdourKeyboard;
116 class AudioClock;
117 class ButtonJoiner;
118 class ConnectionEditor;
119 class DuplicateRouteDialog;
120 class MainClock;
121 class Mixer_UI;
122 class ArdourPrompter;
123 class PublicEditor;
124 class SaveAsDialog;
125 class SessionDialog;
126 class SessionOptionEditorWindow;
127 class ShuttleControl;
128 class Splash;
129 class TimeInfoBox;
130 class Meterbridge;
131 class LuaWindow;
132 class MidiTracer;
133 class NSM_Client;
134 class LevelMeterHBox;
135 class GUIObjectState;
136
137 namespace ARDOUR {
138         class ControlProtocolInfo;
139         class IO;
140         class Port;
141         class Route;
142         class RouteGroup;
143         class Location;
144         class ProcessThread;
145 }
146
147 namespace Gtk {
148         class ProgressBar;
149 }
150
151 namespace Gtkmm2ext {
152         class Tabbable;
153 }
154
155 class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
156 {
157 public:
158         ARDOUR_UI (int *argcp, char **argvp[], const char* localedir);
159         ~ARDOUR_UI();
160
161         bool run_startup (bool should_be_new, std::string load_template);
162
163         void show_splash ();
164         void hide_splash ();
165
166         void launch_chat ();
167         void launch_manual ();
168         void launch_reference ();
169         void launch_tracker ();
170         void launch_subscribe ();
171         void launch_cheat_sheet ();
172         void launch_website ();
173         void launch_website_dev ();
174         void launch_forums ();
175         void launch_howto_report ();
176         void show_about ();
177         void hide_about ();
178
179         void load_from_application_api (const std::string& path);
180         void finish();
181
182         int load_session (const std::string& path, const std::string& snapshot, std::string mix_template = std::string());
183         bool session_loaded;
184         int build_session (const std::string& path, const std::string& snapshot, ARDOUR::BusProfile&);
185         bool session_is_new() const { return _session_is_new; }
186
187         ARDOUR::Session* the_session() { return _session; }
188
189         bool get_smart_mode () const;
190
191         int get_session_parameters (bool quit_on_cancel, bool should_be_new = false, std::string load_template = "");
192         int  build_session_from_dialog (SessionDialog&, const std::string& session_name, const std::string& session_path);
193         bool ask_about_loading_existing_session (const std::string& session_path);
194
195         /// @return true if session was successfully unloaded.
196         int unload_session (bool hide_stuff = false);
197         void close_session();
198
199         int  save_state_canfail (std::string state_name = "", bool switch_to_it = false);
200         void save_state (const std::string & state_name = "", bool switch_to_it = false);
201
202         static ARDOUR_UI *instance () { return theArdourUI; }
203
204         PublicEditor&     the_editor() { return *editor;}
205         Mixer_UI* the_mixer() { return mixer; }
206
207         void new_midi_tracer_window ();
208         void toggle_editing_space();
209         void toggle_mixer_space();
210         void toggle_mixer_list();
211         void toggle_monitor_section_visibility ();
212         void toggle_keep_tearoffs();
213
214         static PublicEditor* _instance;
215
216         /** Emitted frequently with the audible frame, false, and the edit point as
217          *  parameters respectively.
218          *
219          *  (either RapidScreenUpdate || SuperRapidScreenUpdate - user-config)
220          */
221         static sigc::signal<void, framepos_t, bool, framepos_t> Clock;
222
223         static void close_all_dialogs () { CloseAllDialogs(); }
224         static sigc::signal<void> CloseAllDialogs;
225
226         XMLNode* main_window_settings() const;
227         XMLNode* editor_settings() const;
228         XMLNode* mixer_settings () const;
229         XMLNode* keyboard_settings () const;
230         XMLNode* tearoff_settings (const char*) const;
231
232         void save_ardour_state ();
233         gboolean configure_handler (GdkEventConfigure* conf);
234
235         void halt_on_xrun_message ();
236         void xrun_handler (framepos_t);
237         void create_xrun_marker (framepos_t);
238
239         GUIObjectState* gui_object_state;
240
241         MainClock* primary_clock;
242         MainClock* secondary_clock;
243         void focus_on_clock ();
244         AudioClock*   big_clock;
245
246         TimeInfoBox* time_info_box;
247
248         VideoTimeLine *video_timeline;
249
250         void store_clock_modes ();
251         void restore_clock_modes ();
252         void reset_main_clocks ();
253
254         void synchronize_sync_source_and_video_pullup ();
255
256         void add_route ();
257         void add_routes_part_two ();
258         void add_routes_thread ();
259
260         void start_duplicate_routes ();
261
262         void add_lua_script ();
263         void remove_lua_script ();
264
265         void add_video (Gtk::Window* float_window);
266         void remove_video ();
267         void start_video_server_menu (Gtk::Window* float_window);
268         bool start_video_server (Gtk::Window* float_window, bool popup_msg);
269         void stop_video_server (bool ask_confirm=false);
270         void flush_videotimeline_cache (bool localcacheonly=false);
271         void export_video (bool range = false);
272
273         void session_add_audio_track (
274                 int input_channels,
275                 int32_t output_channels,
276                 ARDOUR::TrackMode mode,
277                 ARDOUR::RouteGroup* route_group,
278                 uint32_t how_many,
279                 std::string const & name_template,
280                 bool strict_io
281                 ) {
282                 session_add_audio_route (true, input_channels, output_channels, mode, route_group, how_many, name_template, strict_io);
283         }
284
285         void session_add_audio_bus (
286                         int input_channels,
287                         int32_t output_channels,
288                         ARDOUR::RouteGroup* route_group,
289                         uint32_t how_many,
290                         std::string const & name_template,
291                         bool strict_io
292                         ) {
293                 session_add_audio_route (false, input_channels, output_channels, ARDOUR::Normal, route_group, how_many, name_template, strict_io);
294         }
295
296         void session_add_midi_track (
297                         ARDOUR::RouteGroup* route_group,
298                         uint32_t how_many,
299                         std::string const & name_template,
300                         bool strict_io,
301                         ARDOUR::PluginInfoPtr instrument,
302                         ARDOUR::Plugin::PresetRecord* preset = NULL) {
303                 session_add_midi_route (true, route_group, how_many, name_template, strict_io, instrument, preset);
304         }
305
306         void session_add_mixed_track (const ARDOUR::ChanCount&, const ARDOUR::ChanCount&, ARDOUR::RouteGroup*, uint32_t, std::string const &, bool, ARDOUR::PluginInfoPtr, ARDOUR::Plugin::PresetRecord*);
307         void session_add_midi_bus (ARDOUR::RouteGroup*, uint32_t, std::string const &, bool, ARDOUR::PluginInfoPtr, ARDOUR::Plugin::PresetRecord*);
308         void session_add_audio_route (bool, int32_t, int32_t, ARDOUR::TrackMode, ARDOUR::RouteGroup *, uint32_t, std::string const &, bool);
309         void session_add_midi_route (bool, ARDOUR::RouteGroup *, uint32_t, std::string const &, bool, ARDOUR::PluginInfoPtr, ARDOUR::Plugin::PresetRecord*);
310
311         void display_insufficient_ports_message ();
312
313         void attach_to_engine ();
314         void post_engine ();
315
316         gint exit_on_main_window_close (GdkEventAny *);
317
318         void maximise_editing_space ();
319         void restore_editing_space ();
320
321         void show_ui_prefs ();
322
323         bool check_audioengine(Gtk::Window&);
324
325         void setup_profile ();
326         void setup_tooltips ();
327
328         void set_shuttle_fract (double);
329
330         void get_process_buffers ();
331         void drop_process_buffers ();
332
333         void reset_peak_display ();
334         void reset_route_peak_display (ARDOUR::Route*);
335         void reset_group_peak_display (ARDOUR::RouteGroup*);
336
337         const std::string& announce_string() const { return _announce_string; }
338
339         void hide_application ();
340
341         Gtk::Notebook& tabs();
342         Gtk::Window& main_window () { return _main_window; }
343
344         void setup_toplevel_window (Gtk::Window&, const std::string& name, void* owner);
345
346         /* called from a static C function */
347
348         GtkNotebook* tab_window_root_drop (GtkNotebook* src,
349                                            GtkWidget* w,
350                                            gint x,
351                                            gint y,
352                                            gpointer user_data);
353
354         bool tabbed_window_state_event_handler (GdkEventWindowState*, void* object);
355         bool key_event_handler (GdkEventKey*, Gtk::Window* window);
356
357         Gtkmm2ext::ActionMap global_actions;
358
359 protected:
360         friend class PublicEditor;
361
362         void toggle_auto_play ();
363         void toggle_auto_input ();
364         void toggle_punch ();
365         void unset_dual_punch ();
366         bool ignore_dual_punch;
367         void toggle_punch_in ();
368         void toggle_punch_out ();
369         void show_loop_punch_ruler_and_disallow_hide ();
370         void reenable_hide_loop_punch_ruler_if_appropriate ();
371         void toggle_auto_return ();
372         void toggle_click ();
373         void toggle_audio_midi_setup ();
374         void toggle_session_auto_loop ();
375         void toggle_rc_options_window ();
376         void toggle_session_options_window ();
377
378 private:
379         Gtk::Window   _main_window;
380         Gtk::VBox      main_vpacker;
381         Gtk::HBox      status_bar_hpacker;
382         Gtk::Notebook _tabs;
383         PublicEditor*  editor;
384         Mixer_UI*      mixer;
385         Gtk::Tooltips _tooltips;
386         NSM_Client*    nsm;
387         bool          _was_dirty;
388         bool          _mixer_on_top;
389         bool          _initial_verbose_plugin_scan;
390         bool           first_time_engine_run;
391
392         void show_tabbable (Gtkmm2ext::Tabbable*);
393         void hide_tabbable (Gtkmm2ext::Tabbable*);
394         void detach_tabbable (Gtkmm2ext::Tabbable*);
395         void attach_tabbable (Gtkmm2ext::Tabbable*);
396         void button_change_tabbable_visibility (Gtkmm2ext::Tabbable*);
397         void key_change_tabbable_visibility (Gtkmm2ext::Tabbable*);
398         void toggle_editor_and_mixer ();
399         
400         void tabbable_state_change (Gtkmm2ext::Tabbable&);
401
402         void toggle_meterbridge ();
403         void toggle_luawindow ();
404
405         int  setup_windows ();
406         void setup_transport ();
407         void setup_clock ();
408
409         static ARDOUR_UI *theArdourUI;
410         SessionDialog *_session_dialog;
411
412         int starting ();
413
414         int  ask_about_saving_session (const std::vector<std::string>& actions);
415
416         void save_session_at_its_request (std::string);
417         /* periodic safety backup, to be precise */
418         gint autosave_session();
419         void update_autosave();
420         sigc::connection _autosave_connection;
421
422         void session_dirty_changed ();
423         void update_title ();
424
425         void map_transport_state ();
426         int32_t do_engine_start ();
427
428         void engine_halted (const char* reason, bool free_reason);
429         void engine_stopped ();
430         void engine_running ();
431
432         void use_config ();
433
434         void about_signal_response(int response);
435
436         Gtk::VBox     top_packer;
437
438         sigc::connection clock_signal_connection;
439         void         update_clocks ();
440         void         start_clocking ();
441         void         stop_clocking ();
442
443         void update_transport_clocks (framepos_t pos);
444         void record_state_changed ();
445
446         std::list<MidiTracer*> _midi_tracer_windows;
447
448         /* Transport Control */
449
450         Gtk::Frame               transport_frame;
451         Gtk::HBox                transport_hbox;
452         Gtk::Fixed               transport_base;
453         Gtk::Fixed               transport_button_base;
454         Gtk::Frame               transport_button_frame;
455         Gtk::HBox                transport_button_hbox;
456         Gtk::VBox                transport_button_vbox;
457         Gtk::HBox                transport_option_button_hbox;
458         Gtk::VBox                transport_option_button_vbox;
459         Gtk::HBox                transport_clock_hbox;
460         Gtk::VBox                transport_clock_vbox;
461         Gtk::HBox                primary_clock_hbox;
462         Gtk::HBox                secondary_clock_hbox;
463
464         struct TransportControllable : public PBD::Controllable {
465             enum ToggleType {
466                     Roll = 0,
467                     Stop,
468                     RecordEnable,
469                     GotoStart,
470                     GotoEnd,
471                     AutoLoop,
472                     PlaySelection,
473             };
474
475             TransportControllable (std::string name, ARDOUR_UI&, ToggleType);
476             void set_value (double, PBD::Controllable::GroupControlDisposition group_override);
477             double get_value (void) const;
478
479             ARDOUR_UI& ui;
480             ToggleType type;
481         };
482
483         boost::shared_ptr<TransportControllable> roll_controllable;
484         boost::shared_ptr<TransportControllable> stop_controllable;
485         boost::shared_ptr<TransportControllable> goto_start_controllable;
486         boost::shared_ptr<TransportControllable> goto_end_controllable;
487         boost::shared_ptr<TransportControllable> auto_loop_controllable;
488         boost::shared_ptr<TransportControllable> play_selection_controllable;
489         boost::shared_ptr<TransportControllable> rec_controllable;
490
491         void toggle_follow_edits ();
492
493         void set_transport_controllable_state (const XMLNode&);
494         XMLNode& get_transport_controllable_state ();
495
496         ArdourButton roll_button;
497         ArdourButton stop_button;
498         ArdourButton goto_start_button;
499         ArdourButton goto_end_button;
500         ArdourButton auto_loop_button;
501         ArdourButton play_selection_button;
502         ArdourButton rec_button;
503
504         void toggle_external_sync ();
505         void toggle_time_master ();
506         void toggle_video_sync ();
507
508         ShuttleControl* shuttle_box;
509
510         ArdourButton auto_return_button;
511         ArdourButton follow_edits_button;
512         ArdourButton auto_input_button;
513         ArdourButton click_button;
514         ArdourButton sync_button;
515
516         ArdourButton auditioning_alert_button;
517         ArdourButton solo_alert_button;
518         ArdourButton feedback_alert_button;
519         ArdourButton error_alert_button;
520
521         ArdourButton action_script_call_btn[10];
522         Gtk::Table action_script_table;
523
524         Gtk::VBox alert_box;
525         Gtk::VBox meter_box;
526         LevelMeterHBox * editor_meter;
527         float            editor_meter_max_peak;
528         ArdourButton     editor_meter_peak_display;
529         bool             editor_meter_peak_button_release (GdkEventButton*);
530
531         void blink_handler (bool);
532         sigc::connection blink_connection;
533
534         void cancel_solo ();
535         void solo_blink (bool);
536         void sync_blink (bool);
537         void audition_blink (bool);
538         void feedback_blink (bool);
539         void error_blink (bool);
540
541         void set_flat_buttons();
542
543         void soloing_changed (bool);
544         void auditioning_changed (bool);
545         void _auditioning_changed (bool);
546
547         bool solo_alert_press (GdkEventButton* ev);
548         bool audition_alert_press (GdkEventButton* ev);
549         bool feedback_alert_press (GdkEventButton *);
550         bool error_alert_press (GdkEventButton *);
551
552         void big_clock_value_changed ();
553         void primary_clock_value_changed ();
554         void secondary_clock_value_changed ();
555
556         /* called by Blink signal */
557
558         void transport_rec_enable_blink (bool onoff);
559
560         Gtk::Menu*        session_popup_menu;
561
562         /* menu bar and associated stuff */
563
564         Gtk::MenuBar* menu_bar;
565         Gtk::EventBox menu_bar_base;
566         Gtk::HBox     menu_hbox;
567
568         void use_menubar_as_top_menubar ();
569         void build_menu_bar ();
570
571         Gtk::Label   wall_clock_label;
572         gint update_wall_clock ();
573
574         Gtk::Label   disk_space_label;
575         void update_disk_space ();
576
577         Gtk::Label   timecode_format_label;
578         void update_timecode_format ();
579
580         Gtk::Label   cpu_load_label;
581         void update_cpu_load ();
582
583         Gtk::Label   xrun_label;
584         void update_xrun_count ();
585
586         Gtk::Label   peak_thread_work_label;
587         void update_peak_thread_work ();
588
589         Gtk::Label   buffer_load_label;
590         void update_buffer_load ();
591
592         Gtk::Label   sample_rate_label;
593         void update_sample_rate (ARDOUR::framecnt_t);
594
595         Gtk::Label    format_label;
596         void update_format ();
597
598         void every_second ();
599         void every_point_one_seconds ();
600         void every_point_zero_something_seconds ();
601
602         sigc::connection second_connection;
603         sigc::connection point_one_second_connection;
604         sigc::connection point_zero_something_second_connection;
605         sigc::connection fps_connection;
606
607         void set_fps_timeout_connection ();
608
609         void open_session ();
610         void open_recent_session ();
611         bool process_save_template_prompter (ArdourPrompter& prompter);
612         void save_template ();
613
614         void edit_metadata ();
615         void import_metadata ();
616
617         void set_transport_sensitivity (bool);
618
619         //stuff for ProTools-style numpad
620         void transport_numpad_event (int num);
621         void transport_numpad_decimal ();
622         bool _numpad_locate_happening;
623         int _pending_locate_num;
624         gint transport_numpad_timeout ();
625         sigc::connection _numpad_timeout_connection;
626
627         void transport_goto_nth_marker (int nth);
628         void transport_goto_zero ();
629         void transport_goto_start ();
630         void transport_goto_end ();
631         void transport_goto_wallclock ();
632         void transport_stop ();
633         void transport_record (bool roll);
634         void transport_roll ();
635         void transport_play_selection();
636         void transport_play_preroll();
637         void transport_forward (int option);
638         void transport_rewind (int option);
639         void transport_loop ();
640         void toggle_roll (bool with_abort, bool roll_out_of_bounded_mode);
641         bool trx_record_enable_all_tracks ();
642
643         bool _session_is_new;
644         void set_session (ARDOUR::Session *);
645         void connect_dependents_to_session (ARDOUR::Session *);
646         void we_have_dependents ();
647
648         void setup_session_options ();
649
650         guint32  last_key_press_time;
651
652         bool process_snapshot_session_prompter (ArdourPrompter& prompter, bool switch_to_it);
653         void snapshot_session (bool switch_to_it);
654
655         void quick_snapshot_session (bool switch_to_it);  //does not promtp for name, just makes a timestamped file
656
657         SaveAsDialog* save_as_dialog;
658
659         bool save_as_progress_update (float fraction, int64_t cnt, int64_t total, Gtk::Label* label, Gtk::ProgressBar* bar);
660         void save_session_as ();
661         void rename_session ();
662         void setup_order_hint (AddRouteDialog::InsertAt);
663
664         int         create_mixer ();
665         int         create_editor ();
666         int         create_meterbridge ();
667         int         create_luawindow ();
668
669         Meterbridge  *meterbridge;
670         LuaWindow    *luawindow;
671
672         /* Dialogs that can be created via new<T> */
673
674         RCOptionEditor* rc_option_editor;
675         Gtk::HBox rc_option_editor_placeholder;
676
677         WM::Proxy<SpeakerDialog> speaker_config_window;
678         WM::Proxy<AddRouteDialog> add_route_dialog;
679         WM::Proxy<About> about;
680         WM::Proxy<LocationUIWindow> location_ui;
681         WM::Proxy<RouteParams_UI> route_params;
682         WM::Proxy<EngineControl> audio_midi_setup;
683         WM::Proxy<ExportVideoDialog> export_video_dialog;
684         WM::Proxy<LuaScriptManager> lua_script_window;
685
686         /* Windows/Dialogs that require a creator method */
687
688         WM::ProxyWithConstructor<SessionOptionEditor> session_option_editor;
689         WM::ProxyWithConstructor<AddVideoDialog> add_video_dialog;
690         WM::ProxyWithConstructor<BundleManager> bundle_manager;
691         WM::ProxyWithConstructor<BigClockWindow> big_clock_window;
692         WM::ProxyWithConstructor<GlobalPortMatrixWindow> audio_port_matrix;
693         WM::ProxyWithConstructor<GlobalPortMatrixWindow> midi_port_matrix;
694         WM::ProxyWithConstructor<KeyEditor> key_editor;
695
696         /* creator methods */
697
698         SessionOptionEditor*    create_session_option_editor ();
699         BundleManager*          create_bundle_manager ();
700         AddVideoDialog*         create_add_video_dialog ();
701         BigClockWindow*         create_big_clock_window();
702         GlobalPortMatrixWindow* create_global_port_matrix (ARDOUR::DataType);
703         KeyEditor*              create_key_editor ();
704
705         ARDOUR::SystemExec *video_server_process;
706
707         void handle_locations_change (ARDOUR::Location*);
708
709         /* Keyboard Handling */
710
711         ArdourKeyboard* keyboard;
712
713         /* Keymap handling */
714
715         void install_actions ();
716
717         void toggle_record_enable (uint32_t);
718
719         uint32_t rec_enabled_streams;
720         void count_recenabled_streams (ARDOUR::Route&);
721
722         Splash* splash;
723
724         void pop_back_splash (Gtk::Window&);
725
726         /* cleanup */
727
728         Gtk::MenuItem *cleanup_item;
729
730         void display_cleanup_results (ARDOUR::CleanupReport& rep, const gchar* list_title, const bool msg_delete);
731         void cleanup ();
732         void cleanup_peakfiles ();
733         void flush_trash ();
734
735         bool have_configure_timeout;
736         ARDOUR::microseconds_t last_configure_time;
737         gint configure_timeout ();
738
739         ARDOUR::microseconds_t last_peak_grab;
740         ARDOUR::microseconds_t last_shuttle_request;
741
742         bool have_disk_speed_dialog_displayed;
743         void disk_speed_dialog_gone (int ignored_response, Gtk::MessageDialog*);
744         void disk_overrun_handler ();
745         void disk_underrun_handler ();
746         void gui_idle_handler ();
747
748         void cancel_plugin_scan ();
749         void cancel_plugin_timeout ();
750         void plugin_scan_dialog (std::string type, std::string plugin, bool);
751         void plugin_scan_timeout (int);
752
753         void session_format_mismatch (std::string, std::string);
754
755         void session_dialog (std::string);
756         int pending_state_dialog ();
757         int sr_mismatch_dialog (ARDOUR::framecnt_t, ARDOUR::framecnt_t);
758         void sr_mismatch_message (ARDOUR::framecnt_t, ARDOUR::framecnt_t);
759
760         Gtk::MenuItem* jack_disconnect_item;
761         Gtk::MenuItem* jack_reconnect_item;
762         Gtk::Menu*     jack_bufsize_menu;
763
764         Glib::RefPtr<Gtk::ActionGroup> common_actions;
765
766         void editor_realized ();
767
768         std::vector<std::string> positional_sync_strings;
769
770         void toggle_send_midi_feedback ();
771         void toggle_use_mmc ();
772         void toggle_send_mmc ();
773         void toggle_send_mtc ();
774         void toggle_send_midi_clock ();
775
776         void toggle_use_osc ();
777
778         void parameter_changed (std::string);
779         void session_parameter_changed (std::string);
780
781         bool first_idle ();
782
783         void check_memory_locking ();
784
785         void audioengine_setup ();
786
787         void display_message (const char *prefix, gint prefix_len,
788                         Glib::RefPtr<Gtk::TextBuffer::Tag> ptag, Glib::RefPtr<Gtk::TextBuffer::Tag> mtag,
789                         const char *msg);
790         Gtk::Label status_bar_label;
791         bool status_bar_button_press (GdkEventButton*);
792
793         void loading_message (const std::string& msg);
794
795         PBD::ScopedConnectionList forever_connections;
796         PBD::ScopedConnection halt_connection;
797
798         void step_edit_status_change (bool);
799
800         /* these are used only in response to a platform-specific "ShouldQuit" signal */
801         bool idle_finish ();
802         void queue_finish ();
803         void fontconfig_dialog ();
804
805         int missing_file (ARDOUR::Session*s, std::string str, ARDOUR::DataType type);
806         int ambiguous_file (std::string file, std::vector<std::string> hits);
807
808         bool click_button_clicked (GdkEventButton *);
809
810         VisibilityGroup _status_bar_visibility;
811
812         /** A ProcessThread so that we have some thread-local buffers for use by
813          *  PluginEqGui::impulse_analysis ().
814          */
815         ARDOUR::ProcessThread* _process_thread;
816
817         void feedback_detected ();
818
819         ArdourButton             midi_panic_button;
820         void                     midi_panic ();
821
822         void successful_graph_sort ();
823         bool _feedback_exists;
824
825         enum ArdourLogLevel {
826                 LogLevelNone = 0,
827                 LogLevelInfo,
828                 LogLevelWarning,
829                 LogLevelError
830         };
831
832         ArdourLogLevel _log_not_acknowledged;
833
834         void resize_text_widgets ();
835
836         bool xrun_button_release (GdkEventButton* ev);
837
838         std::string _announce_string;
839         void check_announcements ();
840
841         int do_audio_midi_setup (uint32_t);
842         void audioengine_became_silent ();
843
844         DuplicateRouteDialog* duplicate_routes_dialog;
845
846         void grab_focus_after_dialog ();
847
848         void tabs_switch (GtkNotebookPage*, guint page_number);
849         void tabs_page_added (Gtk::Widget*, guint);
850         void tabs_page_removed (Gtk::Widget*, guint);
851         ArdourButton editor_visibility_button;
852         ArdourButton mixer_visibility_button;
853         ArdourButton prefs_visibility_button;
854
855         bool key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev, Gtkmm2ext::Bindings*);
856         bool try_gtk_accel_binding (GtkWindow* win, GdkEventKey* ev, bool translate, GdkModifierType modifier);
857
858         bool main_window_delete_event (GdkEventAny*);
859         bool idle_ask_about_quit ();
860
861         void load_bindings ();
862         bool tabbable_visibility_button_press (GdkEventButton* ev, std::string const& tabbable_name);
863
864         void step_up_through_tabs ();
865         void step_down_through_tabs ();
866 };
867
868 #endif /* __ardour_gui_h__ */