a508e1d08021c55bd21eb8e0307cf724f006a36b
[ardour.git] / gtk2_ardour / editor.h
1 /*
2     Copyright (C) 2000-2003 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_editor_h__
21 #define __ardour_editor_h__
22
23 #include <list>
24 #include <map>
25 #include <set>
26 #include <string>
27 #include <sys/time.h>
28 #include <cmath>
29
30 #include <boost/optional.hpp>
31
32 #include <gtkmm/comboboxtext.h>
33 #include <gtkmm/layout.h>
34
35 #include "gtkmm2ext/selector.h"
36 #include "gtkmm2ext/click_box.h"
37 #include "gtkmm2ext/dndtreeview.h"
38 #include "gtkmm2ext/stateful_button.h"
39 #include "gtkmm2ext/bindings.h"
40
41 #include "pbd/stateful.h"
42 #include "pbd/signals.h"
43
44 #include "ardour/import_status.h"
45 #include "ardour/tempo.h"
46 #include "ardour/location.h"
47 #include "ardour/types.h"
48
49 #include "canvas/fwd.h"
50
51 #include "gtk-custom-ruler.h"
52 #include "ardour_button.h"
53 #include "ardour_dialog.h"
54 #include "public_editor.h"
55 #include "editing.h"
56 #include "enums.h"
57 #include "editor_items.h"
58 #include "region_selection.h"
59 #include "window_proxy.h"
60
61 namespace Gtkmm2ext {
62         class TearOff;
63         class Bindings;
64 }
65
66 namespace ARDOUR {
67         class RouteGroup;
68         class Playlist;
69         class AudioPlaylist;
70         class AudioRegion;
71         class Region;
72         class Location;
73         class TempoSection;
74         class Session;
75         class Filter;
76         class ChanCount;
77         class MidiOperator;
78         class Track;
79         class MidiTrack;
80         class AudioTrack;
81 }
82
83 namespace LADSPA {
84         class Plugin;
85 }
86
87 class AnalysisWindow;
88 class AudioClock;
89 class AudioRegionView;
90 class AudioStreamView;
91 class AudioTimeAxisView;
92 class AutomationLine;
93 class AutomationSelection;
94 class AutomationTimeAxisView;
95 class BundleManager;
96 class ButtonJoiner;
97 class ControlPoint;
98 class DragManager;
99 class GroupedButtons;
100 class GUIObjectState;
101 class Marker;
102 class MidiRegionView;
103 class MixerStrip;
104 class NoteBase;
105 class PlaylistSelector;
106 class PluginSelector;
107 class RhythmFerret;
108 class Selection;
109 class SoundFileOmega;
110 class StreamView;
111 class TempoLines;
112 class TimeAxisView;
113 class TimeFXDialog;
114 class TimeSelection;
115 class EditorGroupTabs;
116 class EditorRoutes;
117 class EditorRouteGroups;
118 class EditorRegions;
119 class EditorLocations;
120 class EditorSnapshots;
121 class EditorSummary;
122 class RegionLayeringOrderEditor;
123 class ProgressReporter;
124 class EditorCursor;
125 class MouseCursors;
126 class VerboseCursor;
127
128 /* <CMT Additions> */
129 class ImageFrameView;
130 class ImageFrameTimeAxisView;
131 class ImageFrameTimeAxis;
132 class MarkerTimeAxis ;
133 class MarkerView ;
134 class ImageFrameSocketHandler ;
135 class TimeAxisViewItem ;
136 /* </CMT Additions> */
137
138 class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARDOUR::SessionHandlePtr
139 {
140   public:
141         Editor ();
142         ~Editor ();
143
144         void             set_session (ARDOUR::Session *);
145         ARDOUR::Session* session() const { return _session; }
146
147         void             first_idle ();
148         virtual bool     have_idled () const { return _have_idled; }
149
150         framepos_t leftmost_sample() const { return leftmost_frame; }
151
152         framecnt_t current_page_samples() const {
153                 return (framecnt_t) floor (_visible_canvas_width * samples_per_pixel);
154         }
155
156         double visible_canvas_height () const {
157                 return _visible_canvas_height;
158         }
159
160         void cycle_snap_mode ();
161         void next_snap_choice ();
162         void next_snap_choice_music_only ();
163         void next_snap_choice_music_and_time ();
164         void prev_snap_choice ();
165         void prev_snap_choice_music_only ();
166         void prev_snap_choice_music_and_time ();
167         void set_snap_to (Editing::SnapType);
168         void set_snap_mode (Editing::SnapMode);
169         void set_snap_threshold (double pixel_distance) {snap_threshold = pixel_distance;}
170
171         Editing::SnapMode  snap_mode () const;
172         Editing::SnapType  snap_type () const;
173
174         void undo (uint32_t n = 1);
175         void redo (uint32_t n = 1);
176
177         XMLNode& get_state ();
178         int set_state (const XMLNode&, int version);
179
180         void set_mouse_mode (Editing::MouseMode, bool force=true);
181         void step_mouse_mode (bool next);
182         Editing::MouseMode current_mouse_mode () const { return mouse_mode; }
183         Editing::MidiEditMode current_midi_edit_mode () const;
184         void remove_midi_note (ArdourCanvas::Item *, GdkEvent *);
185
186         bool internal_editing() const { return _internal_editing ; }
187         void set_internal_edit (bool yn);
188         bool toggle_internal_editing_from_double_click (GdkEvent*);
189
190 #ifdef WITH_CMT
191         void add_imageframe_time_axis(const std::string & track_name, void*) ;
192         void add_imageframe_marker_time_axis(const std::string & track_name, TimeAxisView* marked_track, void*) ;
193         void connect_to_image_compositor() ;
194         void scroll_timeaxis_to_imageframe_item(const TimeAxisViewItem* item) ;
195         TimeAxisView* get_named_time_axis(const std::string & name) ;
196 #endif /* WITH_CMT */
197
198         void foreach_time_axis_view (sigc::slot<void,TimeAxisView&>);
199         void add_to_idle_resize (TimeAxisView*, int32_t);
200
201         RouteTimeAxisView* get_route_view_by_route_id (const PBD::ID& id) const;
202
203         void consider_auditioning (boost::shared_ptr<ARDOUR::Region>);
204         void hide_a_region (boost::shared_ptr<ARDOUR::Region>);
205         void show_a_region (boost::shared_ptr<ARDOUR::Region>);
206
207 #ifdef USE_RUBBERBAND
208         std::vector<std::string> rb_opt_strings;
209         int rb_current_opt;
210 #endif
211
212         /* things that need to be public to be used in the main menubar */
213
214         void new_region_from_selection ();
215         void separate_regions_between (const TimeSelection&);
216         void separate_region_from_selection ();
217         void separate_under_selected_regions ();
218         void separate_region_from_punch ();
219         void separate_region_from_loop ();
220         void separate_regions_using_location (ARDOUR::Location&);
221         void transition_to_rolling (bool forward);
222
223         /* NOTE: these functions assume that the "pixel" coordinate is
224            in canvas coordinates. These coordinates already take into
225            account any scrolling offsets.
226         */
227
228         framepos_t pixel_to_sample (double pixel) const {
229
230                 /* pixel can be less than zero when motion events
231                    are processed. since we've already run the world->canvas
232                    affine, that means that the location *really* is "off
233                    to the right" and thus really is "before the start".
234                 */
235
236                 if (pixel >= 0) {
237                         return (framepos_t) rint (pixel * samples_per_pixel);
238                 } else {
239                         return 0;
240                 }
241         }
242
243         double sample_to_pixel (framepos_t sample) const {
244                 return rint (sample / samples_per_pixel);
245         }
246
247         double sample_to_pixel_unrounded (framepos_t sample) const {
248                 return sample / samples_per_pixel;
249         }
250
251         /* selection */
252
253         Selection& get_selection() const { return *selection; }
254         Selection& get_cut_buffer() const { return *cut_buffer; }
255         void track_mixer_selection ();
256
257         bool extend_selection_to_track (TimeAxisView&);
258
259         void play_selection ();
260         framepos_t get_preroll ();
261         void maybe_locate_with_edit_preroll (framepos_t);
262         void play_with_preroll ();
263         void select_all_in_track (Selection::Operation op);
264         void select_all (Selection::Operation op);
265         void invert_selection_in_track ();
266         void invert_selection ();
267         void deselect_all ();
268         long select_range (framepos_t, framepos_t);
269
270         void set_selected_regionview_from_region_list (boost::shared_ptr<ARDOUR::Region> region, Selection::Operation op = Selection::Set);
271
272         /* tempo */
273
274         void set_show_measures (bool yn);
275         bool show_measures () const { return _show_measures; }
276
277         /* analysis window */
278
279         void analyze_region_selection();
280         void analyze_range_selection();
281
282         /* export */
283
284         void export_audio ();
285         void stem_export ();
286         void export_selection ();
287         void export_range ();
288         void export_region ();
289
290         void add_toplevel_controls (Gtk::Container&);
291         Gtk::HBox& get_status_bar_packer()  { return status_bar_hpacker; }
292
293         void               set_zoom_focus (Editing::ZoomFocus);
294         Editing::ZoomFocus get_zoom_focus () const { return zoom_focus; }
295         double             get_current_zoom () const { return samples_per_pixel; }
296         void               cycle_zoom_focus ();
297         void temporal_zoom_step (bool coarser);
298         void tav_zoom_step (bool coarser);
299         void tav_zoom_smooth (bool coarser, bool force_all);
300
301         /* stuff that AudioTimeAxisView and related classes use */
302
303         PlaylistSelector& playlist_selector() const;
304         void clear_playlist (boost::shared_ptr<ARDOUR::Playlist>);
305
306         void new_playlists (TimeAxisView* v);
307         void copy_playlists (TimeAxisView* v);
308         void clear_playlists (TimeAxisView* v);
309
310         void get_onscreen_tracks (TrackViewList&);
311
312         Width editor_mixer_strip_width;
313         void maybe_add_mixer_strip_width (XMLNode&);
314         void show_editor_mixer (bool yn);
315         void create_editor_mixer ();
316         void show_editor_list (bool yn);
317         void set_selected_mixer_strip (TimeAxisView&);
318         void mixer_strip_width_changed ();
319         void hide_track_in_display (TimeAxisView* tv, bool apply_to_selection = false);
320
321         /* nudge is initiated by transport controls owned by ARDOUR_UI */
322
323         framecnt_t get_nudge_distance (framepos_t pos, framecnt_t& next);
324         Evoral::MusicalTime get_grid_type_as_beats (bool& success, framepos_t position);
325
326         void nudge_forward (bool next, bool force_playhead);
327         void nudge_backward (bool next, bool force_playhead);
328
329         /* nudge initiated from context menu */
330
331         void nudge_forward_capture_offset ();
332         void nudge_backward_capture_offset ();
333
334         /* playhead/screen stuff */
335
336         void set_stationary_playhead (bool yn);
337         void toggle_stationary_playhead ();
338         bool stationary_playhead() const { return _stationary_playhead; }
339
340         void set_follow_playhead (bool yn, bool catch_up = true);
341         void toggle_follow_playhead ();
342         bool follow_playhead() const { return _follow_playhead; }
343         bool dragging_playhead () const { return _dragging_playhead; }
344
345         void toggle_zero_line_visibility ();
346         void set_summary ();
347         void set_group_tabs ();
348         void toggle_measure_visibility ();
349         void toggle_logo_visibility ();
350
351         /* fades */
352
353         void toggle_region_fades (int dir);
354         void update_region_fade_visibility ();
355
356         /* redirect shared ops menu. caller must free returned menu */
357
358         Gtk::Menu* redirect_menu ();
359
360         /* floating windows/transient */
361
362         void ensure_float (Gtk::Window&);
363
364         void show_window ();
365
366         void ensure_time_axis_view_is_visible (const TimeAxisView& tav);
367         void scroll_tracks_down_line ();
368         void scroll_tracks_up_line ();
369
370         void prepare_for_cleanup ();
371         void finish_cleanup ();
372
373         void maximise_editing_space();
374         void restore_editing_space();
375
376         void update_tearoff_visibility();
377
378         void reset_x_origin (framepos_t);
379         void reset_x_origin_to_follow_playhead ();
380         void reset_y_origin (double);
381         void reset_zoom (double);
382         void reposition_and_zoom (framepos_t, double);
383
384         framepos_t get_preferred_edit_position (bool ignore_playhead = false, bool use_context_click = false);
385
386         bool update_mouse_speed ();
387         bool decelerate_mouse_speed ();
388
389         void toggle_meter_updating();
390
391         void show_rhythm_ferret();
392
393         void goto_visual_state (uint32_t);
394         void save_visual_state (uint32_t);
395
396         void queue_draw_resize_line (int at);
397         void start_resize_line_ops ();
398         void end_resize_line_ops ();
399
400         TrackViewList const & get_track_views () {
401                 return track_views;
402         }
403
404         int get_regionview_count_from_region_list (boost::shared_ptr<ARDOUR::Region>);
405
406         void do_import (std::vector<std::string> paths, Editing::ImportDisposition, Editing::ImportMode mode, ARDOUR::SrcQuality, framepos_t&);
407         void do_embed (std::vector<std::string> paths, Editing::ImportDisposition, Editing::ImportMode mode,  framepos_t&);
408
409         void get_regions_corresponding_to (boost::shared_ptr<ARDOUR::Region> region, std::vector<RegionView*>& regions, bool src_comparison);
410
411         void center_screen (framepos_t);
412
413         TrackViewList axis_views_from_routes (boost::shared_ptr<ARDOUR::RouteList>) const;
414         Gtkmm2ext::TearOff* mouse_mode_tearoff () const { return _mouse_mode_tearoff; }
415         Gtkmm2ext::TearOff* tools_tearoff () const { return _tools_tearoff; }
416
417         void snap_to (framepos_t& first, int32_t direction = 0, bool for_mark = false);
418         void snap_to_with_modifier (framepos_t& first, GdkEvent const *, int32_t direction = 0, bool for_mark = false);
419         void snap_to (framepos_t& first, framepos_t& last, int32_t direction = 0, bool for_mark = false);
420
421         void begin_reversible_command (std::string cmd_name);
422         void begin_reversible_command (GQuark);
423         void commit_reversible_command ();
424
425         DragManager* drags () const {
426                 return _drags;
427         }
428
429         void maybe_autoscroll (bool, bool, bool, bool);
430
431         Gdk::Cursor* get_canvas_cursor () const { return current_canvas_cursor; }
432         void set_canvas_cursor (Gdk::Cursor*, bool save=false);
433         void set_current_trimmable (boost::shared_ptr<ARDOUR::Trimmable>);
434         void set_current_movable (boost::shared_ptr<ARDOUR::Movable>);
435
436         MouseCursors const * cursors () const {
437                 return _cursors;
438         }
439
440         VerboseCursor* verbose_cursor () const {
441                 return _verbose_cursor;
442         }
443
444         double clamp_verbose_cursor_x (double);
445         double clamp_verbose_cursor_y (double);
446
447         void get_pointer_position (double &, double &) const;
448
449         TimeAxisView* stepping_axis_view () {
450                 return _stepping_axis_view;
451         }
452         
453         void set_stepping_axis_view (TimeAxisView* v) {
454                 _stepping_axis_view = v;
455         }
456
457         void save_canvas_state ();
458         
459   protected:
460         void map_transport_state ();
461         void map_position_change (framepos_t);
462
463         void on_realize();
464
465   private:
466
467         void color_handler ();
468
469         bool                 constructed;
470
471         // to keep track of the playhead position for control_scroll
472         boost::optional<framepos_t> _control_scroll_target;
473
474         PlaylistSelector* _playlist_selector;
475
476         typedef std::pair<TimeAxisView*,XMLNode*> TAVState;
477
478         struct VisualState {
479             VisualState (bool with_tracks);
480             ~VisualState ();
481             double              y_position;
482             double              samples_per_pixel;
483             framepos_t          leftmost_frame;
484             Editing::ZoomFocus  zoom_focus;
485             GUIObjectState*     gui_state;
486         };
487
488         std::list<VisualState*> undo_visual_stack;
489         std::list<VisualState*> redo_visual_stack;
490         VisualState* current_visual_state (bool with_tracks = true);
491         void undo_visual_state ();
492         void redo_visual_state ();
493         void use_visual_state (VisualState&);
494         bool no_save_visual;
495         void swap_visual_state ();
496
497         std::vector<VisualState*> visual_states;
498         void start_visual_state_op (uint32_t n);
499         void cancel_visual_state_op (uint32_t n);
500
501         framepos_t leftmost_frame;
502         double      samples_per_pixel;
503         Editing::ZoomFocus zoom_focus;
504
505         void set_samples_per_pixel (double);
506         bool clamp_samples_per_pixel (double &) const;
507
508         Editing::MouseMode mouse_mode;
509         Editing::MouseMode pre_internal_mouse_mode;
510         Editing::SnapType  pre_internal_snap_type;
511         Editing::SnapMode  pre_internal_snap_mode;
512         Editing::SnapType  internal_snap_type;
513         Editing::SnapMode  internal_snap_mode;
514         bool _internal_editing;
515         Editing::MouseMode effective_mouse_mode () const;
516
517         enum JoinObjectRangeState {
518                 JOIN_OBJECT_RANGE_NONE,
519                 /** `join object/range' mode is active and the mouse is over a place where object mode should happen */
520                 JOIN_OBJECT_RANGE_OBJECT,
521                 /** `join object/range' mode is active and the mouse is over a place where range mode should happen */
522                 JOIN_OBJECT_RANGE_RANGE
523         };
524
525         JoinObjectRangeState _join_object_range_state;
526
527         void update_join_object_range_location (double, double);
528
529         boost::optional<int>  pre_notebook_shrink_pane_width;
530
531         void pane_allocation_handler (Gtk::Allocation&, Gtk::Paned*);
532
533         Gtk::Notebook _the_notebook;
534         bool _notebook_shrunk;
535         void add_notebook_page (std::string const &, Gtk::Widget &);
536         bool notebook_tab_clicked (GdkEventButton *, Gtk::Widget *);
537
538         Gtk::HPaned   edit_pane;
539         Gtk::VPaned   editor_summary_pane;
540
541         Gtk::EventBox meter_base;
542         Gtk::HBox     meter_box;
543         Gtk::EventBox marker_base;
544         Gtk::HBox     marker_box;
545         Gtk::VBox     scrollers_rulers_markers_box;
546
547         void location_changed (ARDOUR::Location *);
548         void location_flags_changed (ARDOUR::Location *, void *);
549         void refresh_location_display ();
550         void refresh_location_display_internal (ARDOUR::Locations::LocationList&);
551         void add_new_location (ARDOUR::Location *);
552         ArdourCanvas::Group* add_new_location_internal (ARDOUR::Location *);
553         void location_gone (ARDOUR::Location *);
554         void remove_marker (ArdourCanvas::Item&, GdkEvent*);
555         gint really_remove_marker (ARDOUR::Location* loc);
556         void goto_nth_marker (int nth);
557         void toggle_marker_lines ();
558         void set_marker_line_visibility (bool);
559
560         uint32_t location_marker_color;
561         uint32_t location_range_color;
562         uint32_t location_loop_color;
563         uint32_t location_punch_color;
564         uint32_t location_cd_marker_color;
565
566         struct LocationMarkers {
567                 Marker* start;
568                 Marker* end;
569                 bool    valid;
570
571                 LocationMarkers () : start(0), end(0), valid (true) {}
572
573                 ~LocationMarkers ();
574
575                 void hide ();
576                 void show ();
577
578                 void set_show_lines (bool);
579                 void set_selected (bool);
580                 void canvas_height_set (double);
581                 void setup_lines ();
582
583                 void set_name (const std::string&);
584                 void set_position (framepos_t start, framepos_t end = 0);
585                 void set_color_rgba (uint32_t);
586         };
587
588         LocationMarkers  *find_location_markers (ARDOUR::Location *) const;
589         ARDOUR::Location* find_location_from_marker (Marker *, bool& is_start) const;
590         Marker* find_marker_from_location_id (PBD::ID const &, bool) const;
591         Marker* entered_marker;
592         bool _show_marker_lines;
593
594         typedef std::map<ARDOUR::Location*,LocationMarkers *> LocationMarkerMap;
595         LocationMarkerMap location_markers;
596
597         void update_marker_labels ();
598         void update_marker_labels (ArdourCanvas::Group *);
599         void check_marker_label (Marker *);
600
601         /** A set of lists of Markers that are in each of the canvas groups
602          *  for the marker sections at the top of the editor.  These lists
603          *  are kept sorted in time order between marker movements, so that after
604          *  a marker has moved we can decide whether we need to update the labels
605          *  for all markers or for just a few.
606          */
607         std::map<ArdourCanvas::Group *, std::list<Marker *> > _sorted_marker_lists;
608         void remove_sorted_marker (Marker *);
609
610         void hide_marker (ArdourCanvas::Item*, GdkEvent*);
611         void clear_marker_display ();
612         void mouse_add_new_marker (framepos_t where, bool is_cd=false, bool is_xrun=false);
613         void mouse_add_new_range (framepos_t);
614         bool choose_new_marker_name(std::string &name);
615         void update_cd_marker_display ();
616         void ensure_cd_marker_updated (LocationMarkers * lam, ARDOUR::Location * location);
617
618         TimeAxisView*      clicked_axisview;
619         RouteTimeAxisView* clicked_routeview;
620         /** The last RegionView that was clicked on, or 0 if the last click was not
621          * on a RegionView.  This is set up by the canvas event handlers in
622          * editor_canvas_events.cc
623          */
624         RegionView*        clicked_regionview;
625         RegionSelection    latest_regionviews;
626         uint32_t           clicked_selection;
627         ControlPoint*      clicked_control_point;
628
629         void sort_track_selection (TrackViewList&);
630
631         void get_equivalent_regions (RegionView* rv, std::vector<RegionView*> &, PBD::PropertyID) const;
632         RegionSelection get_equivalent_regions (RegionSelection &, PBD::PropertyID) const;
633         void mapover_tracks (sigc::slot<void,RouteTimeAxisView&,uint32_t> sl, TimeAxisView*, PBD::PropertyID) const;
634         void mapover_tracks_with_unique_playlists (sigc::slot<void,RouteTimeAxisView&,uint32_t> sl, TimeAxisView*, PBD::PropertyID) const;
635
636         /* functions to be passed to mapover_tracks(), possibly with sigc::bind()-supplied arguments */
637         void mapped_get_equivalent_regions (RouteTimeAxisView&, uint32_t, RegionView *, std::vector<RegionView*>*) const;
638         void mapped_use_new_playlist (RouteTimeAxisView&, uint32_t, std::vector<boost::shared_ptr<ARDOUR::Playlist> > const &);
639         void mapped_use_copy_playlist (RouteTimeAxisView&, uint32_t, std::vector<boost::shared_ptr<ARDOUR::Playlist> > const &);
640         void mapped_clear_playlist (RouteTimeAxisView&, uint32_t);
641         
642         void button_selection (ArdourCanvas::Item* item, GdkEvent* event, ItemType item_type);
643         bool button_release_can_deselect;
644
645         void catch_vanishing_regionview (RegionView *);
646
647         void set_selected_track (TimeAxisView&, Selection::Operation op = Selection::Set, bool no_remove=false);
648         void select_all_tracks ();
649         void select_all_internal_edit (Selection::Operation);
650
651         bool set_selected_control_point_from_click (bool press, Selection::Operation op = Selection::Set);
652         void set_selected_track_from_click (bool press, Selection::Operation op = Selection::Set, bool no_remove=false);
653         void set_selected_track_as_side_effect (Selection::Operation op);
654         bool set_selected_regionview_from_click (bool press, Selection::Operation op = Selection::Set);
655
656         bool set_selected_regionview_from_map_event (GdkEventAny*, StreamView*, boost::weak_ptr<ARDOUR::Region>);
657         void collect_new_region_view (RegionView *);
658         void collect_and_select_new_region_view (RegionView *);
659
660         Gtk::Menu track_context_menu;
661         Gtk::Menu track_region_context_menu;
662         Gtk::Menu track_selection_context_menu;
663
664         Gtk::MenuItem* region_edit_menu_split_item;
665         Gtk::MenuItem* region_edit_menu_split_multichannel_item;
666         Gtk::Menu * track_region_edit_playlist_menu;
667         Gtk::Menu * track_edit_playlist_submenu;
668         Gtk::Menu * track_selection_edit_playlist_submenu;
669
670         GdkEvent context_click_event;
671
672         void popup_track_context_menu (int, int, ItemType, bool);
673         Gtk::Menu* build_track_context_menu ();
674         Gtk::Menu* build_track_bus_context_menu ();
675         Gtk::Menu* build_track_region_context_menu ();
676         Gtk::Menu* build_track_selection_context_menu ();
677         void add_dstream_context_items (Gtk::Menu_Helpers::MenuList&);
678         void add_bus_context_items (Gtk::Menu_Helpers::MenuList&);
679         void add_region_context_items (Gtk::Menu_Helpers::MenuList&, boost::shared_ptr<ARDOUR::Track>);
680         void add_selection_context_items (Gtk::Menu_Helpers::MenuList&);
681         Gtk::MenuItem* _popup_region_menu_item;
682
683         void popup_control_point_context_menu (ArdourCanvas::Item *, GdkEvent *);
684         Gtk::Menu _control_point_context_menu;
685
686         void add_routes (ARDOUR::RouteList&);
687         void timeaxisview_deleted (TimeAxisView *);
688
689         Gtk::HBox           global_hpacker;
690         Gtk::VBox           global_vpacker;
691         Gtk::VBox           vpacker;
692
693         Gdk::Cursor*          current_canvas_cursor;
694         Gdk::Cursor* which_grabber_cursor ();
695         void set_canvas_cursor ();
696
697         ArdourCanvas::GtkCanvas* _track_canvas;
698         ArdourCanvas::GtkCanvasViewport* _track_canvas_viewport;
699
700         ArdourCanvas::GtkCanvas* _time_bars_canvas;
701         ArdourCanvas::GtkCanvasViewport* _time_bars_canvas_viewport;
702
703         bool within_track_canvas;
704
705         friend class VerboseCursor;
706         VerboseCursor* _verbose_cursor;
707
708         void parameter_changed (std::string);
709
710         bool track_canvas_motion (GdkEvent*);
711
712         Gtk::EventBox             time_canvas_event_box;
713         Gtk::EventBox             time_bars_event_box;
714         Gtk::EventBox             ruler_label_event_box;
715
716         ArdourCanvas::Group      *minsec_group;
717         ArdourCanvas::Pixbuf     *logo_item;
718         ArdourCanvas::Group      *bbt_group;
719         ArdourCanvas::Group      *timecode_group;
720         ArdourCanvas::Group      *frame_group;
721         ArdourCanvas::Group      *tempo_group;
722         ArdourCanvas::Group      *meter_group;
723         ArdourCanvas::Group      *marker_group;
724         ArdourCanvas::Group      *range_marker_group;
725         ArdourCanvas::Group      *transport_marker_group;
726         ArdourCanvas::Group*      cd_marker_group;
727
728         /* parent for groups which themselves contain time markers */
729         ArdourCanvas::Group*     _time_markers_group;
730
731         ArdourCanvas::Group*      meter_bar_group;
732         ArdourCanvas::Group*      tempo_bar_group;
733         ArdourCanvas::Group*      marker_bar_group;
734         ArdourCanvas::Group*      range_marker_bar_group;
735         ArdourCanvas::Group*      transport_marker_bar_group;
736         ArdourCanvas::Group*      cd_marker_bar_group;
737
738         /** The group containing all items that require horizontal scrolling. */
739         ArdourCanvas::Group* _background_group;
740         /*
741            The _master_group is the group containing all items
742            that require horizontal scrolling..
743            It is primarily used to separate canvas items
744            that require horizontal scrolling from those that do not.
745         */
746         ArdourCanvas::Group* _master_group;
747
748         /* The group containing all trackviews.  Only scrolled vertically. */
749         ArdourCanvas::Group* _trackview_group;
750
751         /* The group used for region motion.  Sits on top of _trackview_group */
752         ArdourCanvas::Group* _region_motion_group;
753
754         enum RulerType {
755                 ruler_metric_timecode = 0,
756                 ruler_metric_bbt = 1,
757                 ruler_metric_samples = 2,
758                 ruler_metric_minsec = 3,
759
760                 ruler_time_tempo = 4,
761                 ruler_time_meter = 5,
762                 ruler_time_marker = 6,
763                 ruler_time_range_marker = 7,
764                 ruler_time_transport_marker = 8,
765                 ruler_time_cd_marker = 9,
766                 ruler_video_timeline = 10,
767         };
768
769         static GtkCustomMetric ruler_metrics[4];
770         Glib::RefPtr<Gtk::ToggleAction> ruler_timecode_action;
771         Glib::RefPtr<Gtk::ToggleAction> ruler_bbt_action;
772         Glib::RefPtr<Gtk::ToggleAction> ruler_samples_action;
773         Glib::RefPtr<Gtk::ToggleAction> ruler_minsec_action;
774         Glib::RefPtr<Gtk::ToggleAction> ruler_tempo_action;
775         Glib::RefPtr<Gtk::ToggleAction> ruler_meter_action;
776         Glib::RefPtr<Gtk::ToggleAction> ruler_marker_action;
777         Glib::RefPtr<Gtk::ToggleAction> ruler_range_action;
778         Glib::RefPtr<Gtk::ToggleAction> ruler_loop_punch_action;
779         Glib::RefPtr<Gtk::ToggleAction> ruler_cd_marker_action;
780         bool                            no_ruler_shown_update;
781
782         bool ruler_button_press (GdkEventButton*);
783         bool ruler_button_release (GdkEventButton*);
784         bool ruler_mouse_motion (GdkEventMotion*);
785         bool ruler_scroll (GdkEventScroll* event);
786
787         Gtk::Widget * ruler_grabbed_widget;
788
789         void initialize_rulers ();
790         void update_just_timecode ();
791         void compute_fixed_ruler_scale (); //calculates the RulerScale of the fixed rulers
792         void update_fixed_rulers ();
793         void update_tempo_based_rulers (ARDOUR::TempoMap::BBTPointList::const_iterator& begin,
794                                         ARDOUR::TempoMap::BBTPointList::const_iterator& end);
795         void popup_ruler_menu (framepos_t where = 0, ItemType type = RegionItem);
796         void update_ruler_visibility ();
797         void set_ruler_visible (RulerType, bool);
798         void toggle_ruler_visibility (RulerType rt);
799         void ruler_toggled (int);
800         bool ruler_label_button_release (GdkEventButton*);
801         void store_ruler_visibility ();
802         void restore_ruler_visibility ();
803
804         static gint _metric_get_timecode (GtkCustomRulerMark **, gdouble, gdouble, gint);
805         static gint _metric_get_bbt (GtkCustomRulerMark **, gdouble, gdouble, gint);
806         static gint _metric_get_samples (GtkCustomRulerMark **, gdouble, gdouble, gint);
807         static gint _metric_get_minsec (GtkCustomRulerMark **, gdouble, gdouble, gint);
808
809         enum MinsecRulerScale {
810                 minsec_show_seconds,
811                 minsec_show_minutes,
812                 minsec_show_hours,
813                 minsec_show_frames
814         };
815
816         MinsecRulerScale minsec_ruler_scale;
817
818         framecnt_t minsec_mark_interval;
819         gint minsec_mark_modulo;
820         gint minsec_nmarks;
821         void set_minsec_ruler_scale (framepos_t, framepos_t);
822
823         enum TimecodeRulerScale {
824                 timecode_show_bits,
825                 timecode_show_frames,
826                 timecode_show_seconds,
827                 timecode_show_minutes,
828                 timecode_show_hours
829         };
830
831         TimecodeRulerScale timecode_ruler_scale;
832
833         gint timecode_mark_modulo;
834         gint timecode_nmarks;
835         void set_timecode_ruler_scale (framepos_t, framepos_t);
836
837         framecnt_t _samples_ruler_interval;
838         void set_samples_ruler_scale (framepos_t, framepos_t);
839
840         enum BBTRulerScale {
841                 bbt_over,
842                 bbt_show_64,
843                 bbt_show_16,
844                 bbt_show_4,
845                 bbt_show_1,
846                 bbt_show_beats,
847                 bbt_show_ticks,
848                 bbt_show_ticks_detail,
849                 bbt_show_ticks_super_detail
850         };
851
852         BBTRulerScale bbt_ruler_scale;
853
854         uint32_t bbt_bars;
855         gint bbt_nmarks;
856         uint32_t bbt_bar_helper_on;
857         uint32_t bbt_accent_modulo;
858         void compute_bbt_ruler_scale (framepos_t lower, framepos_t upper,
859                                       ARDOUR::TempoMap::BBTPointList::const_iterator current_bbt_points_begin,
860                                       ARDOUR::TempoMap::BBTPointList::const_iterator current_bbt_points_end);
861
862         gint metric_get_timecode (GtkCustomRulerMark **, gdouble, gdouble, gint);
863         gint metric_get_bbt (GtkCustomRulerMark **, gdouble, gdouble, gint);
864         gint metric_get_samples (GtkCustomRulerMark **, gdouble, gdouble, gint);
865         gint metric_get_minsec (GtkCustomRulerMark **, gdouble, gdouble, gint);
866
867         Gtk::Widget        *_ruler_separator;
868         GtkWidget          *_timecode_ruler;
869         GtkWidget          *_bbt_ruler;
870         GtkWidget          *_samples_ruler;
871         GtkWidget          *_minsec_ruler;
872         Gtk::Widget        *timecode_ruler;
873         Gtk::Widget        *bbt_ruler;
874         Gtk::Widget        *samples_ruler;
875         Gtk::Widget        *minsec_ruler;
876         static Editor      *ruler_editor;
877
878         static const double timebar_height;
879         guint32 visible_timebars;
880         Gtk::Menu          *editor_ruler_menu;
881
882         ArdourCanvas::Rectangle* tempo_bar;
883         ArdourCanvas::Rectangle* meter_bar;
884         ArdourCanvas::Rectangle* marker_bar;
885         ArdourCanvas::Rectangle* range_marker_bar;
886         ArdourCanvas::Rectangle* transport_marker_bar;
887         ArdourCanvas::Rectangle* cd_marker_bar;
888
889         Gtk::Label  minsec_label;
890         Gtk::Label  bbt_label;
891         Gtk::Label  timecode_label;
892         Gtk::Label  samples_label;
893         Gtk::Label  tempo_label;
894         Gtk::Label  meter_label;
895         Gtk::Label  mark_label;
896         Gtk::Label  range_mark_label;
897         Gtk::Label  transport_mark_label;
898         Gtk::Label  cd_mark_label;
899
900         /* videtimline related actions */
901         ArdourCanvas::Rectangle*  videotl_bar;
902         Gtk::Label                videotl_label;
903         ArdourCanvas::Group*      videotl_bar_group;
904         ArdourCanvas::Group*      videotl_group;
905         Glib::RefPtr<Gtk::ToggleAction> ruler_video_action;
906         Glib::RefPtr<Gtk::ToggleAction> xjadeo_proc_action;
907         Glib::RefPtr<Gtk::ToggleAction> xjadeo_ontop_action;
908         Glib::RefPtr<Gtk::ToggleAction> xjadeo_timecode_action;
909         Glib::RefPtr<Gtk::ToggleAction> xjadeo_frame_action;
910         Glib::RefPtr<Gtk::ToggleAction> xjadeo_osdbg_action;
911         Glib::RefPtr<Gtk::ToggleAction> xjadeo_fullscreen_action;
912         Glib::RefPtr<Gtk::ToggleAction> xjadeo_letterbox_action;
913         Glib::RefPtr<Gtk::Action> xjadeo_zoom_100;
914         void set_xjadeo_proc ();
915         void toggle_xjadeo_proc (int state=-1);
916         void set_xjadeo_sensitive (bool onoff);
917         void set_xjadeo_viewoption (int);
918         void toggle_xjadeo_viewoption (int what, int state=-1);
919         void toggle_ruler_video (bool onoff) {ruler_video_action->set_active(onoff);}
920         int videotl_bar_height; /* in units of timebar_height; default: 4 */
921         int get_videotl_bar_height () const { return videotl_bar_height; }
922         void export_video ();
923         void toggle_region_video_lock ();
924
925         Gtk::VBox          time_bars_vbox;
926
927         friend class EditorCursor;
928
929         EditorCursor*        playhead_cursor;
930
931         framepos_t get_region_boundary (framepos_t pos, int32_t dir, bool with_selection, bool only_onscreen);
932
933         void    cursor_to_region_boundary (bool with_selection, int32_t dir);
934         void    cursor_to_next_region_boundary (bool with_selection);
935         void    cursor_to_previous_region_boundary (bool with_selection);
936         void    cursor_to_next_region_point (EditorCursor*, ARDOUR::RegionPoint);
937         void    cursor_to_previous_region_point (EditorCursor*, ARDOUR::RegionPoint);
938         void    cursor_to_region_point (EditorCursor*, ARDOUR::RegionPoint, int32_t dir);
939         void    cursor_to_selection_start (EditorCursor *);
940         void    cursor_to_selection_end   (EditorCursor *);
941
942         void    selected_marker_to_region_boundary (bool with_selection, int32_t dir);
943         void    selected_marker_to_next_region_boundary (bool with_selection);
944         void    selected_marker_to_previous_region_boundary (bool with_selection);
945         void    selected_marker_to_next_region_point (ARDOUR::RegionPoint);
946         void    selected_marker_to_previous_region_point (ARDOUR::RegionPoint);
947         void    selected_marker_to_region_point (ARDOUR::RegionPoint, int32_t dir);
948         void    selected_marker_to_selection_start ();
949         void    selected_marker_to_selection_end   ();
950
951         void    select_all_selectables_using_cursor (EditorCursor *, bool);
952         void    select_all_selectables_using_edit (bool);
953         void    select_all_selectables_between (bool within);
954         void    select_range_between ();
955
956         boost::shared_ptr<ARDOUR::Region> find_next_region (ARDOUR::framepos_t, ARDOUR::RegionPoint, int32_t dir, TrackViewList&, TimeAxisView ** = 0);
957         ARDOUR::framepos_t find_next_region_boundary (ARDOUR::framepos_t, int32_t dir, const TrackViewList&);
958
959         std::vector<ARDOUR::framepos_t> region_boundary_cache;
960         void build_region_boundary_cache ();
961
962         Gtk::HBox           top_hbox;
963         Gtk::HBox           bottom_hbox;
964
965         Gtk::Table          edit_packer;
966
967         /** the adjustment that controls the overall editor vertical scroll position */
968         Gtk::Adjustment     vertical_adjustment;
969         Gtk::Adjustment     horizontal_adjustment;
970
971         Gtk::Adjustment     unused_adjustment; // yes, really; Gtk::Layout constructor requires refs
972         Gtk::Layout         controls_layout;
973         bool control_layout_scroll (GdkEventScroll* ev);
974         void reset_controls_layout_width ();
975         void reset_controls_layout_height (int32_t height);
976
977         enum Direction {
978                 LEFT,
979                 RIGHT,
980                 UP,
981                 DOWN
982         };
983
984         bool scroll_press (Direction);
985         void scroll_release ();
986         sigc::connection _scroll_connection;
987         int _scroll_callbacks;
988
989         double _visible_canvas_width;
990         double _visible_canvas_height; ///< height of the visible area of the track canvas
991         double _full_canvas_height;    ///< full height of the canvas
992
993         bool track_canvas_map_handler (GdkEventAny*);
994
995         bool edit_controls_button_release (GdkEventButton*);
996         Gtk::Menu *edit_controls_left_menu;
997         Gtk::Menu *edit_controls_right_menu;
998
999         Gtk::VBox           ruler_label_vbox;
1000         Gtk::VBox           track_canvas_vbox;
1001         Gtk::VBox           time_canvas_vbox;
1002         Gtk::VBox           edit_controls_vbox;
1003         Gtk::HBox           edit_controls_hbox;
1004
1005         void control_vertical_zoom_in_all ();
1006         void control_vertical_zoom_out_all ();
1007         void control_vertical_zoom_in_selected ();
1008         void control_vertical_zoom_out_selected ();
1009         void control_step_tracks_up ();
1010         void control_step_tracks_down ();
1011         void control_view (uint32_t);
1012         void control_scroll (float);
1013         void control_select (uint32_t rid, Selection::Operation);
1014         void control_unselect ();
1015         void access_action (std::string,std::string);
1016         bool deferred_control_scroll (framepos_t);
1017         sigc::connection control_scroll_connection;
1018
1019         gdouble get_trackview_group_vertical_offset () const { return vertical_adjustment.get_value (); }
1020
1021         ArdourCanvas::Group* get_background_group () const { return _background_group; }
1022         ArdourCanvas::Group* get_trackview_group () const { return _trackview_group; }
1023         void tie_vertical_scrolling ();
1024         void set_horizontal_position (double);
1025         double horizontal_position () const;
1026
1027         struct VisualChange {
1028                 enum Type {
1029                         TimeOrigin = 0x1,
1030                         ZoomLevel = 0x2,
1031                         YOrigin = 0x4
1032                 };
1033
1034                 Type pending;
1035                 framepos_t time_origin;
1036                 double samples_per_pixel;
1037                 double y_origin;
1038
1039                 int idle_handler_id;
1040                 /** true if we are currently in the idle handler */
1041                 bool being_handled;
1042
1043                 VisualChange() : pending ((VisualChange::Type) 0), time_origin (0), samples_per_pixel (0), idle_handler_id (-1), being_handled (false) {}
1044                 void add (Type t) {
1045                         pending = Type (pending | t);
1046                 }
1047         };
1048
1049         VisualChange pending_visual_change;
1050
1051         static int _idle_visual_changer (void *arg);
1052         int idle_visual_changer ();
1053         void ensure_visual_change_idle_handler ();
1054
1055         /* track views */
1056         TrackViewList track_views;
1057         std::pair<TimeAxisView*, double> trackview_by_y_position (double);
1058         TimeAxisView* axis_view_from_route (boost::shared_ptr<ARDOUR::Route>) const;
1059
1060         TrackViewList get_tracks_for_range_action () const;
1061
1062         sigc::connection super_rapid_screen_update_connection;
1063         framepos_t last_update_frame;
1064         void center_screen_internal (framepos_t, float);
1065
1066         void super_rapid_screen_update ();
1067
1068         void session_going_away ();
1069
1070         framepos_t cut_buffer_start;
1071         framecnt_t cut_buffer_length;
1072
1073         Gdk::Cursor* pre_press_cursor;
1074         boost::weak_ptr<ARDOUR::Trimmable> _trimmable;
1075         boost::weak_ptr<ARDOUR::Movable> _movable;
1076
1077         bool typed_event (ArdourCanvas::Item*, GdkEvent*, ItemType);
1078         bool button_press_handler (ArdourCanvas::Item*, GdkEvent*, ItemType);
1079         bool button_press_handler_1 (ArdourCanvas::Item *, GdkEvent *, ItemType);
1080         bool button_press_handler_2 (ArdourCanvas::Item *, GdkEvent *, ItemType);
1081         bool button_release_handler (ArdourCanvas::Item*, GdkEvent*, ItemType);
1082         bool button_press_dispatch (GdkEventButton*);
1083         bool button_release_dispatch (GdkEventButton*);
1084         bool motion_handler (ArdourCanvas::Item*, GdkEvent*, bool from_autoscroll = false);
1085         bool enter_handler (ArdourCanvas::Item*, GdkEvent*, ItemType);
1086         bool leave_handler (ArdourCanvas::Item*, GdkEvent*, ItemType);
1087         bool key_press_handler (ArdourCanvas::Item*, GdkEvent*, ItemType);
1088         bool key_release_handler (ArdourCanvas::Item*, GdkEvent*, ItemType);
1089
1090         Gtkmm2ext::Bindings* button_bindings;
1091         XMLNode* button_settings () const;
1092
1093         /* KEYMAP HANDLING */
1094
1095         void register_actions ();
1096         void register_region_actions ();
1097
1098         void load_bindings ();
1099         Gtkmm2ext::ActionMap editor_action_map;
1100         Gtkmm2ext::Bindings  key_bindings;
1101
1102         int ensure_cursor (framepos_t* pos);
1103
1104         void cut_copy (Editing::CutCopyOp);
1105         bool can_cut_copy () const;
1106         void cut_copy_points (Editing::CutCopyOp);
1107         void cut_copy_regions (Editing::CutCopyOp, RegionSelection&);
1108         void cut_copy_ranges (Editing::CutCopyOp);
1109         void cut_copy_midi (Editing::CutCopyOp);
1110
1111         void mouse_paste ();
1112         void paste_internal (framepos_t position, float times);
1113
1114         /* EDITING OPERATIONS */
1115
1116         void reset_point_selection ();
1117         void toggle_region_lock ();
1118         void toggle_opaque_region ();
1119         void toggle_record_enable ();
1120         void toggle_solo ();
1121         void toggle_solo_isolate ();
1122         void toggle_mute ();
1123         void toggle_region_lock_style ();
1124
1125         enum LayerOperation {
1126                 Raise,
1127                 RaiseToTop,
1128                 Lower,
1129                 LowerToBottom
1130         };
1131
1132         void do_layer_operation (LayerOperation);
1133         void raise_region ();
1134         void raise_region_to_top ();
1135         void change_region_layering_order (bool from_context_menu);
1136         void lower_region ();
1137         void lower_region_to_bottom ();
1138         void split_regions_at (framepos_t, RegionSelection&);
1139         void split_region_at_transients ();
1140         void split_region_at_points (boost::shared_ptr<ARDOUR::Region>, ARDOUR::AnalysisFeatureList&, bool can_ferret, bool select_new = false);
1141         void crop_region_to_selection ();
1142         void crop_region_to (framepos_t start, framepos_t end);
1143         void set_sync_point (framepos_t, const RegionSelection&);
1144         void set_region_sync_position ();
1145         void remove_region_sync();
1146         void align_regions (ARDOUR::RegionPoint);
1147         void align_regions_relative (ARDOUR::RegionPoint point);
1148         void align_region (boost::shared_ptr<ARDOUR::Region>, ARDOUR::RegionPoint point, framepos_t position);
1149         void align_region_internal (boost::shared_ptr<ARDOUR::Region>, ARDOUR::RegionPoint point, framepos_t position);
1150         void remove_selected_regions ();
1151         void remove_clicked_region ();
1152         void show_region_properties ();
1153         void show_midi_list_editor ();
1154         void rename_region ();
1155         void duplicate_some_regions (RegionSelection&, float times);
1156         void duplicate_selection (float times);
1157         void region_fill_selection ();
1158         void combine_regions ();
1159         void uncombine_regions ();
1160
1161         void region_fill_track ();
1162         void audition_playlist_region_standalone (boost::shared_ptr<ARDOUR::Region>);
1163         void audition_playlist_region_via_route (boost::shared_ptr<ARDOUR::Region>, ARDOUR::Route&);
1164         void split_multichannel_region();
1165         void reverse_region ();
1166         void strip_region_silence ();
1167         void normalize_region ();
1168         void reset_region_scale_amplitude ();
1169         void adjust_region_gain (bool up);
1170         void quantize_region ();
1171         void insert_patch_change (bool from_context);
1172         void fork_region ();
1173
1174         void do_insert_time ();
1175         void insert_time (framepos_t, framecnt_t, Editing::InsertTimeOption, bool, bool, bool, bool, bool, bool);
1176
1177         void tab_to_transient (bool forward);
1178
1179         void set_tempo_from_region ();
1180         void use_range_as_bar ();
1181
1182         void define_one_bar (framepos_t start, framepos_t end);
1183
1184         void audition_region_from_region_list ();
1185         void hide_region_from_region_list ();
1186         void show_region_in_region_list ();
1187
1188         void naturalize_region ();
1189
1190         void reset_focus ();
1191
1192         void split_region ();
1193
1194         void delete_ ();
1195         void cut ();
1196         void copy ();
1197         void paste (float times, bool from_context_menu = false);
1198
1199         void place_transient ();
1200         void remove_transient (ArdourCanvas::Item* item);
1201         void snap_regions_to_grid ();
1202         void close_region_gaps ();
1203
1204         void keyboard_paste ();
1205
1206         void region_from_selection ();
1207         void create_region_from_selection (std::vector<boost::shared_ptr<ARDOUR::Region> >&);
1208
1209         void play_from_start ();
1210         void play_from_edit_point ();
1211         void play_from_edit_point_and_return ();
1212         void play_selected_region ();
1213         void play_edit_range ();
1214         void play_location (ARDOUR::Location&);
1215         void loop_location (ARDOUR::Location&);
1216
1217         void temporal_zoom_selection ();
1218         void temporal_zoom_region (bool both_axes);
1219         void zoom_to_region (bool both_axes);
1220         void temporal_zoom_session ();
1221         void temporal_zoom (double scale);
1222         void temporal_zoom_by_frame (framepos_t start, framepos_t end);
1223         void temporal_zoom_to_frame (bool coarser, framepos_t frame);
1224
1225         void insert_region_list_drag (boost::shared_ptr<ARDOUR::Region>, int x, int y);
1226         void insert_region_list_selection (float times);
1227
1228         void insert_route_list_drag (boost::shared_ptr<ARDOUR::Route>, int x, int y);
1229
1230         /* import & embed */
1231
1232         void add_external_audio_action (Editing::ImportMode);
1233         void external_audio_dialog ();
1234         void session_import_dialog ();
1235
1236         int  check_whether_and_how_to_import(std::string, bool all_or_nothing = true);
1237         bool check_multichannel_status (const std::vector<std::string>& paths);
1238
1239         SoundFileOmega* sfbrowser;
1240
1241         void bring_in_external_audio (Editing::ImportMode mode,  framepos_t& pos);
1242
1243         bool  idle_drop_paths  (std::vector<std::string> paths, framepos_t frame, double ypos, bool copy);
1244         void  drop_paths_part_two  (const std::vector<std::string>& paths, framepos_t frame, double ypos, bool copy);
1245
1246         int  import_sndfiles (std::vector<std::string> paths, Editing::ImportMode mode,  ARDOUR::SrcQuality, framepos_t& pos,
1247                               int target_regions, int target_tracks, boost::shared_ptr<ARDOUR::Track>&, bool);
1248         int  embed_sndfiles (std::vector<std::string> paths, bool multiple_files, bool& check_sample_rate, Editing::ImportMode mode,
1249                              framepos_t& pos, int target_regions, int target_tracks, boost::shared_ptr<ARDOUR::Track>&);
1250
1251         int add_sources (std::vector<std::string> paths, ARDOUR::SourceList& sources, framepos_t& pos, Editing::ImportMode,
1252                          int target_regions, int target_tracks, boost::shared_ptr<ARDOUR::Track>&, bool add_channel_suffix);
1253         int finish_bringing_in_material (boost::shared_ptr<ARDOUR::Region> region, uint32_t, uint32_t,  framepos_t& pos, Editing::ImportMode mode,
1254                                       boost::shared_ptr<ARDOUR::Track>& existing_track);
1255
1256         boost::shared_ptr<ARDOUR::AudioTrack> get_nth_selected_audio_track (int nth) const;
1257         boost::shared_ptr<ARDOUR::MidiTrack> get_nth_selected_midi_track (int nth) const;
1258
1259         void toggle_midi_input_active (bool flip_others);
1260
1261         ARDOUR::InterThreadInfo* current_interthread_info;
1262
1263         AnalysisWindow* analysis_window;
1264
1265         /* import specific info */
1266
1267         struct EditorImportStatus : public ARDOUR::ImportStatus {
1268             Editing::ImportMode mode;
1269             framepos_t pos;
1270             int target_tracks;
1271             int target_regions;
1272             boost::shared_ptr<ARDOUR::Track> track;
1273             bool replace;
1274         };
1275
1276         EditorImportStatus import_status;
1277         static void *_import_thread (void *);
1278         void* import_thread ();
1279         void finish_import ();
1280
1281         /* to support this ... */
1282
1283         void import_audio (bool as_tracks);
1284         void do_import (std::vector<std::string> paths, bool split, bool as_tracks);
1285
1286         void move_to_start ();
1287         void move_to_end ();
1288         void center_playhead ();
1289         void center_edit_point ();
1290         void playhead_forward_to_grid ();
1291         void playhead_backward_to_grid ();
1292         void scroll_playhead (bool forward);
1293         void scroll_backward (float pages=0.8f);
1294         void scroll_forward (float pages=0.8f);
1295         void scroll_tracks_down ();
1296         void scroll_tracks_up ();
1297         void set_mark ();
1298         void clear_markers ();
1299         void clear_ranges ();
1300         void clear_locations ();
1301         void unhide_markers ();
1302         void unhide_ranges ();
1303         void jump_forward_to_mark ();
1304         void jump_backward_to_mark ();
1305         void cursor_align (bool playhead_to_edit);
1306
1307         void remove_last_capture ();
1308         void select_all_selectables_using_time_selection ();
1309         void select_all_selectables_using_loop();
1310         void select_all_selectables_using_punch();
1311         void set_selection_from_range (ARDOUR::Location&);
1312         void set_selection_from_punch ();
1313         void set_selection_from_loop ();
1314         void set_selection_from_region ();
1315
1316         void add_location_mark (framepos_t where);
1317         void add_location_from_region ();
1318         void add_locations_from_region ();
1319         void add_location_from_selection ();
1320         void set_loop_from_selection (bool play);
1321         void set_punch_from_selection ();
1322         void set_punch_from_region ();
1323
1324         void set_loop_from_edit_range (bool play);
1325         void set_loop_from_region (bool play);
1326         void set_punch_from_edit_range ();
1327
1328         void set_loop_range (framepos_t start, framepos_t end, std::string cmd);
1329         void set_punch_range (framepos_t start, framepos_t end, std::string cmd);
1330
1331         void add_location_from_playhead_cursor ();
1332         bool select_new_marker;
1333
1334         void reverse_selection ();
1335         void edit_envelope ();
1336
1337         double last_scrub_x;
1338         int scrubbing_direction;
1339         int scrub_reversals;
1340         int scrub_reverse_distance;
1341         void scrub (framepos_t, double);
1342
1343         void keyboard_selection_begin ();
1344         void keyboard_selection_finish (bool add);
1345         bool have_pending_keyboard_selection;
1346         framepos_t pending_keyboard_selection_start;
1347
1348         void move_range_selection_start_or_end_to_region_boundary (bool, bool);
1349
1350         Editing::SnapType _snap_type;
1351         Editing::SnapMode _snap_mode;
1352
1353         /// Snap threshold in pixels
1354         double snap_threshold;
1355
1356         bool ignore_gui_changes;
1357
1358         DragManager* _drags;
1359
1360         void escape ();
1361
1362         Gtk::Menu fade_context_menu;
1363         void popup_fade_context_menu (int, int, ArdourCanvas::Item*, ItemType);
1364
1365         Gtk::Menu xfade_in_context_menu;
1366         Gtk::Menu xfade_out_context_menu;
1367         void popup_xfade_in_context_menu (int, int, ArdourCanvas::Item*, ItemType);
1368         void popup_xfade_out_context_menu (int, int, ArdourCanvas::Item*, ItemType);
1369         void fill_xfade_menu (Gtk::Menu_Helpers::MenuList& items, bool start);
1370
1371         void set_fade_in_shape (ARDOUR::FadeShape);
1372         void set_fade_out_shape (ARDOUR::FadeShape);
1373
1374         void set_fade_length (bool in);
1375         void set_fade_in_active (bool);
1376         void set_fade_out_active (bool);
1377
1378         std::set<boost::shared_ptr<ARDOUR::Playlist> > motion_frozen_playlists;
1379
1380         bool _dragging_playhead;
1381         bool _dragging_edit_point;
1382
1383         void marker_drag_motion_callback (GdkEvent*);
1384         void marker_drag_finished_callback (GdkEvent*);
1385
1386         gint mouse_rename_region (ArdourCanvas::Item*, GdkEvent*);
1387
1388         void add_region_drag (ArdourCanvas::Item*, GdkEvent*, RegionView*);
1389         void start_create_region_grab (ArdourCanvas::Item*, GdkEvent*);
1390         void add_region_copy_drag (ArdourCanvas::Item*, GdkEvent*, RegionView*);
1391         void add_region_brush_drag (ArdourCanvas::Item*, GdkEvent*, RegionView*);
1392         void start_selection_grab (ArdourCanvas::Item*, GdkEvent*);
1393
1394         void region_view_item_click (AudioRegionView&, GdkEventButton*);
1395
1396         bool can_remove_control_point (ArdourCanvas::Item *);
1397         void remove_control_point (ArdourCanvas::Item *);
1398
1399         void mouse_brush_insert_region (RegionView*, framepos_t pos);
1400
1401         /* Canvas event handlers */
1402
1403         bool canvas_control_point_event (GdkEvent* event,ArdourCanvas::Item*, ControlPoint*);
1404         bool canvas_line_event (GdkEvent* event,ArdourCanvas::Item*, AutomationLine*);
1405         bool canvas_selection_rect_event (GdkEvent* event,ArdourCanvas::Item*, SelectionRect*);
1406         bool canvas_selection_start_trim_event (GdkEvent* event,ArdourCanvas::Item*, SelectionRect*);
1407         bool canvas_selection_end_trim_event (GdkEvent* event,ArdourCanvas::Item*, SelectionRect*);
1408         bool canvas_start_xfade_event (GdkEvent* event,ArdourCanvas::Item*, AudioRegionView*);
1409         bool canvas_end_xfade_event (GdkEvent* event,ArdourCanvas::Item*, AudioRegionView*);
1410         bool canvas_fade_in_event (GdkEvent* event,ArdourCanvas::Item*, AudioRegionView*);
1411         bool canvas_fade_in_handle_event (GdkEvent* event,ArdourCanvas::Item*, AudioRegionView*);
1412         bool canvas_fade_out_event (GdkEvent* event,ArdourCanvas::Item*, AudioRegionView*);
1413         bool canvas_fade_out_handle_event (GdkEvent* event,ArdourCanvas::Item*, AudioRegionView*);
1414         bool canvas_region_view_event (GdkEvent* event,ArdourCanvas::Item*, RegionView*);
1415         bool canvas_frame_handle_event (GdkEvent* event,ArdourCanvas::Item*, RegionView*);
1416         bool canvas_region_view_name_highlight_event (GdkEvent* event,ArdourCanvas::Item*, RegionView*);
1417         bool canvas_region_view_name_event (GdkEvent* event,ArdourCanvas::Item*, RegionView*);
1418         bool canvas_feature_line_event (GdkEvent* event, ArdourCanvas::Item*, RegionView*);
1419         bool canvas_stream_view_event (GdkEvent* event,ArdourCanvas::Item*, RouteTimeAxisView*);
1420         bool canvas_marker_event (GdkEvent* event,ArdourCanvas::Item*, Marker*);
1421         bool canvas_zoom_rect_event (GdkEvent* event,ArdourCanvas::Item*);
1422         bool canvas_tempo_marker_event (GdkEvent* event,ArdourCanvas::Item*, TempoMarker*);
1423         bool canvas_meter_marker_event (GdkEvent* event,ArdourCanvas::Item*, MeterMarker*);
1424         bool canvas_automation_track_event(GdkEvent* event, ArdourCanvas::Item*, AutomationTimeAxisView*);
1425         bool canvas_note_event (GdkEvent* event, ArdourCanvas::Item *);
1426
1427         bool canvas_tempo_bar_event (GdkEvent* event, ArdourCanvas::Item*);
1428         bool canvas_meter_bar_event (GdkEvent* event, ArdourCanvas::Item*);
1429         bool canvas_marker_bar_event (GdkEvent* event, ArdourCanvas::Item*);
1430         bool canvas_range_marker_bar_event (GdkEvent* event, ArdourCanvas::Item*);
1431         bool canvas_transport_marker_bar_event (GdkEvent* event, ArdourCanvas::Item*);
1432         bool canvas_cd_marker_bar_event (GdkEvent* event, ArdourCanvas::Item*);
1433
1434         bool canvas_videotl_bar_event (GdkEvent* event, ArdourCanvas::Item*);
1435         void update_video_timeline (bool flush = false);
1436         void set_video_timeline_height (const int);
1437         bool is_video_timeline_locked ();
1438         void toggle_video_timeline_locked ();
1439         void set_video_timeline_locked (const bool);
1440         void queue_visual_videotimeline_update ();
1441         void embed_audio_from_video (std::string, framepos_t n = 0);
1442
1443         bool canvas_imageframe_item_view_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameView*);
1444         bool canvas_imageframe_view_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameTimeAxis*);
1445         bool canvas_imageframe_start_handle_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameView*);
1446         bool canvas_imageframe_end_handle_event(GdkEvent* event, ArdourCanvas::Item*,ImageFrameView*);
1447         bool canvas_marker_time_axis_view_event(GdkEvent* event, ArdourCanvas::Item*,MarkerTimeAxis*);
1448         bool canvas_markerview_item_view_event(GdkEvent* event, ArdourCanvas::Item*,MarkerView*);
1449         bool canvas_markerview_start_handle_event(GdkEvent* event, ArdourCanvas::Item*,MarkerView*);
1450         bool canvas_markerview_end_handle_event(GdkEvent* event, ArdourCanvas::Item*,MarkerView*);
1451
1452         PBD::Signal0<void> EditorFreeze;
1453         PBD::Signal0<void> EditorThaw;
1454
1455   private:
1456         friend class DragManager;
1457         friend class EditorRouteGroups;
1458         friend class EditorRegions;
1459
1460         /** true if the mouse is over a place where region trim can happen */
1461         bool _over_region_trim_target;
1462
1463         /* non-public event handlers */
1464
1465         bool canvas_playhead_cursor_event (GdkEvent* event, ArdourCanvas::Item*);
1466         bool track_canvas_scroll (GdkEventScroll* event);
1467
1468         bool track_canvas_scroll_event (GdkEventScroll* event);
1469         bool track_canvas_button_press_event (GdkEventButton* event);
1470         bool track_canvas_button_release_event (GdkEventButton* event);
1471         bool track_canvas_motion_notify_event (GdkEventMotion* event);
1472
1473         Gtk::Allocation _canvas_viewport_allocation;
1474         void track_canvas_viewport_allocate (Gtk::Allocation alloc);
1475         bool track_canvas_viewport_size_allocated ();
1476         bool track_canvas_drag_motion (Glib::RefPtr<Gdk::DragContext> const &, int, int, guint);
1477         bool track_canvas_key_press (GdkEventKey *);
1478         bool track_canvas_key_release (GdkEventKey *);
1479
1480         void set_playhead_cursor ();
1481
1482         void toggle_region_mute ();
1483
1484         void initialize_canvas ();
1485
1486         /* display control */
1487
1488         bool _show_measures;
1489         /// true if the editor should follow the playhead, otherwise false
1490         bool _follow_playhead;
1491         /// true if we scroll the tracks rather than the playhead
1492         bool _stationary_playhead;
1493         /// true if we are in fullscreen mode
1494         bool _maximised;
1495
1496         TempoLines* tempo_lines;
1497
1498         ArdourCanvas::Group* time_line_group;
1499
1500         void hide_measures ();
1501         void draw_measures (ARDOUR::TempoMap::BBTPointList::const_iterator& begin,
1502                             ARDOUR::TempoMap::BBTPointList::const_iterator& end);
1503         bool redraw_measures ();
1504
1505         void new_tempo_section ();
1506
1507         void mouse_add_new_tempo_event (framepos_t where);
1508         void mouse_add_new_meter_event (framepos_t where);
1509
1510         void remove_tempo_marker (ArdourCanvas::Item*);
1511         void remove_meter_marker (ArdourCanvas::Item*);
1512         gint real_remove_tempo_marker (ARDOUR::TempoSection*);
1513         gint real_remove_meter_marker (ARDOUR::MeterSection*);
1514
1515         void edit_tempo_section (ARDOUR::TempoSection*);
1516         void edit_meter_section (ARDOUR::MeterSection*);
1517         void edit_tempo_marker (ArdourCanvas::Item*);
1518         void edit_meter_marker (ArdourCanvas::Item*);
1519         void edit_control_point (ArdourCanvas::Item*);
1520         void edit_notes (std::set<NoteBase*> const & s);
1521
1522         void marker_menu_edit ();
1523         void marker_menu_remove ();
1524         void marker_menu_rename ();
1525         void toggle_marker_menu_lock ();
1526         void toggle_marker_menu_glue ();
1527         void marker_menu_hide ();
1528         void marker_menu_loop_range ();
1529         void marker_menu_select_all_selectables_using_range ();
1530         void marker_menu_select_using_range ();
1531         void marker_menu_separate_regions_using_location ();
1532         void marker_menu_play_from ();
1533         void marker_menu_play_range ();
1534         void marker_menu_set_playhead ();
1535         void marker_menu_set_from_playhead ();
1536         void marker_menu_set_from_selection (bool force_regions);
1537         void marker_menu_range_to_next ();
1538         void marker_menu_zoom_to_range ();
1539         void new_transport_marker_menu_set_loop ();
1540         void new_transport_marker_menu_set_punch ();
1541         void update_loop_range_view (bool visibility=false);
1542         void update_punch_range_view (bool visibility=false);
1543         void new_transport_marker_menu_popdown ();
1544         void marker_context_menu (GdkEventButton*, ArdourCanvas::Item*);
1545         void tempo_or_meter_marker_context_menu (GdkEventButton*, ArdourCanvas::Item*);
1546         void new_transport_marker_context_menu (GdkEventButton*, ArdourCanvas::Item*);
1547         void build_range_marker_menu (bool, bool);
1548         void build_marker_menu (ARDOUR::Location *);
1549         void build_tempo_or_meter_marker_menu (bool);
1550         void build_new_transport_marker_menu ();
1551         void dynamic_cast_marker_object (void*, MeterMarker**, TempoMarker**) const;
1552
1553         Gtk::Menu* tempo_or_meter_marker_menu;
1554         Gtk::Menu* marker_menu;
1555         Gtk::Menu* range_marker_menu;
1556         Gtk::Menu* transport_marker_menu;
1557         Gtk::Menu* new_transport_marker_menu;
1558         Gtk::Menu* cd_marker_menu;
1559         ArdourCanvas::Item* marker_menu_item;
1560
1561         typedef std::list<Marker*> Marks;
1562         Marks metric_marks;
1563
1564         void remove_metric_marks ();
1565         void draw_metric_marks (const ARDOUR::Metrics& metrics);
1566
1567         void compute_current_bbt_points (framepos_t left, framepos_t right, 
1568                                          ARDOUR::TempoMap::BBTPointList::const_iterator& begin,
1569                                          ARDOUR::TempoMap::BBTPointList::const_iterator& end);
1570
1571         void tempo_map_changed (const PBD::PropertyChange&);
1572         void redisplay_tempo (bool immediate_redraw);
1573
1574         uint32_t bbt_beat_subdivision;
1575
1576         /* toolbar */
1577
1578         Gtk::ToggleButton editor_mixer_button;
1579         Gtk::ToggleButton editor_list_button;
1580         void editor_mixer_button_toggled ();
1581         void editor_list_button_toggled ();
1582
1583         AudioClock*               zoom_range_clock;
1584
1585         ArdourButton              zoom_in_button;
1586         ArdourButton              zoom_out_button;
1587         ArdourButton              zoom_out_full_button;
1588
1589         ArdourButton              tav_expand_button;
1590         ArdourButton              tav_shrink_button;
1591
1592         Gtk::VBox                toolbar_clock_vbox;
1593         Gtk::VBox                toolbar_selection_clock_vbox;
1594         Gtk::Table               toolbar_selection_clock_table;
1595         Gtk::Label               toolbar_selection_cursor_label;
1596
1597         Gtkmm2ext::TearOff*      _mouse_mode_tearoff;
1598         ArdourButton mouse_select_button;
1599         ArdourButton mouse_draw_button;
1600         ArdourButton mouse_move_button;
1601         ArdourButton mouse_gain_button;
1602         ArdourButton mouse_zoom_button;
1603         ArdourButton mouse_timefx_button;
1604         ArdourButton mouse_audition_button;
1605
1606         ArdourButton smart_mode_button;
1607         Glib::RefPtr<Gtk::ToggleAction> smart_mode_action;
1608
1609         void                     mouse_mode_toggled (Editing::MouseMode m);
1610         void                     mouse_mode_object_range_toggled ();
1611         bool                     ignore_mouse_mode_toggle;
1612
1613         ArdourButton internal_edit_button;
1614         void         toggle_internal_editing ();
1615
1616         bool                     mouse_select_button_release (GdkEventButton*);
1617
1618         Gtk::VBox                automation_box;
1619         Gtk::Button              automation_mode_button;
1620
1621         Gtk::ComboBoxText edit_mode_selector;
1622         Gtk::VBox         edit_mode_box;
1623         std::vector<std::string> edit_mode_strings;
1624
1625         void set_edit_mode (ARDOUR::EditMode);
1626         void cycle_edit_mode ();
1627         void edit_mode_selection_done ();
1628
1629         Gtk::ComboBoxText snap_type_selector;
1630         Gtk::ComboBoxText snap_mode_selector;
1631         Gtk::HBox         snap_box;
1632
1633         std::vector<std::string> snap_type_strings;
1634         std::vector<std::string> snap_mode_strings;
1635
1636         void snap_type_selection_done ();
1637         void snap_mode_selection_done ();
1638         void snap_mode_chosen (Editing::SnapMode);
1639         void snap_type_chosen (Editing::SnapType);
1640
1641         Glib::RefPtr<Gtk::RadioAction> snap_type_action (Editing::SnapType);
1642         Glib::RefPtr<Gtk::RadioAction> snap_mode_action (Editing::SnapMode);
1643
1644         Gtk::ComboBoxText zoom_focus_selector;
1645         Gtk::VBox         zoom_focus_box;
1646
1647         std::vector<std::string> zoom_focus_strings;
1648
1649         void zoom_focus_selection_done ();
1650         void zoom_focus_chosen (Editing::ZoomFocus);
1651
1652         Glib::RefPtr<Gtk::RadioAction> zoom_focus_action (Editing::ZoomFocus);
1653
1654         Gtk::HBox           _zoom_box;
1655         Gtkmm2ext::TearOff* _zoom_tearoff;
1656         void                zoom_adjustment_changed();
1657
1658         void setup_toolbar ();
1659
1660         void setup_tooltips ();
1661
1662         Gtkmm2ext::TearOff*     _tools_tearoff;
1663         Gtk::HBox                toolbar_hbox;
1664         Gtk::EventBox            toolbar_base;
1665         Gtk::Frame               toolbar_frame;
1666         Gtk::Viewport           _toolbar_viewport;
1667
1668         /* midi toolbar */
1669
1670         Gtk::HBox                panic_box;
1671
1672         void setup_midi_toolbar ();
1673
1674         /* selection process */
1675
1676         Selection* selection;
1677         Selection* cut_buffer;
1678
1679         void time_selection_changed ();
1680         void track_selection_changed ();
1681         void region_selection_changed ();
1682         sigc::connection editor_regions_selection_changed_connection;
1683         void sensitize_all_region_actions (bool);
1684         void sensitize_the_right_region_actions ();
1685         bool _all_region_actions_sensitized;
1686         /** Flag to block region action handlers from doing what they normally do;
1687          *  I tried Gtk::Action::block_activate() but this doesn't work (ie it doesn't
1688          *  block) when setting a ToggleAction's active state.
1689          */
1690         bool _ignore_region_action;
1691         bool _last_region_menu_was_main;
1692         void point_selection_changed ();
1693         void marker_selection_changed ();
1694
1695         void cancel_selection ();
1696         void cancel_time_selection ();
1697
1698         bool get_smart_mode() const;
1699
1700         bool audio_region_selection_covers (framepos_t where);
1701
1702         /* transport range select process */
1703
1704         ArdourCanvas::Rectangle*  cd_marker_bar_drag_rect;
1705         ArdourCanvas::Rectangle*  range_bar_drag_rect;
1706         ArdourCanvas::Rectangle*  transport_bar_drag_rect;
1707
1708 #ifdef GTKOSX
1709         ArdourCanvas::Rectangle     *bogus_background_rect;
1710 #endif
1711         ArdourCanvas::Rectangle     *transport_bar_range_rect;
1712         ArdourCanvas::Rectangle     *transport_bar_preroll_rect;
1713         ArdourCanvas::Rectangle     *transport_bar_postroll_rect;
1714         ArdourCanvas::Rectangle     *transport_loop_range_rect;
1715         ArdourCanvas::Rectangle     *transport_punch_range_rect;
1716         ArdourCanvas::Line     *transport_punchin_line;
1717         ArdourCanvas::Line     *transport_punchout_line;
1718         ArdourCanvas::Rectangle     *transport_preroll_rect;
1719         ArdourCanvas::Rectangle     *transport_postroll_rect;
1720
1721         ARDOUR::Location*  transport_loop_location();
1722         ARDOUR::Location*  transport_punch_location();
1723
1724         ARDOUR::Location   *temp_location;
1725
1726         /* object rubberband select process */
1727
1728         void select_all_within (framepos_t, framepos_t, double, double, TrackViewList const &, Selection::Operation, bool);
1729
1730         ArdourCanvas::Rectangle   *rubberband_rect;
1731
1732         /* mouse zoom process */
1733
1734         ArdourCanvas::Rectangle   *zoom_rect;
1735         void reposition_zoom_rect (framepos_t start, framepos_t end);
1736
1737         EditorRouteGroups* _route_groups;
1738         EditorRoutes* _routes;
1739         EditorRegions* _regions;
1740         EditorSnapshots* _snapshots;
1741         EditorLocations* _locations;
1742
1743         /* diskstream/route display management */
1744         Glib::RefPtr<Gdk::Pixbuf> rec_enabled_icon;
1745         Glib::RefPtr<Gdk::Pixbuf> rec_disabled_icon;
1746
1747         Glib::RefPtr<Gtk::TreeSelection> route_display_selection;
1748
1749         bool sync_track_view_list_and_routes ();
1750
1751         Gtk::VBox           list_vpacker;
1752
1753         /* autoscrolling */
1754
1755         bool autoscroll_active;
1756         int autoscroll_timeout_tag;
1757         int autoscroll_x;
1758         int autoscroll_y;
1759         int last_autoscroll_x;
1760         int last_autoscroll_y;
1761         uint32_t autoscroll_cnt;
1762         framecnt_t autoscroll_x_distance;
1763         double autoscroll_y_distance;
1764
1765         bool _autoscroll_fudging;
1766         int autoscroll_fudge_threshold () const;
1767
1768         static gint _autoscroll_canvas (void *);
1769         bool autoscroll_canvas ();
1770         void start_canvas_autoscroll (int x, int y);
1771         void stop_canvas_autoscroll ();
1772
1773         /* trimming */
1774         void point_trim (GdkEvent *, framepos_t);
1775
1776         void trim_region_front();
1777         void trim_region_back();
1778         void trim_region (bool front);
1779
1780         void trim_region_to_loop ();
1781         void trim_region_to_punch ();
1782         void trim_region_to_location (const ARDOUR::Location&, const char* cmd);
1783
1784         void trim_to_region(bool forward);
1785         void trim_region_to_previous_region_end();
1786         void trim_region_to_next_region_start();
1787
1788         bool show_gain_after_trim;
1789
1790         /* Drag-n-Drop */
1791
1792         int convert_drop_to_paths (
1793                 std::vector<std::string>&           paths,
1794                 const Glib::RefPtr<Gdk::DragContext>& context,
1795                 gint                                  x,
1796                 gint                                  y,
1797                 const Gtk::SelectionData&             data,
1798                 guint                                 info,
1799                 guint                                 time);
1800
1801         void track_canvas_drag_data_received (
1802                 const Glib::RefPtr<Gdk::DragContext>& context,
1803                 gint                                  x,
1804                 gint                                  y,
1805                 const Gtk::SelectionData&             data,
1806                 guint                                 info,
1807                 guint                                 time);
1808
1809         void drop_paths (
1810                 const Glib::RefPtr<Gdk::DragContext>& context,
1811                 gint                                  x,
1812                 gint                                  y,
1813                 const Gtk::SelectionData&             data,
1814                 guint                                 info,
1815                 guint                                 time);
1816
1817         void drop_regions (
1818                 const Glib::RefPtr<Gdk::DragContext>& context,
1819                 gint                                  x,
1820                 gint                                  y,
1821                 const Gtk::SelectionData&             data,
1822                 guint                                 info,
1823                 guint                                 time);
1824
1825         void drop_routes (
1826                 const Glib::RefPtr<Gdk::DragContext>& context,
1827                 gint                x,
1828                 gint                y,
1829                 const Gtk::SelectionData& data,
1830                 guint               info,
1831                 guint               time);
1832
1833         /* audio export */
1834
1835         int  write_region_selection(RegionSelection&);
1836         bool write_region (std::string path, boost::shared_ptr<ARDOUR::AudioRegion>);
1837         void bounce_region_selection (bool with_processing);
1838         void bounce_range_selection (bool replace, bool enable_processing);
1839         void external_edit_region ();
1840
1841         int write_audio_selection (TimeSelection&);
1842         bool write_audio_range (ARDOUR::AudioPlaylist&, const ARDOUR::ChanCount& channels, std::list<ARDOUR::AudioRange>&);
1843
1844         void write_selection ();
1845
1846         XMLNode *before; /* used in *_reversible_command */
1847
1848         void update_title ();
1849         void update_title_s (const std::string & snapshot_name);
1850
1851         void instant_save ();
1852
1853         boost::shared_ptr<ARDOUR::AudioRegion> last_audition_region;
1854
1855         /* freeze operations */
1856
1857         ARDOUR::InterThreadInfo freeze_status;
1858         static void* _freeze_thread (void*);
1859         void* freeze_thread ();
1860
1861         void freeze_route ();
1862         void unfreeze_route ();
1863
1864         /* duplication */
1865
1866         void duplicate_range (bool with_dialog);
1867
1868         /** computes the timeline frame (sample) of an event whose coordinates
1869          * are in canvas units (pixels, scroll offset included).
1870          */
1871         framepos_t canvas_event_frame (GdkEvent const *, double* px = 0, double* py = 0) const;
1872
1873         /** computes the timeline frame (sample) of an event whose coordinates
1874          * are in window units (pixels, no scroll offset).
1875          */
1876         framepos_t window_event_frame (GdkEvent const *, double* px = 0, double* py = 0) const;
1877
1878         /* returns false if mouse pointer is not in track or marker canvas
1879          */
1880         bool mouse_frame (framepos_t&, bool& in_track_canvas) const;
1881
1882         TimeFXDialog* current_timefx;
1883         static void* timefx_thread (void *arg);
1884         void do_timefx ();
1885
1886         int time_stretch (RegionSelection&, float fraction);
1887         int pitch_shift (RegionSelection&, float cents);
1888         void pitch_shift_region ();
1889
1890         void transpose_region ();
1891
1892         /* editor-mixer strip */
1893
1894         MixerStrip *current_mixer_strip;
1895         bool show_editor_mixer_when_tracks_arrive;
1896         Gtk::VBox current_mixer_strip_vbox;
1897         void cms_new (boost::shared_ptr<ARDOUR::Route>);
1898         void current_mixer_strip_hidden ();
1899
1900         void detach_tearoff (Gtk::Box* b, Gtk::Window* w);
1901         void reattach_tearoff (Gtk::Box* b, Gtk::Window* w, int32_t n);
1902 #ifdef GTKOSX
1903         void ensure_all_elements_drawn ();
1904 #endif
1905         /* nudging tracks */
1906
1907         void nudge_track (bool use_edit_point, bool forwards);
1908
1909 #ifdef WITH_CMT
1910         void handle_new_imageframe_time_axis_view(const std::string & track_name, void* src) ;
1911         void handle_new_imageframe_marker_time_axis_view(const std::string & track_name, TimeAxisView* marked_track) ;
1912
1913         void start_imageframe_grab(ArdourCanvas::Item*, GdkEvent*) ;
1914         void start_markerview_grab(ArdourCanvas::Item*, GdkEvent*) ;
1915
1916         void imageframe_drag_motion_callback(ArdourCanvas::Item*, GdkEvent*) ;
1917         void markerview_drag_motion_callback(ArdourCanvas::Item*, GdkEvent*) ;
1918         void timeaxis_item_drag_finished_callback(ArdourCanvas::Item*, GdkEvent*) ;
1919
1920         gint canvas_imageframe_item_view_event(ArdourCanvas::Item* item, GdkEvent* event, ImageFrameView* ifv);
1921         gint canvas_imageframe_view_event(ArdourCanvas::Item* item, GdkEvent* event, ImageFrameTimeAxis* ifta);
1922         gint canvas_imageframe_start_handle_event(ArdourCanvas::Item* item, GdkEvent* event, ImageFrameView* ifv);
1923         gint canvas_imageframe_end_handle_event(ArdourCanvas::Item* item, GdkEvent* event, ImageFrameView* ifv);
1924
1925         gint canvas_marker_time_axis_view_event(ArdourCanvas::Item* item, GdkEvent* event, MarkerTimeAxis* mta);
1926         gint canvas_markerview_item_view_event(ArdourCanvas::Item* item, GdkEvent* event, MarkerView* mv);
1927         gint canvas_markerview_start_handle_event(ArdourCanvas::Item* item, GdkEvent* event, MarkerView* mv);
1928         gint canvas_markerview_end_handle_event(ArdourCanvas::Item* item, GdkEvent* event, MarkerView* mv);
1929
1930         void imageframe_start_handle_op(ArdourCanvas::Item* item, GdkEvent* event) ;
1931         void imageframe_end_handle_op(ArdourCanvas::Item* item, GdkEvent* event) ;
1932         void imageframe_start_handle_trim_motion(ArdourCanvas::Item* item, GdkEvent* event) ;
1933         void imageframe_start_handle_end_trim(ArdourCanvas::Item* item, GdkEvent* event) ;
1934         void imageframe_end_handle_trim_motion(ArdourCanvas::Item* item, GdkEvent* event) ;
1935         void imageframe_end_handle_end_trim(ArdourCanvas::Item* item, GdkEvent* event) ;
1936
1937         void markerview_item_start_handle_op(ArdourCanvas::Item* item, GdkEvent* event) ;
1938         void markerview_item_end_handle_op(ArdourCanvas::Item* item, GdkEvent* event) ;
1939         void markerview_start_handle_trim_motion(ArdourCanvas::Item* item, GdkEvent* event) ;
1940         void markerview_start_handle_end_trim(ArdourCanvas::Item* item, GdkEvent* event) ;
1941         void markerview_end_handle_trim_motion(ArdourCanvas::Item* item, GdkEvent* event) ;
1942         void markerview_end_handle_end_trim(ArdourCanvas::Item* item, GdkEvent* event) ;
1943
1944         void popup_imageframe_edit_menu(int button, int32_t time, ArdourCanvas::Item* ifv, bool with_frame) ;
1945         void popup_marker_time_axis_edit_menu(int button, int32_t time, ArdourCanvas::Item* ifv, bool with_frame) ;
1946
1947         ImageFrameSocketHandler* image_socket_listener ;
1948 #endif
1949
1950         static const int32_t default_width = 995;
1951         static const int32_t default_height = 765;
1952
1953         /* nudge */
1954
1955         ArdourButton      nudge_forward_button;
1956         ArdourButton      nudge_backward_button;
1957         Gtk::HBox        nudge_hbox;
1958         Gtk::VBox        nudge_vbox;
1959         AudioClock*       nudge_clock;
1960
1961         bool nudge_forward_release (GdkEventButton*);
1962         bool nudge_backward_release (GdkEventButton*);
1963
1964         /* audio filters */
1965
1966         void apply_filter (ARDOUR::Filter&, std::string cmd, ProgressReporter* progress = 0);
1967
1968         Command* apply_midi_note_edit_op_to_region (ARDOUR::MidiOperator& op, MidiRegionView& mrv);
1969         void apply_midi_note_edit_op (ARDOUR::MidiOperator& op);
1970
1971         /* handling cleanup */
1972
1973         int playlist_deletion_dialog (boost::shared_ptr<ARDOUR::Playlist>);
1974
1975         PBD::ScopedConnectionList session_connections;
1976
1977         /* tracking step changes of track height */
1978
1979         TimeAxisView* current_stepping_trackview;
1980         ARDOUR::microseconds_t last_track_height_step_timestamp;
1981         gint track_height_step_timeout();
1982         sigc::connection step_timeout;
1983
1984         TimeAxisView* entered_track;
1985         /** If the mouse is over a RegionView or one of its child canvas items, this is set up
1986             to point to the RegionView.  Otherwise it is 0.
1987         */
1988         RegionView*   entered_regionview;
1989
1990         bool clear_entered_track;
1991         bool left_track_canvas (GdkEventCrossing*);
1992         bool entered_track_canvas (GdkEventCrossing*);
1993         void set_entered_track (TimeAxisView*);
1994         void set_entered_regionview (RegionView*);
1995         void ensure_track_visible (TimeAxisView*);
1996         gint left_automation_track ();
1997
1998         void reset_canvas_action_sensitivity (bool);
1999         void set_gain_envelope_visibility ();
2000         void set_region_gain_visibility (RegionView*);
2001         void toggle_gain_envelope_active ();
2002         void reset_region_gain_envelopes ();
2003
2004         bool on_key_press_event (GdkEventKey*);
2005         bool on_key_release_event (GdkEventKey*);
2006
2007         void session_state_saved (std::string);
2008
2009         Glib::RefPtr<Gtk::Action>              undo_action;
2010         Glib::RefPtr<Gtk::Action>              redo_action;
2011
2012         void history_changed ();
2013
2014         Gtk::HBox      status_bar_hpacker;
2015
2016         Editing::EditPoint _edit_point;
2017
2018         Gtk::ComboBoxText edit_point_selector;
2019
2020         void set_edit_point_preference (Editing::EditPoint ep, bool force = false);
2021         void cycle_edit_point (bool with_marker);
2022         void set_edit_point ();
2023         void edit_point_selection_done ();
2024         void edit_point_chosen (Editing::EditPoint);
2025         Glib::RefPtr<Gtk::RadioAction> edit_point_action (Editing::EditPoint);
2026         std::vector<std::string> edit_point_strings;
2027
2028         void selected_marker_moved (ARDOUR::Location*);
2029
2030         bool get_edit_op_range (framepos_t& start, framepos_t& end) const;
2031
2032         void get_regions_at (RegionSelection&, framepos_t where, const TrackViewList& ts) const;
2033         void get_regions_after (RegionSelection&, framepos_t where, const TrackViewList& ts) const;
2034
2035         RegionSelection get_regions_from_selection_and_edit_point ();
2036         RegionSelection get_regions_from_selection_and_entered ();
2037
2038         void start_updating_meters ();
2039         void stop_updating_meters ();
2040         bool meters_running;
2041
2042         void select_next_route ();
2043         void select_prev_route ();
2044
2045         void snap_to_internal (framepos_t& first, int32_t direction = 0, bool for_mark = false);
2046         void timecode_snap_to_internal (framepos_t& first, int32_t direction = 0, bool for_mark = false);
2047
2048         RhythmFerret* rhythm_ferret;
2049
2050         void fit_tracks (TrackViewList &);
2051         void fit_selected_tracks ();
2052         void set_track_height (Height);
2053
2054         void remove_tracks ();
2055         void toggle_tracks_active ();
2056
2057         bool _have_idled;
2058         int resize_idle_id;
2059         static gboolean _idle_resize (gpointer);
2060         bool idle_resize();
2061         int32_t _pending_resize_amount;
2062         TimeAxisView* _pending_resize_view;
2063
2064         void visible_order_range (int*, int*) const;
2065
2066         void located ();
2067
2068         /** true if we've made a locate request that hasn't yet been processed */
2069         bool _pending_locate_request;
2070
2071         /** if true, there is a pending Session locate which is the initial one when loading a session;
2072             we need to know this so that we don't (necessarily) set the viewport to show the playhead
2073             initially.
2074         */
2075         bool _pending_initial_locate;
2076
2077         Gtk::HBox _summary_hbox;
2078         EditorSummary* _summary;
2079
2080         void region_view_added (RegionView *);
2081         void region_view_removed ();
2082
2083         EditorGroupTabs* _group_tabs;
2084         void fit_route_group (ARDOUR::RouteGroup *);
2085
2086         void step_edit_status_change (bool);
2087         void start_step_editing ();
2088         void stop_step_editing ();
2089         bool check_step_edit ();
2090         sigc::connection step_edit_connection;
2091
2092         double _last_motion_y;
2093
2094         RegionLayeringOrderEditor* layering_order_editor;
2095         void update_region_layering_order_editor ();
2096
2097         /** Track that was the source for the last cut/copy operation.  Used as a place
2098             to paste things iff there is no selected track.
2099         */
2100         TimeAxisView* _last_cut_copy_source_track;
2101
2102         /** true if a change in Selection->regions should change the selection in the region list.
2103             See EditorRegions::selection_changed.
2104         */
2105         bool _region_selection_change_updates_region_list;
2106
2107         void setup_fade_images ();
2108         std::map<ARDOUR::FadeShape, Gtk::Image*> _fade_in_images;
2109         std::map<ARDOUR::FadeShape, Gtk::Image*> _fade_out_images;
2110         std::map<ARDOUR::FadeShape, Gtk::Image*> _xfade_in_images;
2111         std::map<ARDOUR::FadeShape, Gtk::Image*> _xfade_out_images;
2112
2113         Gtk::MenuItem& action_menu_item (std::string const &);
2114         void action_pre_activated (Glib::RefPtr<Gtk::Action> const &);
2115
2116         void set_canvas_cursor_for_region_view (double, RegionView *);
2117
2118         MouseCursors* _cursors;
2119
2120         void follow_mixer_selection ();
2121         bool _following_mixer_selection;
2122
2123         int time_fx (ARDOUR::RegionList&, float val, bool pitching);
2124
2125         void toggle_sound_midi_notes ();
2126
2127         /** Flag for a bit of a hack wrt control point selection; see set_selected_control_point_from_click */
2128         bool _control_point_toggled_on_press;
2129
2130         /** This is used by TimeAxisView to keep a track of the TimeAxisView that is currently being
2131             stepped in height using Shift-Scrollwheel.  When a scroll event occurs, we do the step on
2132             this _stepping_axis_view if it is non-0 (and we set up this _stepping_axis_view with the
2133             TimeAxisView underneath the mouse if it is 0).  Then Editor resets _stepping_axis_view when
2134             the shift key is released.  In this (hacky) way, pushing shift and moving the scroll wheel
2135             will operate on the same track until shift is released (rather than skipping about to whatever
2136             happens to be underneath the mouse at the time).
2137         */
2138         TimeAxisView* _stepping_axis_view;
2139         void shift_key_released ();
2140
2141         friend class Drag;
2142         friend class RegionDrag;
2143         friend class RegionMoveDrag;
2144         friend class RegionSpliceDrag;
2145         friend class TrimDrag;
2146         friend class MeterMarkerDrag;
2147         friend class TempoMarkerDrag;
2148         friend class CursorDrag;
2149         friend class FadeInDrag;
2150         friend class FadeOutDrag;
2151         friend class MarkerDrag;
2152         friend class RegionGainDrag;
2153         friend class ControlPointDrag;
2154         friend class LineDrag;
2155         friend class RubberbandSelectDrag;
2156         friend class EditorRubberbandSelectDrag;
2157         friend class TimeFXDrag;
2158         friend class ScrubDrag;
2159         friend class SelectionDrag;
2160         friend class RangeMarkerBarDrag;
2161         friend class MouseZoomDrag;
2162         friend class RegionCreateDrag;
2163         friend class RegionMotionDrag;
2164         friend class RegionInsertDrag;
2165         friend class VideoTimeLineDrag;
2166
2167         friend class EditorSummary;
2168         friend class EditorGroupTabs;
2169
2170         friend class EditorRoutes;
2171         friend class RhythmFerret;
2172 };
2173
2174 #endif /* __ardour_editor_h__ */