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