remove almost everything from region editor, make popup menu more useful and accurate...
[ardour.git] / gtk2_ardour / editor.cc
1 /*
2     Copyright (C) 2000-2006 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     $Id$
19 */
20
21 #include <unistd.h>
22 #include <cstdlib>
23 #include <cmath>
24 #include <string>
25 #include <algorithm>
26
27 #include <sigc++/bind.h>
28
29 #include <pbd/convert.h>
30 #include <pbd/error.h>
31 #include <pbd/memento_command.h>
32
33 #include <gtkmm/image.h>
34 #include <gdkmm/color.h>
35 #include <gdkmm/bitmap.h>
36
37 #include <gtkmm2ext/gtk_ui.h>
38 #include <gtkmm2ext/tearoff.h>
39 #include <gtkmm2ext/utils.h>
40
41 #include <ardour/audio_track.h>
42 #include <ardour/audio_diskstream.h>
43 #include <ardour/plugin_manager.h>
44 #include <ardour/location.h>
45 #include <ardour/audioplaylist.h>
46 #include <ardour/audioregion.h>
47 #include <ardour/region.h>
48 #include <ardour/session_route.h>
49 #include <ardour/tempo.h>
50 #include <ardour/utils.h>
51
52 #include <control_protocol/control_protocol.h>
53
54 #include "ardour_ui.h"
55 #include "editor.h"
56 #include "grouped_buttons.h"
57 #include "keyboard.h"
58 #include "marker.h"
59 #include "playlist_selector.h"
60 #include "audio_region_view.h"
61 #include "rgb_macros.h"
62 #include "selection.h"
63 #include "audio_streamview.h"
64 #include "time_axis_view.h"
65 #include "audio_time_axis.h"
66 #include "utils.h"
67 #include "crossfade_view.h"
68 #include "editing.h"
69 #include "public_editor.h"
70 #include "crossfade_edit.h"
71 #include "audio_time_axis.h"
72 #include "canvas_impl.h"
73 #include "actions.h"
74 #include "gui_thread.h"
75
76 #ifdef FFT_ANALYSIS
77 #include "analysis_window.h"
78 #endif
79
80 #include "i18n.h"
81
82 /* <CMT Additions> */
83 #include "imageframe_socket_handler.h"
84 /* </CMT Additions> */
85
86 using namespace std;
87 using namespace sigc;
88 using namespace ARDOUR;
89 using namespace PBD;
90 using namespace Gtk;
91 using namespace Glib;
92 using namespace Gtkmm2ext;
93 using namespace Editing;
94
95 using PBD::atoi;
96
97 const double Editor::timebar_height = 15.0;
98
99 #include "editor_xpms"
100
101 static const gchar *_snap_type_strings[] = {
102         N_("None"),
103         N_("CD Frames"),
104         N_("SMPTE Frames"),
105         N_("SMPTE Seconds"),
106         N_("SMPTE Minutes"),
107         N_("Seconds"),
108         N_("Minutes"),
109         N_("Beats/32"),
110         N_("Beats/16"),
111         N_("Beats/8"),
112         N_("Beats/4"),
113         N_("Beats/3"),
114         N_("Beats"),
115         N_("Bars"),
116         N_("Marks"),
117         N_("Edit Cursor"),
118         N_("Region starts"),
119         N_("Region ends"),
120         N_("Region syncs"),
121         N_("Region bounds"),
122         0
123 };
124
125 static const gchar *_snap_mode_strings[] = {
126         N_("Normal"),
127         N_("Magnetic"),
128         0
129 };
130
131 static const gchar *_zoom_focus_strings[] = {
132         N_("Left"),
133         N_("Right"),
134         N_("Center"),
135         N_("Playhead"),
136         N_("Edit Cursor"),
137         0
138 };
139
140 /* Soundfile  drag-n-drop */
141
142 Gdk::Cursor* Editor::cross_hair_cursor = 0;
143 Gdk::Cursor* Editor::selector_cursor = 0;
144 Gdk::Cursor* Editor::trimmer_cursor = 0;
145 Gdk::Cursor* Editor::grabber_cursor = 0;
146 Gdk::Cursor* Editor::zoom_cursor = 0;
147 Gdk::Cursor* Editor::time_fx_cursor = 0;
148 Gdk::Cursor* Editor::fader_cursor = 0;
149 Gdk::Cursor* Editor::speaker_cursor = 0;
150 Gdk::Cursor* Editor::wait_cursor = 0;
151 Gdk::Cursor* Editor::timebar_cursor = 0;
152
153 void
154 show_me_the_size (Requisition* r, const char* what)
155 {
156         cerr << "size of " << what << " = " << r->width << " x " << r->height << endl;
157 }
158
159 void 
160 check_adjustment (Gtk::Adjustment* adj)
161 {
162         cerr << "CHANGE adj  = " 
163              << adj->get_lower () <<  ' '
164              << adj->get_upper () <<  ' '
165              << adj->get_value () <<  ' '
166              << adj->get_step_increment () <<  ' '
167              << adj->get_page_increment () <<  ' '
168              << adj->get_page_size () <<  ' '
169              << endl;
170
171 }
172
173 Editor::Editor (AudioEngine& eng) 
174         : engine (eng),
175
176           /* time display buttons */
177
178           minsec_label (_("Mins:Secs")),
179           bbt_label (_("Bars:Beats")),
180           smpte_label (_("Timecode")),
181           frame_label (_("Frames")),
182           tempo_label (_("Tempo")),
183           meter_label (_("Meter")),
184           mark_label (_("Location Markers")),
185           range_mark_label (_("Range Markers")),
186           transport_mark_label (_("Loop/Punch Ranges")),
187
188           edit_packer (3, 3, false),
189
190           /* the values here don't matter: layout widgets
191              reset them as needed.
192           */
193
194           vertical_adjustment (0.0, 0.0, 10.0, 400.0),
195           horizontal_adjustment (0.0, 0.0, 20.0, 1200.0),
196
197           /* tool bar related */
198
199           edit_cursor_clock (X_("EditCursorClock"), true),
200           zoom_range_clock (X_("ZoomRangeClock"), true, true),
201           
202           toolbar_selection_clock_table (2,3),
203           
204           automation_mode_button (_("mode")),
205           global_automation_button (_("automation")),
206
207           /* <CMT Additions> */
208           image_socket_listener(0),
209           /* </CMT Additions> */
210
211           /* nudge */
212
213           nudge_clock (X_("NudgeClock"), true, true)
214
215 {
216         constructed = false;
217
218         /* we are a singleton */
219
220         PublicEditor::_instance = this;
221
222         session = 0;
223
224         selection = new Selection;
225         cut_buffer = new Selection;
226
227         selection->TimeChanged.connect (mem_fun(*this, &Editor::time_selection_changed));
228         selection->TracksChanged.connect (mem_fun(*this, &Editor::track_selection_changed));
229         selection->RegionsChanged.connect (mem_fun(*this, &Editor::region_selection_changed));
230         selection->PointsChanged.connect (mem_fun(*this, &Editor::point_selection_changed));
231
232         clicked_regionview = 0;
233         clicked_trackview = 0;
234         clicked_audio_trackview = 0;
235         clicked_crossfadeview = 0;
236         clicked_control_point = 0;
237         latest_regionview = 0;
238         last_update_frame = 0;
239         drag_info.item = 0;
240         current_mixer_strip = 0;
241         current_bbt_points = 0;
242
243         snap_type_strings = I18N (_snap_type_strings);
244         snap_mode_strings = I18N (_snap_mode_strings);
245         zoom_focus_strings = I18N(_zoom_focus_strings);
246
247         snap_type = SnapToFrame;
248         set_snap_to (snap_type);
249         snap_mode = SnapNormal;
250         set_snap_mode (snap_mode);
251         snap_threshold = 5.0;
252         bbt_beat_subdivision = 4;
253         canvas_width = 0;
254         canvas_height = 0;
255         autoscroll_active = false;
256         autoscroll_timeout_tag = -1;
257         interthread_progress_window = 0;
258
259 #ifdef FFT_ANALYSIS
260         analysis_window = 0;
261 #endif
262
263         current_interthread_info = 0;
264         _show_measures = true;
265         _show_waveforms = true;
266         _show_waveforms_recording = true;
267         first_action_message = 0;
268         export_dialog = 0;
269         show_gain_after_trim = false;
270         ignore_route_list_reorder = false;
271         no_route_list_redisplay = false;
272         verbose_cursor_on = true;
273         route_removal = false;
274         track_spacing = 0;
275         show_automatic_regions_in_region_list = true;
276         region_list_sort_type = (Editing::RegionListSortType) 0; 
277         have_pending_keyboard_selection = false;
278         _follow_playhead = true;
279         _xfade_visibility = true;
280         editor_ruler_menu = 0;
281         no_ruler_shown_update = false;
282         edit_group_list_menu = 0;
283         route_list_menu = 0;
284         region_list_menu = 0;
285         marker_menu = 0;
286         range_marker_menu = 0;
287         marker_menu_item = 0;
288         tm_marker_menu = 0;
289         transport_marker_menu = 0;
290         new_transport_marker_menu = 0;
291         editor_mixer_strip_width = Wide;
292         show_editor_mixer_when_tracks_arrive = false;
293         repos_zoom_queued = false;
294         region_edit_menu_split_item = 0;
295         temp_location = 0;
296         region_edit_menu_split_multichannel_item = 0;
297         leftmost_frame = 0;
298         ignore_mouse_mode_toggle = false;
299         current_stepping_trackview = 0;
300         entered_track = 0;
301         entered_regionview = 0;
302         clear_entered_track = false;
303         _new_regionviews_show_envelope = false;
304         current_timestretch = 0;
305         in_edit_group_row_change = false;
306         last_canvas_frame = 0;
307         edit_cursor = 0;
308         playhead_cursor = 0;
309         button_release_can_deselect = true;
310
311         location_marker_color = color_map[cLocationMarker];
312         location_range_color = color_map[cLocationRange];
313         location_cd_marker_color = color_map[cLocationCDMarker];
314         location_loop_color = color_map[cLocationLoop];
315         location_punch_color = color_map[cLocationPunch];
316
317         range_marker_drag_rect = 0;
318         marker_drag_line = 0;
319         
320         set_mouse_mode (MouseObject, true);
321
322         frames_per_unit = 2048; /* too early to use set_frames_per_unit */
323         reset_hscrollbar_stepping ();
324         
325         zoom_focus = ZoomFocusLeft;
326         set_zoom_focus (ZoomFocusLeft);
327         zoom_range_clock.ValueChanged.connect (mem_fun(*this, &Editor::zoom_adjustment_changed));
328
329         initialize_rulers ();
330         initialize_canvas ();
331
332         edit_controls_vbox.set_spacing (0);
333         horizontal_adjustment.signal_value_changed().connect (mem_fun(*this, &Editor::canvas_horizontally_scrolled));
334         vertical_adjustment.signal_value_changed().connect (mem_fun(*this, &Editor::tie_vertical_scrolling));
335         
336         track_canvas.set_hadjustment (horizontal_adjustment);
337         track_canvas.set_vadjustment (vertical_adjustment);
338         time_canvas.set_hadjustment (horizontal_adjustment);
339
340         track_canvas.signal_map_event().connect (mem_fun (*this, &Editor::track_canvas_map_handler));
341         time_canvas.signal_map_event().connect (mem_fun (*this, &Editor::time_canvas_map_handler));
342         
343         controls_layout.add (edit_controls_vbox);
344         controls_layout.set_name ("EditControlsBase");
345         controls_layout.add_events (Gdk::SCROLL_MASK);
346         controls_layout.signal_scroll_event().connect (mem_fun(*this, &Editor::control_layout_scroll), false);
347         
348         controls_layout.add_events (Gdk::BUTTON_PRESS_MASK|Gdk::BUTTON_RELEASE_MASK|Gdk::ENTER_NOTIFY_MASK|Gdk::LEAVE_NOTIFY_MASK);
349         controls_layout.signal_button_release_event().connect (mem_fun(*this, &Editor::edit_controls_button_release));
350         controls_layout.signal_size_request().connect (mem_fun (*this, &Editor::controls_layout_size_request));
351
352         edit_vscrollbar.set_adjustment (vertical_adjustment);
353         edit_hscrollbar.set_adjustment (horizontal_adjustment);
354
355         edit_hscrollbar.signal_button_press_event().connect (mem_fun(*this, &Editor::hscrollbar_button_press));
356         edit_hscrollbar.signal_button_release_event().connect (mem_fun(*this, &Editor::hscrollbar_button_release));
357         edit_hscrollbar.signal_size_allocate().connect (mem_fun(*this, &Editor::hscrollbar_allocate));
358
359         build_cursors ();
360         setup_toolbar ();
361
362         edit_cursor_clock.ValueChanged.connect (mem_fun(*this, &Editor::edit_cursor_clock_changed));
363         
364         time_canvas_vbox.pack_start (*minsec_ruler, false, false);
365         time_canvas_vbox.pack_start (*smpte_ruler, false, false);
366         time_canvas_vbox.pack_start (*frames_ruler, false, false);
367         time_canvas_vbox.pack_start (*bbt_ruler, false, false);
368         time_canvas_vbox.pack_start (time_canvas, true, true);
369         time_canvas_vbox.set_size_request (-1, (int)(timebar_height * visible_timebars));
370
371         bbt_label.set_name ("EditorTimeButton");
372         bbt_label.set_size_request (-1, (int)timebar_height);
373         bbt_label.set_alignment (1.0, 0.5);
374         bbt_label.set_padding (5,0);
375         minsec_label.set_name ("EditorTimeButton");
376         minsec_label.set_size_request (-1, (int)timebar_height);
377         minsec_label.set_alignment (1.0, 0.5);
378         minsec_label.set_padding (5,0);
379         smpte_label.set_name ("EditorTimeButton");
380         smpte_label.set_size_request (-1, (int)timebar_height);
381         smpte_label.set_alignment (1.0, 0.5);
382         smpte_label.set_padding (5,0);
383         frame_label.set_name ("EditorTimeButton");
384         frame_label.set_size_request (-1, (int)timebar_height);
385         frame_label.set_alignment (1.0, 0.5);
386         frame_label.set_padding (5,0);
387         tempo_label.set_name ("EditorTimeButton");
388         tempo_label.set_size_request (-1, (int)timebar_height);
389         tempo_label.set_alignment (1.0, 0.5);
390         tempo_label.set_padding (5,0);
391         meter_label.set_name ("EditorTimeButton");
392         meter_label.set_size_request (-1, (int)timebar_height);
393         meter_label.set_alignment (1.0, 0.5);
394         meter_label.set_padding (5,0);
395         mark_label.set_name ("EditorTimeButton");
396         mark_label.set_size_request (-1, (int)timebar_height);
397         mark_label.set_alignment (1.0, 0.5);
398         mark_label.set_padding (5,0);
399         range_mark_label.set_name ("EditorTimeButton");
400         range_mark_label.set_size_request (-1, (int)timebar_height);
401         range_mark_label.set_alignment (1.0, 0.5);
402         range_mark_label.set_padding (5,0);
403         transport_mark_label.set_name ("EditorTimeButton");
404         transport_mark_label.set_size_request (-1, (int)timebar_height);
405         transport_mark_label.set_alignment (1.0, 0.5);
406         transport_mark_label.set_padding (5,0);
407         
408         time_button_vbox.pack_start (minsec_label, false, false);
409         time_button_vbox.pack_start (smpte_label, false, false);
410         time_button_vbox.pack_start (frame_label, false, false);
411         time_button_vbox.pack_start (bbt_label, false, false);
412         time_button_vbox.pack_start (meter_label, false, false);
413         time_button_vbox.pack_start (tempo_label, false, false);
414         time_button_vbox.pack_start (mark_label, false, false);
415
416         time_button_event_box.add (time_button_vbox);
417         
418         time_button_event_box.set_events (Gdk::BUTTON_PRESS_MASK|Gdk::BUTTON_RELEASE_MASK);
419         time_button_event_box.set_name ("TimebarLabelBase");
420         time_button_event_box.signal_button_release_event().connect (mem_fun(*this, &Editor::ruler_label_button_release));
421
422         /* these enable us to have a dedicated window (for cursor setting, etc.) 
423            for the canvas areas.
424         */
425
426         track_canvas_event_box.add (track_canvas);
427
428         time_canvas_event_box.add (time_canvas_vbox);
429         time_canvas_event_box.set_events (Gdk::BUTTON_PRESS_MASK|Gdk::BUTTON_RELEASE_MASK|Gdk::POINTER_MOTION_MASK);
430         
431         edit_packer.set_col_spacings (0);
432         edit_packer.set_row_spacings (0);
433         edit_packer.set_homogeneous (false);
434         edit_packer.set_border_width (0);
435         edit_packer.set_name ("EditorWindow");
436         
437         edit_packer.attach (edit_vscrollbar,         0, 1, 1, 3,    FILL,        FILL|EXPAND, 0, 0);
438
439         edit_packer.attach (time_button_event_box,   1, 2, 0, 1,    FILL,        FILL, 0, 0);
440         edit_packer.attach (time_canvas_event_box,   2, 3, 0, 1,    FILL|EXPAND, FILL, 0, 0);
441
442         edit_packer.attach (controls_layout,         1, 2, 1, 2,    FILL,        FILL|EXPAND, 0, 0);
443         edit_packer.attach (track_canvas_event_box,  2, 3, 1, 2,    FILL|EXPAND, FILL|EXPAND, 0, 0);
444
445         edit_packer.attach (edit_hscrollbar,         2, 3, 2, 3,    FILL|EXPAND,  FILL, 0, 0);
446
447         bottom_hbox.set_border_width (2);
448         bottom_hbox.set_spacing (3);
449
450         route_display_model = ListStore::create(route_display_columns);
451         route_list_display.set_model (route_display_model);
452         route_list_display.append_column (_("Visible"), route_display_columns.visible);
453         route_list_display.append_column (_("Name"), route_display_columns.text);
454         route_list_display.get_column (0)->set_data (X_("colnum"), GUINT_TO_POINTER(0));
455         route_list_display.get_column (1)->set_data (X_("colnum"), GUINT_TO_POINTER(1));
456         route_list_display.set_headers_visible (true);
457         route_list_display.set_name ("TrackListDisplay");
458         route_list_display.get_selection()->set_mode (SELECTION_NONE);
459         route_list_display.set_reorderable (true);
460         route_list_display.set_size_request (100,-1);
461
462         CellRendererToggle* route_list_visible_cell = dynamic_cast<CellRendererToggle*>(route_list_display.get_column_cell_renderer (0));
463         route_list_visible_cell->property_activatable() = true;
464         route_list_visible_cell->property_radio() = false;
465         
466         route_display_model->signal_row_deleted().connect (mem_fun (*this, &Editor::route_list_delete));
467         route_display_model->signal_row_changed().connect (mem_fun (*this, &Editor::route_list_change));
468
469         route_list_display.signal_button_press_event().connect (mem_fun (*this, &Editor::route_list_display_button_press), false);
470
471         route_list_scroller.add (route_list_display);
472         route_list_scroller.set_policy (POLICY_NEVER, POLICY_AUTOMATIC);
473
474         group_model = ListStore::create(group_columns);
475         edit_group_display.set_model (group_model);
476         edit_group_display.append_column (_("Name"), group_columns.text);
477         edit_group_display.append_column (_("Active"), group_columns.is_active);
478         edit_group_display.append_column (_("Visible"), group_columns.is_visible);
479         edit_group_display.get_column (0)->set_data (X_("colnum"), GUINT_TO_POINTER(0));
480         edit_group_display.get_column (1)->set_data (X_("colnum"), GUINT_TO_POINTER(1));
481         edit_group_display.get_column (2)->set_data (X_("colnum"), GUINT_TO_POINTER(2));
482         edit_group_display.get_column (0)->set_expand (true);
483         edit_group_display.get_column (1)->set_expand (false);
484         edit_group_display.get_column (2)->set_expand (false);
485         edit_group_display.set_headers_visible (true);
486
487         /* name is directly editable */
488
489         CellRendererText* name_cell = dynamic_cast<CellRendererText*>(edit_group_display.get_column_cell_renderer (0));
490         name_cell->property_editable() = true;
491         name_cell->signal_edited().connect (mem_fun (*this, &Editor::edit_group_name_edit));
492
493         /* use checkbox for the active + visible columns */
494
495         CellRendererToggle* active_cell = dynamic_cast<CellRendererToggle*>(edit_group_display.get_column_cell_renderer (1));
496         active_cell->property_activatable() = true;
497         active_cell->property_radio() = false;
498
499         active_cell = dynamic_cast<CellRendererToggle*>(edit_group_display.get_column_cell_renderer (1));
500         active_cell->property_activatable() = true;
501         active_cell->property_radio() = false;
502
503         edit_group_display.set_name ("EditGroupList");
504
505         group_model->signal_row_changed().connect (mem_fun (*this, &Editor::edit_group_row_change));
506
507         edit_group_display.set_name ("EditGroupList");
508         edit_group_display.get_selection()->set_mode (SELECTION_SINGLE);
509         edit_group_display.set_reorderable (false);
510         edit_group_display.set_rules_hint (true);
511         edit_group_display.set_size_request (75, -1);
512
513         edit_group_display_scroller.add (edit_group_display);
514         edit_group_display_scroller.set_policy (POLICY_AUTOMATIC, POLICY_AUTOMATIC);
515
516         edit_group_display.signal_button_press_event().connect (mem_fun(*this, &Editor::edit_group_list_button_press_event), false);
517
518         VBox* edit_group_display_packer = manage (new VBox());
519         HBox* edit_group_display_button_box = manage (new HBox());
520         edit_group_display_button_box->set_homogeneous (true);
521
522         Button* edit_group_add_button = manage (new Button ());
523         Button* edit_group_remove_button = manage (new Button ());
524
525         Widget* w;
526
527         w = manage (new Image (Stock::ADD, ICON_SIZE_BUTTON));
528         w->show();
529         edit_group_add_button->add (*w);
530
531         w = manage (new Image (Stock::REMOVE, ICON_SIZE_BUTTON));
532         w->show();
533         edit_group_remove_button->add (*w);
534
535         edit_group_add_button->signal_clicked().connect (mem_fun (*this, &Editor::new_edit_group));
536         edit_group_remove_button->signal_clicked().connect (mem_fun (*this, &Editor::remove_selected_edit_group));
537         
538         edit_group_display_button_box->pack_start (*edit_group_add_button);
539         edit_group_display_button_box->pack_start (*edit_group_remove_button);
540
541         edit_group_display_packer->pack_start (edit_group_display_scroller, true, true);
542         edit_group_display_packer->pack_start (*edit_group_display_button_box, false, false);
543
544         region_list_display.set_size_request (100, -1);
545         region_list_display.set_name ("RegionListDisplay");
546
547         region_list_model = TreeStore::create (region_list_columns);
548         region_list_model->set_sort_func (0, mem_fun (*this, &Editor::region_list_sorter));
549         region_list_model->set_sort_column (0, SORT_ASCENDING);
550
551         region_list_display.set_model (region_list_model);
552         region_list_display.append_column (_("Regions"), region_list_columns.name);
553         region_list_display.set_headers_visible (false);
554         region_list_display.set_hover_expand (true);
555
556         region_list_display.get_selection()->set_select_function (mem_fun (*this, &Editor::region_list_selection_filter));
557         
558         TreeViewColumn* tv_col = region_list_display.get_column(0);
559         CellRendererText* renderer = dynamic_cast<CellRendererText*>(region_list_display.get_column_cell_renderer (0));
560         tv_col->add_attribute(renderer->property_text(), region_list_columns.name);
561         tv_col->add_attribute(renderer->property_foreground_gdk(), region_list_columns.color_);
562         
563         region_list_display.get_selection()->set_mode (SELECTION_MULTIPLE);
564         region_list_display.add_object_drag (region_list_columns.region.index(), "regions");
565
566         /* setup DnD handling */
567         
568         list<TargetEntry> region_list_target_table;
569         
570         region_list_target_table.push_back (TargetEntry ("text/plain"));
571         region_list_target_table.push_back (TargetEntry ("text/uri-list"));
572         region_list_target_table.push_back (TargetEntry ("application/x-rootwin-drop"));
573         
574         region_list_display.add_drop_targets (region_list_target_table);
575         region_list_display.signal_drag_data_received().connect (mem_fun(*this, &Editor::region_list_display_drag_data_received));
576
577         region_list_scroller.add (region_list_display);
578         region_list_scroller.set_policy (POLICY_NEVER, POLICY_AUTOMATIC);
579
580         region_list_display.signal_key_press_event().connect (mem_fun(*this, &Editor::region_list_display_key_press));
581         region_list_display.signal_key_release_event().connect (mem_fun(*this, &Editor::region_list_display_key_release));
582         region_list_display.signal_button_press_event().connect (mem_fun(*this, &Editor::region_list_display_button_press), false);
583         region_list_display.signal_button_release_event().connect (mem_fun(*this, &Editor::region_list_display_button_release));
584         region_list_display.get_selection()->signal_changed().connect (mem_fun(*this, &Editor::region_list_selection_changed));
585         // region_list_display.signal_popup_menu().connect (bind (mem_fun (*this, &Editor::show_region_list_display_context_menu), 1, 0));
586         
587         named_selection_scroller.add (named_selection_display);
588         named_selection_scroller.set_policy (POLICY_NEVER, POLICY_AUTOMATIC);
589
590         named_selection_model = TreeStore::create (named_selection_columns);
591         named_selection_display.set_model (named_selection_model);
592         named_selection_display.append_column (_("Chunks"), named_selection_columns.text);
593         named_selection_display.set_headers_visible (false);
594         named_selection_display.set_size_request (100, -1);
595         named_selection_display.set_name ("RegionListDisplay");
596         
597         named_selection_display.get_selection()->set_mode (SELECTION_SINGLE);
598         named_selection_display.set_size_request (100, -1);
599         named_selection_display.signal_button_press_event().connect (mem_fun(*this, &Editor::named_selection_display_button_press), false);
600         named_selection_display.get_selection()->signal_changed().connect (mem_fun (*this, &Editor::named_selection_display_selection_changed));
601
602         /* SNAPSHOTS */
603
604         snapshot_display_model = ListStore::create (snapshot_display_columns);
605         snapshot_display.set_model (snapshot_display_model);
606         snapshot_display.append_column (X_("snapshot"), snapshot_display_columns.visible_name);
607         snapshot_display.set_name ("SnapshotDisplayList");
608         snapshot_display.set_size_request (75, -1);
609         snapshot_display.set_headers_visible (false);
610         snapshot_display.set_reorderable (false);
611         snapshot_display_scroller.add (snapshot_display);
612         snapshot_display_scroller.set_policy (Gtk::POLICY_NEVER, Gtk::POLICY_AUTOMATIC);
613
614         snapshot_display.get_selection()->signal_changed().connect (mem_fun(*this, &Editor::snapshot_display_selection_changed));
615         snapshot_display.signal_button_press_event().connect (mem_fun (*this, &Editor::snapshot_display_button_press), false);
616
617         Gtk::Label* nlabel;
618
619         nlabel = manage (new Label (_("Regions")));
620         nlabel->set_angle (-90);
621         the_notebook.append_page (region_list_scroller, *nlabel);
622         nlabel = manage (new Label (_("Tracks/Busses")));
623         nlabel->set_angle (-90);
624         the_notebook.append_page (route_list_scroller, *nlabel);
625         nlabel = manage (new Label (_("Snapshots")));
626         nlabel->set_angle (-90);
627         the_notebook.append_page (snapshot_display_scroller, *nlabel);
628         nlabel = manage (new Label (_("Edit Groups")));
629         nlabel->set_angle (-90);
630         the_notebook.append_page (*edit_group_display_packer, *nlabel);
631         nlabel = manage (new Label (_("Chunks")));
632         nlabel->set_angle (-90);
633         the_notebook.append_page (named_selection_scroller, *nlabel);
634
635         the_notebook.set_show_tabs (true);
636         the_notebook.set_scrollable (true);
637         the_notebook.popup_enable ();
638         the_notebook.set_tab_pos (Gtk::POS_RIGHT);
639
640         edit_pane.pack1 (edit_packer, true, true);
641         edit_pane.pack2 (the_notebook, false, true);
642         
643         edit_pane.signal_size_allocate().connect (bind (mem_fun(*this, &Editor::pane_allocation_handler), static_cast<Paned*> (&edit_pane)));
644
645         top_hbox.pack_start (toolbar_frame, true, true);
646
647         HBox *hbox = manage (new HBox);
648         hbox->pack_start (edit_pane, true, true);
649
650         global_vpacker.pack_start (top_hbox, false, false);
651         global_vpacker.pack_start (*hbox, true, true);
652
653         global_hpacker.pack_start (global_vpacker, true, true);
654
655         set_name ("EditorWindow");
656         add_accel_group (ActionManager::ui_manager->get_accel_group());
657
658         vpacker.pack_end (global_hpacker, true, true);
659
660         /* register actions now so that set_state() can find them and set toggles/checks etc */
661         
662         register_actions ();
663         
664         XMLNode* node = ARDOUR_UI::instance()->editor_settings();
665         set_state (*node);
666
667         _playlist_selector = new PlaylistSelector();
668         _playlist_selector->signal_delete_event().connect (bind (sigc::ptr_fun (just_hide_it), static_cast<Window *> (_playlist_selector)));
669
670         RegionView::RegionViewGoingAway.connect (mem_fun(*this, &Editor::catch_vanishing_regionview));
671
672         /* nudge stuff */
673
674         nudge_forward_button.add (*(manage (new Image (::get_icon("nudge_right")))));
675         nudge_backward_button.add (*(manage (new Image (::get_icon("nudge_left")))));
676
677         ARDOUR_UI::instance()->tooltips().set_tip (nudge_forward_button, _("Nudge Region/Selection Forwards"));
678         ARDOUR_UI::instance()->tooltips().set_tip (nudge_backward_button, _("Nudge Region/Selection Backwards"));
679
680         nudge_forward_button.set_name ("TransportButton");
681         nudge_backward_button.set_name ("TransportButton");
682
683         fade_context_menu.set_name ("ArdourContextMenu");
684
685         set_title (_("ardour: editor"));
686         set_wmclass (_("ardour_editor"), "Ardour");
687
688         add (vpacker);
689         add_events (Gdk::KEY_PRESS_MASK|Gdk::KEY_RELEASE_MASK);
690
691         signal_configure_event().connect (mem_fun (*ARDOUR_UI::instance(), &ARDOUR_UI::configure_handler));
692         signal_delete_event().connect (mem_fun (*ARDOUR_UI::instance(), &ARDOUR_UI::exit_on_main_window_close));
693
694         /* allow external control surfaces/protocols to do various things */
695
696         ControlProtocol::ZoomToSession.connect (mem_fun (*this, &Editor::temporal_zoom_session));
697         ControlProtocol::ZoomIn.connect (bind (mem_fun (*this, &Editor::temporal_zoom_step), false));
698         ControlProtocol::ZoomOut.connect (bind (mem_fun (*this, &Editor::temporal_zoom_step), true));
699         ControlProtocol::ScrollTimeline.connect (mem_fun (*this, &Editor::control_scroll));
700
701         Config->ParameterChanged.connect (mem_fun (*this, &Editor::parameter_changed));
702
703         constructed = true;
704         instant_save ();
705 }
706
707 Editor::~Editor()
708 {
709         /* <CMT Additions> */
710         if(image_socket_listener)
711         {
712                 if(image_socket_listener->is_connected())
713                 {
714                         image_socket_listener->close_connection() ;
715                 }
716                 
717                 delete image_socket_listener ;
718                 image_socket_listener = 0 ;
719         }
720         /* </CMT Additions> */
721 }
722
723 void
724 Editor::add_toplevel_controls (Container& cont)
725 {
726         vpacker.pack_start (cont, false, false);
727         cont.show_all ();
728 }
729
730 void
731 Editor::catch_vanishing_regionview (RegionView *rv)
732 {
733         /* note: the selection will take care of the vanishing
734            audioregionview by itself.
735         */
736
737         if (clicked_regionview == rv) {
738                 clicked_regionview = 0;
739         }
740
741         if (entered_regionview == rv) {
742                 set_entered_regionview (0);
743         }
744 }
745
746 void
747 Editor::set_entered_regionview (RegionView* rv)
748 {
749         if (rv == entered_regionview) {
750                 return;
751         }
752
753         if (entered_regionview) {
754                 entered_regionview->exited ();
755         }
756
757         if ((entered_regionview = rv) != 0) {
758                 entered_regionview->entered ();
759         }
760 }
761
762 void
763 Editor::set_entered_track (TimeAxisView* tav)
764 {
765         if (entered_track) {
766                 entered_track->exited ();
767         }
768
769         if ((entered_track = tav) != 0) {
770                 entered_track->entered ();
771         }
772 }
773
774 void
775 Editor::show_window ()
776 {
777         show_all ();
778         present ();
779
780         /* now reset all audio_time_axis heights, because widgets might need
781            to be re-hidden
782         */
783         
784         TimeAxisView *tv;
785         
786         for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) {
787                 tv = (static_cast<TimeAxisView*>(*i));
788                 tv->reset_height ();
789         }
790 }
791
792 void
793 Editor::tie_vertical_scrolling ()
794 {
795         double y1 = vertical_adjustment.get_value();
796         controls_layout.get_vadjustment()->set_value (y1);
797         playhead_cursor->set_y_axis(y1);
798         edit_cursor->set_y_axis(y1);
799 }
800
801 void
802 Editor::set_frames_per_unit (double fpu)
803 {
804         nframes_t frames;
805
806         if (fpu == frames_per_unit) {
807                 return;
808         }
809
810         if (fpu < 2.0) {
811                 fpu = 2.0;
812         }
813
814         // convert fpu to frame count
815
816         frames = (nframes_t) floor (fpu * canvas_width);
817         
818         /* don't allow zooms that fit more than the maximum number
819            of frames into an 800 pixel wide space.
820         */
821
822         if (max_frames / fpu < 800.0) {
823                 return;
824         }
825
826         if (fpu == frames_per_unit) {
827                 return;
828         }
829
830         frames_per_unit = fpu;
831
832         if (frames != zoom_range_clock.current_duration()) {
833                 zoom_range_clock.set (frames);
834         }
835
836         if (mouse_mode == MouseRange && selection->time.start () != selection->time.end_frame ()) {
837                 if (!selection->tracks.empty()) {
838                         for (TrackSelection::iterator i = selection->tracks.begin(); i != selection->tracks.end(); ++i) {
839                                 (*i)->reshow_selection (selection->time);
840                         }
841                 } else {
842                         for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) {
843                                 (*i)->reshow_selection (selection->time);
844                         }
845                 }
846         }
847
848         ZoomChanged (); /* EMIT_SIGNAL */
849
850         reset_hscrollbar_stepping ();
851         reset_scrolling_region ();
852         
853         if (edit_cursor) edit_cursor->set_position (edit_cursor->current_frame);
854         if (playhead_cursor) playhead_cursor->set_position (playhead_cursor->current_frame);
855
856         instant_save ();
857
858 }
859
860 void
861 Editor::instant_save ()
862 {
863         if (!constructed || !ARDOUR_UI::instance()->session_loaded) {
864                 return;
865         }
866
867         if (session) {
868                 session->add_instant_xml(get_state(), session->path());
869         } else {
870                 Config->add_instant_xml(get_state(), get_user_ardour_path());
871         }
872 }
873
874 void
875 Editor::reposition_x_origin (nframes_t frame)
876 {
877         if (frame != leftmost_frame) {
878                 leftmost_frame = frame;
879                 
880                 nframes_t rightmost_frame = leftmost_frame + current_page_frames ();
881
882                 if (rightmost_frame > last_canvas_frame) {
883                         last_canvas_frame = rightmost_frame;
884                         reset_scrolling_region ();
885                 }
886
887                 horizontal_adjustment.set_value (frame/frames_per_unit);
888         } else {
889                 update_fixed_rulers();
890                 tempo_map_changed (Change (0));
891         }
892 }
893
894 void
895 Editor::edit_cursor_clock_changed()
896 {
897         if (edit_cursor->current_frame != edit_cursor_clock.current_time()) {
898                 edit_cursor->set_position (edit_cursor_clock.current_time());
899         }
900 }
901
902
903 void
904 Editor::zoom_adjustment_changed ()
905 {
906         if (session == 0) {
907                 return;
908         }
909
910         double fpu = zoom_range_clock.current_duration() / canvas_width;
911
912         if (fpu < 1.0) {
913                 fpu = 1.0;
914                 zoom_range_clock.set ((nframes_t) floor (fpu * canvas_width));
915         } else if (fpu > session->current_end_frame() / canvas_width) {
916                 fpu = session->current_end_frame() / canvas_width;
917                 zoom_range_clock.set ((nframes_t) floor (fpu * canvas_width));
918         }
919         
920         temporal_zoom (fpu);
921 }
922
923 void
924 Editor::control_scroll (float fraction)
925 {
926         ENSURE_GUI_THREAD(bind (mem_fun (*this, &Editor::control_scroll), fraction));
927
928         if (!session) {
929                 return;
930         }
931
932         double step = fraction * current_page_frames();
933         nframes_t target;
934
935         if ((fraction < 0.0f) && (session->transport_frame() < (nframes_t) fabs(step))) {
936                 target = 0;
937         } else if ((fraction > 0.0f) && (max_frames - session->transport_frame() < step)) {
938                 target = (max_frames - (current_page_frames()*2)); // allow room for slop in where the PH is on the screen
939         } else {
940                 target = (session->transport_frame() + (nframes_t) floor ((fraction * current_page_frames())));
941         }
942
943         /* move visuals, we'll catch up with it later */
944
945         playhead_cursor->set_position (target);
946
947         if (target > (current_page_frames() / 2)) {
948                 /* try to center PH in window */
949                 reposition_x_origin (target - (current_page_frames()/2));
950         } else {
951                 reposition_x_origin (0);
952         }
953
954         /* cancel the existing */
955
956         control_scroll_connection.disconnect ();
957
958         /* add the next one */
959
960         control_scroll_connection = Glib::signal_timeout().connect (bind (mem_fun (*this, &Editor::deferred_control_scroll), target), 50);
961 }
962
963 bool
964 Editor::deferred_control_scroll (nframes_t target)
965 {
966         session->request_locate (target);
967         return false;
968 }
969
970 void 
971 Editor::canvas_horizontally_scrolled ()
972 {
973
974         leftmost_frame = (nframes_t) floor (horizontal_adjustment.get_value() * frames_per_unit);
975         update_fixed_rulers ();
976         tempo_map_changed (Change (0));
977
978 }
979
980 void
981 Editor::reposition_and_zoom (nframes_t frame, double nfpu)
982 {
983         if (!repos_zoom_queued) {
984                 repos_zoom_queued = true;
985                 Glib::signal_idle().connect (bind (mem_fun(*this, &Editor::deferred_reposition_and_zoom), frame, nfpu));
986         }
987 }
988
989 gint
990 Editor::deferred_reposition_and_zoom (nframes_t frame, double nfpu)
991 {
992
993         set_frames_per_unit (nfpu);
994         reposition_x_origin  (frame);
995         repos_zoom_queued = false;
996         
997         return FALSE;
998 }
999
1000 void
1001 Editor::on_realize ()
1002 {
1003         Window::on_realize ();
1004         Realized ();
1005 }
1006
1007 void
1008 Editor::start_scrolling ()
1009 {
1010         scroll_connection = ARDOUR_UI::instance()->SuperRapidScreenUpdate.connect 
1011                 (mem_fun(*this, &Editor::update_current_screen));
1012 }
1013
1014 void
1015 Editor::stop_scrolling ()
1016 {
1017         scroll_connection.disconnect ();
1018 }
1019
1020 void
1021 Editor::map_position_change (nframes_t frame)
1022 {
1023         ENSURE_GUI_THREAD (bind (mem_fun(*this, &Editor::map_position_change), frame));
1024
1025         if (session == 0 || !_follow_playhead) {
1026                 return;
1027         }
1028
1029         center_screen (frame);
1030         playhead_cursor->set_position (frame);
1031 }       
1032
1033 void
1034 Editor::center_screen (nframes_t frame)
1035 {
1036         double page = canvas_width * frames_per_unit;
1037
1038         /* if we're off the page, then scroll.
1039          */
1040         
1041         if (frame < leftmost_frame || frame >= leftmost_frame + page) {
1042                 center_screen_internal (frame, page);
1043         }
1044 }
1045
1046 void
1047 Editor::center_screen_internal (nframes_t frame, float page)
1048 {
1049         page /= 2;
1050                 
1051         if (frame > page) {
1052                 frame -= (nframes_t) page;
1053         } else {
1054                 frame = 0;
1055         }
1056
1057     reposition_x_origin (frame);
1058 }
1059
1060 void
1061 Editor::handle_new_duration ()
1062 {
1063         ENSURE_GUI_THREAD (mem_fun (*this, &Editor::handle_new_duration));
1064
1065         nframes_t new_end = session->get_maximum_extent() + (nframes_t) floorf (current_page_frames() * 0.10f);
1066                                   
1067         if (new_end > last_canvas_frame) {
1068                 last_canvas_frame = new_end;
1069                 reset_scrolling_region ();
1070         }
1071
1072         horizontal_adjustment.set_value (leftmost_frame/frames_per_unit);
1073 }
1074
1075 void
1076 Editor::update_title_s (const string & snap_name)
1077 {
1078         ENSURE_GUI_THREAD(bind (mem_fun(*this, &Editor::update_title_s), snap_name));
1079         
1080         update_title ();
1081 }
1082
1083 void
1084 Editor::update_title ()
1085 {
1086         ENSURE_GUI_THREAD (mem_fun(*this, &Editor::update_title));
1087
1088         if (session) {
1089                 bool dirty = session->dirty();
1090
1091                 string wintitle = _("ardour: editor: ");
1092
1093                 if (dirty) {
1094                         wintitle += '[';
1095                 }
1096
1097                 wintitle += session->name();
1098
1099                 if (session->snap_name() != session->name()) {
1100                         wintitle += ':';
1101                         wintitle += session->snap_name();
1102                 }
1103
1104                 if (dirty) {
1105                         wintitle += ']';
1106                 }
1107
1108                 set_title (wintitle);
1109         }
1110 }
1111
1112 void
1113 Editor::connect_to_session (Session *t)
1114 {
1115         session = t;
1116
1117         if (first_action_message) {
1118                 first_action_message->hide();
1119         }
1120
1121         update_title ();
1122
1123         session->GoingAway.connect (mem_fun(*this, &Editor::session_going_away));
1124
1125         /* These signals can all be emitted by a non-GUI thread. Therefore the
1126            handlers for them must not attempt to directly interact with the GUI,
1127            but use Gtkmm2ext::UI::instance()->call_slot();
1128         */
1129
1130         session_connections.push_back (session->TransportStateChange.connect (mem_fun(*this, &Editor::map_transport_state)));
1131         session_connections.push_back (session->PositionChanged.connect (mem_fun(*this, &Editor::map_position_change)));
1132         session_connections.push_back (session->RouteAdded.connect (mem_fun(*this, &Editor::handle_new_route)));
1133         session_connections.push_back (session->AudioRegionAdded.connect (mem_fun(*this, &Editor::handle_new_audio_region)));
1134         session_connections.push_back (session->AudioRegionRemoved.connect (mem_fun(*this, &Editor::handle_audio_region_removed)));
1135         session_connections.push_back (session->DurationChanged.connect (mem_fun(*this, &Editor::handle_new_duration)));
1136         session_connections.push_back (session->edit_group_added.connect (mem_fun(*this, &Editor::add_edit_group)));
1137         session_connections.push_back (session->edit_group_removed.connect (mem_fun(*this, &Editor::edit_groups_changed)));
1138         session_connections.push_back (session->NamedSelectionAdded.connect (mem_fun(*this, &Editor::handle_new_named_selection)));
1139         session_connections.push_back (session->NamedSelectionRemoved.connect (mem_fun(*this, &Editor::handle_new_named_selection)));
1140         session_connections.push_back (session->DirtyChanged.connect (mem_fun(*this, &Editor::update_title)));
1141         session_connections.push_back (session->StateSaved.connect (mem_fun(*this, &Editor::update_title_s)));
1142         session_connections.push_back (session->AskAboutPlaylistDeletion.connect (mem_fun(*this, &Editor::playlist_deletion_dialog)));
1143         session_connections.push_back (session->RegionHiddenChange.connect (mem_fun(*this, &Editor::region_hidden)));
1144
1145         session_connections.push_back (session->SMPTEOffsetChanged.connect (mem_fun(*this, &Editor::update_just_smpte)));
1146
1147         session_connections.push_back (session->tempo_map().StateChanged.connect (mem_fun(*this, &Editor::tempo_map_changed)));
1148
1149         edit_groups_changed ();
1150
1151         edit_cursor_clock.set_session (session);
1152         zoom_range_clock.set_session (session);
1153         _playlist_selector->set_session (session);
1154         nudge_clock.set_session (session);
1155
1156 #ifdef FFT_ANALYSIS
1157         if (analysis_window != 0)
1158                 analysis_window->set_session (session);
1159 #endif
1160
1161         Location* loc = session->locations()->auto_loop_location();
1162         if (loc == 0) {
1163                 loc = new Location (0, session->current_end_frame(), _("Loop"),(Location::Flags) (Location::IsAutoLoop | Location::IsHidden));
1164                 if (loc->start() == loc->end()) {
1165                         loc->set_end (loc->start() + 1);
1166                 }
1167                 session->locations()->add (loc, false);
1168                 session->set_auto_loop_location (loc);
1169         }
1170         else {
1171                 // force name
1172                 loc->set_name (_("Loop"));
1173         }
1174         
1175         loc = session->locations()->auto_punch_location();
1176         if (loc == 0) {
1177                 loc = new Location (0, session->current_end_frame(), _("Punch"), (Location::Flags) (Location::IsAutoPunch | Location::IsHidden));
1178                 if (loc->start() == loc->end()) {
1179                         loc->set_end (loc->start() + 1);
1180                 }
1181                 session->locations()->add (loc, false);
1182                 session->set_auto_punch_location (loc);
1183         }
1184         else {
1185                 // force name
1186                 loc->set_name (_("Punch"));
1187         }
1188
1189         Config->map_parameters (mem_fun (*this, &Editor::parameter_changed));
1190         
1191         session->StateSaved.connect (mem_fun(*this, &Editor::session_state_saved));
1192         
1193         refresh_location_display ();
1194         session->locations()->added.connect (mem_fun(*this, &Editor::add_new_location));
1195         session->locations()->removed.connect (mem_fun(*this, &Editor::location_gone));
1196         session->locations()->changed.connect (mem_fun(*this, &Editor::refresh_location_display));
1197         session->locations()->StateChanged.connect (mem_fun(*this, &Editor::refresh_location_display_s));
1198         session->locations()->end_location()->changed.connect (mem_fun(*this, &Editor::end_location_changed));
1199
1200         handle_new_duration ();
1201
1202         redisplay_regions ();
1203         redisplay_named_selections ();
1204         redisplay_snapshots ();
1205
1206         initial_route_list_display ();
1207
1208         for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) {
1209                 (static_cast<TimeAxisView*>(*i))->set_samples_per_unit (frames_per_unit);
1210         }
1211
1212         /* ::reposition_x_origin() doesn't work right here, since the old
1213            position may be zero already, and it does nothing in such
1214            circumstances.
1215         */
1216
1217         leftmost_frame = 0;
1218         
1219         horizontal_adjustment.set_value (0);
1220
1221         restore_ruler_visibility ();
1222         //tempo_map_changed (Change (0));
1223         session->tempo_map().apply_with_metrics (*this, &Editor::draw_metric_marks);
1224
1225         edit_cursor->set_position (0);
1226         playhead_cursor->set_position (0);
1227
1228         start_scrolling ();
1229
1230         XMLNode* node = ARDOUR_UI::instance()->editor_settings();
1231         set_state (*node);
1232
1233         /* don't show master bus in a new session */
1234
1235         if (ARDOUR_UI::instance()->session_is_new ()) {
1236
1237                 TreeModel::Children rows = route_display_model->children();
1238                 TreeModel::Children::iterator i;
1239         
1240                 no_route_list_redisplay = true;
1241                 
1242                 for (i = rows.begin(); i != rows.end(); ++i) {
1243                         TimeAxisView *tv =  (*i)[route_display_columns.tv];
1244                         AudioTimeAxisView *atv;
1245                         
1246                         if ((atv = dynamic_cast<AudioTimeAxisView*>(tv)) != 0) {
1247                                 if (atv->route()->master()) {
1248                                         route_list_display.get_selection()->unselect (i);
1249                                 }
1250                         }
1251                 }
1252                 
1253                 no_route_list_redisplay = false;
1254                 redisplay_route_list ();
1255         }
1256
1257         /* register for undo history */
1258
1259         session->register_with_memento_command_factory(_id, this);
1260 }
1261
1262 void
1263 Editor::build_cursors ()
1264 {
1265         using namespace Gdk;
1266         
1267         Gdk::Color mbg ("#000000" ); /* Black */
1268         Gdk::Color mfg ("#0000ff" ); /* Blue. */
1269
1270         {
1271                 RefPtr<Bitmap> source, mask;
1272                 source = Bitmap::create (mag_bits, mag_width, mag_height);
1273                 mask = Bitmap::create (magmask_bits, mag_width, mag_height);
1274                 zoom_cursor = new Gdk::Cursor (source, mask, mfg, mbg, mag_x_hot, mag_y_hot);
1275         }
1276
1277         Gdk::Color fbg ("#ffffff" );
1278         Gdk::Color ffg  ("#000000" );
1279         
1280         {
1281                 RefPtr<Bitmap> source, mask;
1282                 
1283                 source = Bitmap::create (fader_cursor_bits, fader_cursor_width, fader_cursor_height);
1284                 mask = Bitmap::create (fader_cursor_mask_bits, fader_cursor_width, fader_cursor_height);
1285                 fader_cursor = new Gdk::Cursor (source, mask, ffg, fbg, fader_cursor_x_hot, fader_cursor_y_hot);
1286         }
1287         
1288         { 
1289                 RefPtr<Bitmap> source, mask;
1290                 source = Bitmap::create (speaker_cursor_bits, speaker_cursor_width, speaker_cursor_height);
1291                 mask = Bitmap::create (speaker_cursor_mask_bits, speaker_cursor_width, speaker_cursor_height);
1292                 speaker_cursor = new Gdk::Cursor (source, mask, ffg, fbg, speaker_cursor_x_hot, speaker_cursor_y_hot);
1293         }
1294
1295         grabber_cursor = new Gdk::Cursor (HAND2);
1296         cross_hair_cursor = new Gdk::Cursor (CROSSHAIR);
1297         trimmer_cursor =  new Gdk::Cursor (SB_H_DOUBLE_ARROW);
1298         selector_cursor = new Gdk::Cursor (XTERM);
1299         time_fx_cursor = new Gdk::Cursor (SIZING);
1300         wait_cursor = new Gdk::Cursor  (WATCH);
1301         timebar_cursor = new Gdk::Cursor(LEFT_PTR);
1302 }
1303
1304 void
1305 Editor::popup_fade_context_menu (int button, int32_t time, ArdourCanvas::Item* item, ItemType item_type)
1306 {
1307         using namespace Menu_Helpers;
1308         AudioRegionView* arv = static_cast<AudioRegionView*> (item->get_data ("regionview"));
1309
1310         if (arv == 0) {
1311                 fatal << _("programming error: fade in canvas item has no regionview data pointer!") << endmsg;
1312                 /*NOTREACHED*/
1313         }
1314
1315         MenuList& items (fade_context_menu.items());
1316         AudioRegion& ar (*arv->audio_region().get()); // FIXME
1317
1318         items.clear ();
1319
1320         switch (item_type) {
1321         case FadeInItem:
1322         case FadeInHandleItem:
1323                 if (arv->audio_region()->fade_in_active()) {
1324                         items.push_back (MenuElem (_("Deactivate"), bind (mem_fun (*arv, &AudioRegionView::set_fade_in_active), false)));
1325                 } else {
1326                         items.push_back (MenuElem (_("Activate"), bind (mem_fun (*arv, &AudioRegionView::set_fade_in_active), true)));
1327                 }
1328                 
1329                 items.push_back (SeparatorElem());
1330                 
1331                 items.push_back (MenuElem (_("Linear"), bind (mem_fun (ar, &AudioRegion::set_fade_in_shape), AudioRegion::Linear)));
1332                 items.push_back (MenuElem (_("Slowest"), bind (mem_fun (ar, &AudioRegion::set_fade_in_shape), AudioRegion::LogB)));
1333                 items.push_back (MenuElem (_("Slow"), bind (mem_fun (ar, &AudioRegion::set_fade_in_shape), AudioRegion::Fast)));
1334                 items.push_back (MenuElem (_("Fast"), bind (mem_fun (ar, &AudioRegion::set_fade_in_shape), AudioRegion::LogA)));
1335                 items.push_back (MenuElem (_("Fastest"), bind (mem_fun (ar, &AudioRegion::set_fade_in_shape), AudioRegion::Slow)));
1336                 break;
1337
1338         case FadeOutItem:
1339         case FadeOutHandleItem:
1340                 if (arv->audio_region()->fade_out_active()) {
1341                         items.push_back (MenuElem (_("Deactivate"), bind (mem_fun (*arv, &AudioRegionView::set_fade_out_active), false)));
1342                 } else {
1343                         items.push_back (MenuElem (_("Activate"), bind (mem_fun (*arv, &AudioRegionView::set_fade_out_active), true)));
1344                 }
1345                 
1346                 items.push_back (SeparatorElem());
1347                 
1348                 items.push_back (MenuElem (_("Linear"), bind (mem_fun (ar, &AudioRegion::set_fade_out_shape), AudioRegion::Linear)));
1349                 items.push_back (MenuElem (_("Slowest"), bind (mem_fun (ar, &AudioRegion::set_fade_out_shape), AudioRegion::Fast)));
1350                 items.push_back (MenuElem (_("Slow"), bind (mem_fun (ar, &AudioRegion::set_fade_out_shape), AudioRegion::LogB)));
1351                 items.push_back (MenuElem (_("Fast"), bind (mem_fun (ar, &AudioRegion::set_fade_out_shape), AudioRegion::LogA)));
1352                 items.push_back (MenuElem (_("Fastest"), bind (mem_fun (ar, &AudioRegion::set_fade_out_shape), AudioRegion::Slow)));
1353
1354                 break;
1355         default:
1356                 fatal << _("programming error: ")
1357                       << X_("non-fade canvas item passed to popup_fade_context_menu()")
1358                       << endmsg;
1359                 /*NOTREACHED*/
1360         }
1361
1362         fade_context_menu.popup (button, time);
1363 }
1364
1365 void
1366 Editor::popup_track_context_menu (int button, int32_t time, ItemType item_type, bool with_selection, nframes_t frame)
1367 {
1368         using namespace Menu_Helpers;
1369         Menu* (Editor::*build_menu_function)(nframes_t);
1370         Menu *menu;
1371
1372         switch (item_type) {
1373         case RegionItem:
1374         case RegionViewName:
1375         case RegionViewNameHighlight:
1376                 if (with_selection) {
1377                         build_menu_function = &Editor::build_track_selection_context_menu;
1378                 } else {
1379                         build_menu_function = &Editor::build_track_region_context_menu;
1380                 }
1381                 break;
1382
1383         case SelectionItem:
1384                 if (with_selection) {
1385                         build_menu_function = &Editor::build_track_selection_context_menu;
1386                 } else {
1387                         build_menu_function = &Editor::build_track_context_menu;
1388                 }
1389                 break;
1390
1391         case CrossfadeViewItem:
1392                 build_menu_function = &Editor::build_track_crossfade_context_menu;
1393                 break;
1394
1395         case StreamItem:
1396                 if (clicked_audio_trackview->get_diskstream()) {
1397                         build_menu_function = &Editor::build_track_context_menu;
1398                 } else {
1399                         build_menu_function = &Editor::build_track_bus_context_menu;
1400                 }
1401                 break;
1402
1403         default:
1404                 /* probably shouldn't happen but if it does, we don't care */
1405                 return;
1406         }
1407
1408         menu = (this->*build_menu_function)(frame);
1409         menu->set_name ("ArdourContextMenu");
1410         
1411         /* now handle specific situations */
1412
1413         switch (item_type) {
1414         case RegionItem:
1415         case RegionViewName:
1416         case RegionViewNameHighlight:
1417                 if (!with_selection) {
1418                         if (region_edit_menu_split_item) {
1419                                 if (clicked_regionview && clicked_regionview->region()->covers (edit_cursor->current_frame)) {
1420                                         ActionManager::set_sensitive (ActionManager::edit_cursor_in_region_sensitive_actions, true);
1421                                 } else {
1422                                         ActionManager::set_sensitive (ActionManager::edit_cursor_in_region_sensitive_actions, false);
1423                                 }
1424                         }
1425                         /*
1426                         if (region_edit_menu_split_multichannel_item) {
1427                                 if (clicked_regionview && clicked_regionview->region().n_channels() > 1) {
1428                                         // GTK2FIX find the action, change its sensitivity
1429                                         // region_edit_menu_split_multichannel_item->set_sensitive (true);
1430                                 } else {
1431                                         // GTK2FIX see above
1432                                         // region_edit_menu_split_multichannel_item->set_sensitive (false);
1433                                 }
1434                         }*/
1435                 }
1436                 break;
1437
1438         case SelectionItem:
1439                 break;
1440
1441         case CrossfadeViewItem:
1442                 break;
1443
1444         case StreamItem:
1445                 break;
1446
1447         default:
1448                 /* probably shouldn't happen but if it does, we don't care */
1449                 return;
1450         }
1451
1452         if (clicked_audio_trackview && clicked_audio_trackview->audio_track()) {
1453
1454                 /* Bounce to disk */
1455                 
1456                 using namespace Menu_Helpers;
1457                 MenuList& edit_items  = menu->items();
1458                 
1459                 edit_items.push_back (SeparatorElem());
1460
1461                 switch (clicked_audio_trackview->audio_track()->freeze_state()) {
1462                 case AudioTrack::NoFreeze:
1463                         edit_items.push_back (MenuElem (_("Freeze"), mem_fun(*this, &Editor::freeze_route)));
1464                         break;
1465
1466                 case AudioTrack::Frozen:
1467                         edit_items.push_back (MenuElem (_("Unfreeze"), mem_fun(*this, &Editor::unfreeze_route)));
1468                         break;
1469                         
1470                 case AudioTrack::UnFrozen:
1471                         edit_items.push_back (MenuElem (_("Freeze"), mem_fun(*this, &Editor::freeze_route)));
1472                         break;
1473                 }
1474
1475         }
1476
1477         menu->popup (button, time);
1478 }
1479
1480 Menu*
1481 Editor::build_track_context_menu (nframes_t ignored)
1482 {
1483         using namespace Menu_Helpers;
1484
1485         MenuList& edit_items = track_context_menu.items();
1486         edit_items.clear();
1487
1488         add_dstream_context_items (edit_items);
1489         return &track_context_menu;
1490 }
1491
1492 Menu*
1493 Editor::build_track_bus_context_menu (nframes_t ignored)
1494 {
1495         using namespace Menu_Helpers;
1496
1497         MenuList& edit_items = track_context_menu.items();
1498         edit_items.clear();
1499
1500         add_bus_context_items (edit_items);
1501         return &track_context_menu;
1502 }
1503
1504 Menu*
1505 Editor::build_track_region_context_menu (nframes_t frame)
1506 {
1507         using namespace Menu_Helpers;
1508         MenuList& edit_items  = track_region_context_menu.items();
1509         edit_items.clear();
1510
1511         AudioTimeAxisView* atv = dynamic_cast<AudioTimeAxisView*> (clicked_trackview);
1512
1513         if (atv) {
1514                 boost::shared_ptr<Diskstream> ds;
1515                 Playlist* pl;
1516                 
1517                 if ((ds = atv->get_diskstream()) && ((pl = ds->playlist()))) {
1518                         Playlist::RegionList* regions = pl->regions_at ((nframes_t) floor ( (double)frame * ds->speed()));
1519                         for (Playlist::RegionList::iterator i = regions->begin(); i != regions->end(); ++i) {
1520                                 add_region_context_items (atv->audio_view(), (*i), edit_items);
1521                         }
1522                         delete regions;
1523                 }
1524         }
1525
1526         add_dstream_context_items (edit_items);
1527
1528         return &track_region_context_menu;
1529 }
1530
1531 Menu*
1532 Editor::build_track_crossfade_context_menu (nframes_t frame)
1533 {
1534         using namespace Menu_Helpers;
1535         MenuList& edit_items  = track_crossfade_context_menu.items();
1536         edit_items.clear ();
1537
1538         AudioTimeAxisView* atv = dynamic_cast<AudioTimeAxisView*> (clicked_trackview);
1539
1540         if (atv) {
1541                 boost::shared_ptr<Diskstream> ds;
1542                 Playlist* pl;
1543                 AudioPlaylist* apl;
1544
1545                 if ((ds = atv->get_diskstream()) && ((pl = ds->playlist()) != 0) && ((apl = dynamic_cast<AudioPlaylist*> (pl)) != 0)) {
1546
1547                         Playlist::RegionList* regions = pl->regions_at (frame);
1548                         AudioPlaylist::Crossfades xfades;
1549
1550                         apl->crossfades_at (frame, xfades);
1551
1552                         bool many = xfades.size() > 1;
1553
1554                         for (AudioPlaylist::Crossfades::iterator i = xfades.begin(); i != xfades.end(); ++i) {
1555                                 add_crossfade_context_items (atv->audio_view(), (*i), edit_items, many);
1556                         }
1557
1558                         for (Playlist::RegionList::iterator i = regions->begin(); i != regions->end(); ++i) {
1559                                 add_region_context_items (atv->audio_view(), (*i), edit_items);
1560                         }
1561
1562                         delete regions;
1563                 }
1564         }
1565
1566         add_dstream_context_items (edit_items);
1567
1568         return &track_crossfade_context_menu;
1569 }
1570
1571 #ifdef FFT_ANALYSIS
1572 void
1573 Editor::analyze_region_selection()
1574 {
1575         if (analysis_window == 0) {
1576                 analysis_window = new AnalysisWindow();
1577
1578                 if (session != 0)
1579                         analysis_window->set_session(session);
1580
1581                 analysis_window->show_all();
1582         }
1583
1584         analysis_window->set_regionmode();
1585         analysis_window->analyze();
1586         
1587         analysis_window->present();
1588 }
1589
1590 void
1591 Editor::analyze_range_selection()
1592 {
1593         if (analysis_window == 0) {
1594                 analysis_window = new AnalysisWindow();
1595
1596                 if (session != 0)
1597                         analysis_window->set_session(session);
1598
1599                 analysis_window->show_all();
1600         }
1601
1602         analysis_window->set_rangemode();
1603         analysis_window->analyze();
1604         
1605         analysis_window->present();
1606 }
1607 #endif /* FFT_ANALYSIS */
1608
1609
1610
1611 Menu*
1612 Editor::build_track_selection_context_menu (nframes_t ignored)
1613 {
1614         using namespace Menu_Helpers;
1615         MenuList& edit_items  = track_selection_context_menu.items();
1616         edit_items.clear ();
1617
1618         add_selection_context_items (edit_items);
1619         add_dstream_context_items (edit_items);
1620
1621         return &track_selection_context_menu;
1622 }
1623
1624 void
1625 Editor::add_crossfade_context_items (AudioStreamView* view, Crossfade* xfade, Menu_Helpers::MenuList& edit_items, bool many)
1626 {
1627         using namespace Menu_Helpers;
1628         Menu     *xfade_menu = manage (new Menu);
1629         MenuList& items       = xfade_menu->items();
1630         xfade_menu->set_name ("ArdourContextMenu");
1631         string str;
1632
1633         if (xfade->active()) {
1634                 str = _("Mute");
1635         } else { 
1636                 str = _("Unmute");
1637         }
1638
1639         items.push_back (MenuElem (str, bind (mem_fun(*this, &Editor::toggle_xfade_active), xfade)));
1640         items.push_back (MenuElem (_("Edit"), bind (mem_fun(*this, &Editor::edit_xfade), xfade)));
1641
1642         if (xfade->can_follow_overlap()) {
1643
1644                 if (xfade->following_overlap()) {
1645                         str = _("Convert to short");
1646                 } else {
1647                         str = _("Convert to full");
1648                 }
1649
1650                 items.push_back (MenuElem (str, bind (mem_fun(*this, &Editor::toggle_xfade_length), xfade)));
1651         }
1652
1653         if (many) {
1654                 str = xfade->out()->name();
1655                 str += "->";
1656                 str += xfade->in()->name();
1657         } else {
1658                 str = _("Crossfade");
1659         }
1660
1661         edit_items.push_back (MenuElem (str, *xfade_menu));
1662         edit_items.push_back (SeparatorElem());
1663 }
1664
1665 void
1666 Editor::xfade_edit_left_region ()
1667 {
1668         if (clicked_crossfadeview) {
1669                 clicked_crossfadeview->left_view.show_region_editor ();
1670         }
1671 }
1672
1673 void
1674 Editor::xfade_edit_right_region ()
1675 {
1676         if (clicked_crossfadeview) {
1677                 clicked_crossfadeview->right_view.show_region_editor ();
1678         }
1679 }
1680
1681 void
1682 Editor::add_region_context_items (AudioStreamView* sv, boost::shared_ptr<Region> region, Menu_Helpers::MenuList& edit_items)
1683 {
1684         using namespace Menu_Helpers;
1685         Menu     *region_menu = manage (new Menu);
1686         MenuList& items       = region_menu->items();
1687         region_menu->set_name ("ArdourContextMenu");
1688         
1689         boost::shared_ptr<AudioRegion> ar;
1690
1691         if (region) {
1692                 ar = boost::dynamic_pointer_cast<AudioRegion> (region);
1693         }
1694
1695         /* when this particular menu pops up, make the relevant region 
1696            become selected.
1697         */
1698
1699         // region_menu->signal_map_event().connect (bind (mem_fun(*this, &Editor::set_selected_regionview_from_map_event), sv, boost::weak_ptr<Region>(region)));
1700
1701         items.push_back (MenuElem (_("Popup region editor"), mem_fun(*this, &Editor::edit_region)));
1702         items.push_back (MenuElem (_("Raise to top layer"), mem_fun(*this, &Editor::raise_region_to_top)));
1703         items.push_back (MenuElem (_("Lower to bottom layer"), mem_fun  (*this, &Editor::lower_region_to_bottom)));
1704         items.push_back (SeparatorElem());
1705         items.push_back (MenuElem (_("Define sync point"), mem_fun(*this, &Editor::set_region_sync_from_edit_cursor)));
1706         items.push_back (MenuElem (_("Remove sync point"), mem_fun(*this, &Editor::remove_region_sync)));
1707         items.push_back (SeparatorElem());
1708
1709         items.push_back (MenuElem (_("Audition"), mem_fun(*this, &Editor::audition_selected_region)));
1710         items.push_back (MenuElem (_("Export"), mem_fun(*this, &Editor::export_region)));
1711         items.push_back (MenuElem (_("Bounce"), mem_fun(*this, &Editor::bounce_region_selection)));
1712
1713 #ifdef FFT_ANALYSIS
1714         items.push_back (MenuElem (_("Analyze region"), mem_fun(*this, &Editor::analyze_region_selection)));
1715 #endif
1716
1717         items.push_back (SeparatorElem());
1718
1719         items.push_back (CheckMenuElem (_("Lock"), mem_fun(*this, &Editor::toggle_region_lock)));
1720         region_lock_item = static_cast<CheckMenuItem*>(&items.back());
1721         if (region->locked()) {
1722                 region_lock_item->set_active();
1723         }
1724         items.push_back (CheckMenuElem (_("Mute"), mem_fun(*this, &Editor::toggle_region_mute)));
1725         region_mute_item = static_cast<CheckMenuItem*>(&items.back());
1726         if (region->muted()) {
1727                 region_mute_item->set_active();
1728         }
1729         items.push_back (CheckMenuElem (_("Opaque"), mem_fun(*this, &Editor::toggle_region_opaque)));
1730         region_opaque_item = static_cast<CheckMenuItem*>(&items.back());
1731         if (region->opaque()) {
1732                 region_opaque_item->set_active();
1733         }
1734
1735         items.push_back (CheckMenuElem (_("Original position"), mem_fun(*this, &Editor::naturalize)));
1736         if (region->at_natural_position()) {
1737                 items.back().set_sensitive (false);
1738         }
1739
1740         items.push_back (SeparatorElem());
1741
1742         if (ar) {
1743                 
1744                 RegionView* rv = sv->find_view (ar);
1745                 AudioRegionView* arv = dynamic_cast<AudioRegionView*>(rv);
1746                 
1747                 items.push_back (CheckMenuElem (_("Envelope visible"), mem_fun(*this, &Editor::toggle_gain_envelope_visibility)));
1748                 region_envelope_visible_item = static_cast<CheckMenuItem*> (&items.back());
1749
1750                 if (arv->envelope_visible()) {
1751                         region_envelope_visible_item->set_active (true);
1752                 }
1753
1754                 items.push_back (CheckMenuElem (_("Envelope active"), mem_fun(*this, &Editor::toggle_gain_envelope_active)));
1755                 region_envelope_active_item = static_cast<CheckMenuItem*> (&items.back());
1756
1757                 if (ar->envelope_active()) {
1758                         region_envelope_active_item->set_active (true);
1759                 }
1760
1761                 items.push_back (SeparatorElem());
1762
1763                 if (ar->scale_amplitude() != 1.0f) {
1764                         items.push_back (MenuElem (_("DeNormalize"), mem_fun(*this, &Editor::denormalize_region)));
1765                 } else {
1766                         items.push_back (MenuElem (_("Normalize"), mem_fun(*this, &Editor::normalize_region)));
1767                 }
1768         }
1769         items.push_back (MenuElem (_("Reverse"), mem_fun(*this, &Editor::reverse_region)));
1770         items.push_back (SeparatorElem());
1771
1772
1773         /* range related stuff */
1774
1775         items.push_back (MenuElem (_("Add Range Markers"), mem_fun (*this, &Editor::add_location_from_audio_region)));
1776         items.push_back (MenuElem (_("Set Range"), mem_fun (*this, &Editor::set_selection_from_audio_region)));
1777         items.push_back (SeparatorElem());
1778                          
1779         /* Nudge region */
1780
1781         Menu *nudge_menu = manage (new Menu());
1782         MenuList& nudge_items = nudge_menu->items();
1783         nudge_menu->set_name ("ArdourContextMenu");
1784         
1785         nudge_items.push_back (MenuElem (_("Nudge fwd"), (bind (mem_fun(*this, &Editor::nudge_forward), false))));
1786         nudge_items.push_back (MenuElem (_("Nudge bwd"), (bind (mem_fun(*this, &Editor::nudge_backward), false))));
1787         nudge_items.push_back (MenuElem (_("Nudge fwd by capture offset"), (mem_fun(*this, &Editor::nudge_forward_capture_offset))));
1788         nudge_items.push_back (MenuElem (_("Nudge bwd by capture offset"), (mem_fun(*this, &Editor::nudge_backward_capture_offset))));
1789
1790         items.push_back (MenuElem (_("Nudge"), *nudge_menu));
1791         items.push_back (SeparatorElem());
1792
1793         Menu *trim_menu = manage (new Menu);
1794         MenuList& trim_items = trim_menu->items();
1795         trim_menu->set_name ("ArdourContextMenu");
1796         
1797         trim_items.push_back (MenuElem (_("Start to edit cursor"), mem_fun(*this, &Editor::trim_region_from_edit_cursor)));
1798         trim_items.push_back (MenuElem (_("Edit cursor to end"), mem_fun(*this, &Editor::trim_region_to_edit_cursor)));
1799                              
1800         items.push_back (MenuElem (_("Trim"), *trim_menu));
1801         items.push_back (SeparatorElem());
1802
1803         items.push_back (MenuElem (_("Split"), (mem_fun(*this, &Editor::split_region))));
1804         region_edit_menu_split_item = &items.back();
1805
1806         items.push_back (MenuElem (_("Make mono regions"), (mem_fun(*this, &Editor::split_multichannel_region))));
1807         region_edit_menu_split_multichannel_item = &items.back();
1808
1809         items.push_back (MenuElem (_("Duplicate"), (bind (mem_fun(*this, &Editor::duplicate_dialog), true))));
1810         items.push_back (MenuElem (_("Fill Track"), (mem_fun(*this, &Editor::region_fill_track))));
1811         items.push_back (SeparatorElem());
1812         items.push_back (MenuElem (_("Remove"), mem_fun(*this, &Editor::remove_clicked_region)));
1813
1814         /* OK, stick the region submenu at the top of the list, and then add
1815            the standard items.
1816         */
1817
1818         /* we have to hack up the region name because "_" has a special
1819            meaning for menu titles.
1820         */
1821
1822         string::size_type pos = 0;
1823         string menu_item_name = region->name();
1824
1825         while ((pos = menu_item_name.find ("_", pos)) != string::npos) {
1826                 menu_item_name.replace (pos, 1, "__");
1827                 pos += 2;
1828         }
1829         
1830         edit_items.push_back (MenuElem (menu_item_name, *region_menu));
1831         edit_items.push_back (SeparatorElem());
1832 }
1833
1834 void
1835 Editor::add_selection_context_items (Menu_Helpers::MenuList& edit_items)
1836 {
1837         using namespace Menu_Helpers;
1838         Menu     *selection_menu = manage (new Menu);
1839         MenuList& items       = selection_menu->items();
1840         selection_menu->set_name ("ArdourContextMenu");
1841
1842         items.push_back (MenuElem (_("Play range"), mem_fun(*this, &Editor::play_selection)));
1843         items.push_back (MenuElem (_("Loop range"), mem_fun(*this, &Editor::set_route_loop_selection)));
1844
1845 #ifdef FFT_ANALYSIS
1846         items.push_back (SeparatorElem());
1847         items.push_back (MenuElem (_("Analyze range"), mem_fun(*this, &Editor::analyze_range_selection)));
1848 #endif
1849         
1850         items.push_back (SeparatorElem());
1851         items.push_back (MenuElem (_("Separate range to track"), mem_fun(*this, &Editor::separate_region_from_selection)));
1852         items.push_back (MenuElem (_("Separate range to region list"), mem_fun(*this, &Editor::new_region_from_selection)));
1853         
1854         items.push_back (SeparatorElem());
1855         items.push_back (MenuElem (_("Select all in range"), mem_fun(*this, &Editor::select_all_selectables_using_time_selection)));
1856         items.push_back (SeparatorElem());
1857         items.push_back (MenuElem (_("Set range to loop range"), mem_fun(*this, &Editor::set_selection_from_loop)));
1858         items.push_back (MenuElem (_("Set range to punch range"), mem_fun(*this, &Editor::set_selection_from_punch)));
1859         items.push_back (SeparatorElem());
1860         items.push_back (MenuElem (_("Crop region to range"), mem_fun(*this, &Editor::crop_region_to_selection)));
1861         items.push_back (MenuElem (_("Fill range with region"), mem_fun(*this, &Editor::region_fill_selection)));
1862         items.push_back (MenuElem (_("Duplicate range"), bind (mem_fun(*this, &Editor::duplicate_dialog), false)));
1863         items.push_back (MenuElem (_("Create chunk from range"), mem_fun(*this, &Editor::name_selection)));
1864         items.push_back (SeparatorElem());
1865         items.push_back (MenuElem (_("Bounce range"), mem_fun(*this, &Editor::bounce_range_selection)));
1866         items.push_back (MenuElem (_("Export range"), mem_fun(*this, &Editor::export_selection)));
1867
1868         edit_items.push_back (MenuElem (_("Range"), *selection_menu));
1869         edit_items.push_back (SeparatorElem());
1870 }
1871
1872 void
1873 Editor::add_dstream_context_items (Menu_Helpers::MenuList& edit_items)
1874 {
1875         using namespace Menu_Helpers;
1876
1877         /* Playback */
1878
1879         Menu *play_menu = manage (new Menu);
1880         MenuList& play_items = play_menu->items();
1881         play_menu->set_name ("ArdourContextMenu");
1882         
1883         play_items.push_back (MenuElem (_("Play from edit cursor"), mem_fun(*this, &Editor::play_from_edit_cursor)));
1884         play_items.push_back (MenuElem (_("Play from start"), mem_fun(*this, &Editor::play_from_start)));
1885         play_items.push_back (MenuElem (_("Play region"), mem_fun(*this, &Editor::play_selected_region)));
1886         play_items.push_back (SeparatorElem());
1887         play_items.push_back (MenuElem (_("Loop Region"), mem_fun(*this, &Editor::loop_selected_region)));
1888         
1889         edit_items.push_back (MenuElem (_("Play"), *play_menu));
1890
1891         /* Selection */
1892
1893         Menu *select_menu = manage (new Menu);
1894         MenuList& select_items = select_menu->items();
1895         select_menu->set_name ("ArdourContextMenu");
1896         
1897         select_items.push_back (MenuElem (_("Select All in track"), bind (mem_fun(*this, &Editor::select_all_in_track), Selection::Set)));
1898         select_items.push_back (MenuElem (_("Select All"), bind (mem_fun(*this, &Editor::select_all), Selection::Set)));
1899         select_items.push_back (MenuElem (_("Invert selection in track"), mem_fun(*this, &Editor::invert_selection_in_track)));
1900         select_items.push_back (MenuElem (_("Invert selection"), mem_fun(*this, &Editor::invert_selection)));
1901         select_items.push_back (SeparatorElem());
1902         select_items.push_back (MenuElem (_("Set range to loop range"), mem_fun(*this, &Editor::set_selection_from_loop)));
1903         select_items.push_back (MenuElem (_("Set range to punch range"), mem_fun(*this, &Editor::set_selection_from_punch)));
1904         select_items.push_back (SeparatorElem());
1905         select_items.push_back (MenuElem (_("Select all after edit cursor"), bind (mem_fun(*this, &Editor::select_all_selectables_using_cursor), edit_cursor, true)));
1906         select_items.push_back (MenuElem (_("Select all before edit cursor"), bind (mem_fun(*this, &Editor::select_all_selectables_using_cursor), edit_cursor, false)));
1907         select_items.push_back (MenuElem (_("Select all after playhead"), bind (mem_fun(*this, &Editor::select_all_selectables_using_cursor), playhead_cursor, true)));
1908         select_items.push_back (MenuElem (_("Select all before playhead"), bind (mem_fun(*this, &Editor::select_all_selectables_using_cursor), playhead_cursor, false)));
1909         select_items.push_back (MenuElem (_("Select all between cursors"), bind (mem_fun(*this, &Editor::select_all_selectables_between_cursors), playhead_cursor, edit_cursor)));
1910         select_items.push_back (SeparatorElem());
1911
1912         edit_items.push_back (MenuElem (_("Select"), *select_menu));
1913
1914         /* Cut-n-Paste */
1915
1916         Menu *cutnpaste_menu = manage (new Menu);
1917         MenuList& cutnpaste_items = cutnpaste_menu->items();
1918         cutnpaste_menu->set_name ("ArdourContextMenu");
1919         
1920         cutnpaste_items.push_back (MenuElem (_("Cut"), mem_fun(*this, &Editor::cut)));
1921         cutnpaste_items.push_back (MenuElem (_("Copy"), mem_fun(*this, &Editor::copy)));
1922         cutnpaste_items.push_back (MenuElem (_("Paste at edit cursor"), bind (mem_fun(*this, &Editor::paste), 1.0f)));
1923         cutnpaste_items.push_back (MenuElem (_("Paste at mouse"), mem_fun(*this, &Editor::mouse_paste)));
1924
1925         cutnpaste_items.push_back (SeparatorElem());
1926
1927         cutnpaste_items.push_back (MenuElem (_("Align"), bind (mem_fun(*this, &Editor::align), ARDOUR::SyncPoint)));
1928         cutnpaste_items.push_back (MenuElem (_("Align Relative"), bind (mem_fun(*this, &Editor::align_relative), ARDOUR::SyncPoint)));
1929
1930         cutnpaste_items.push_back (SeparatorElem());
1931
1932         cutnpaste_items.push_back (MenuElem (_("Insert chunk"), bind (mem_fun(*this, &Editor::paste_named_selection), 1.0f)));
1933
1934         edit_items.push_back (MenuElem (_("Edit"), *cutnpaste_menu));
1935
1936         /* Adding new material */
1937         
1938         edit_items.push_back (SeparatorElem());
1939         edit_items.push_back (MenuElem (_("Insert Selected Region"), bind (mem_fun(*this, &Editor::insert_region_list_selection), 1.0f)));
1940         edit_items.push_back (MenuElem (_("Insert Existing Audio"), bind (mem_fun(*this, &Editor::add_external_audio_action), ImportToTrack)));
1941
1942         /* Nudge track */
1943
1944         Menu *nudge_menu = manage (new Menu());
1945         MenuList& nudge_items = nudge_menu->items();
1946         nudge_menu->set_name ("ArdourContextMenu");
1947         
1948         edit_items.push_back (SeparatorElem());
1949         nudge_items.push_back (MenuElem (_("Nudge entire track fwd"), (bind (mem_fun(*this, &Editor::nudge_track), false, true))));
1950         nudge_items.push_back (MenuElem (_("Nudge track after edit cursor fwd"), (bind (mem_fun(*this, &Editor::nudge_track), true, true))));
1951         nudge_items.push_back (MenuElem (_("Nudge entire track bwd"), (bind (mem_fun(*this, &Editor::nudge_track), false, false))));
1952         nudge_items.push_back (MenuElem (_("Nudge track after edit cursor bwd"), (bind (mem_fun(*this, &Editor::nudge_track), true, false))));
1953
1954         edit_items.push_back (MenuElem (_("Nudge"), *nudge_menu));
1955 }
1956
1957 void
1958 Editor::add_bus_context_items (Menu_Helpers::MenuList& edit_items)
1959 {
1960         using namespace Menu_Helpers;
1961
1962         /* Playback */
1963
1964         Menu *play_menu = manage (new Menu);
1965         MenuList& play_items = play_menu->items();
1966         play_menu->set_name ("ArdourContextMenu");
1967         
1968         play_items.push_back (MenuElem (_("Play from edit cursor"), mem_fun(*this, &Editor::play_from_edit_cursor)));
1969         play_items.push_back (MenuElem (_("Play from start"), mem_fun(*this, &Editor::play_from_start)));
1970         edit_items.push_back (MenuElem (_("Play"), *play_menu));
1971
1972         /* Selection */
1973
1974         Menu *select_menu = manage (new Menu);
1975         MenuList& select_items = select_menu->items();
1976         select_menu->set_name ("ArdourContextMenu");
1977         
1978         select_items.push_back (MenuElem (_("Select All in track"), bind (mem_fun(*this, &Editor::select_all_in_track), Selection::Set)));
1979         select_items.push_back (MenuElem (_("Select All"), bind (mem_fun(*this, &Editor::select_all), Selection::Set)));
1980         select_items.push_back (MenuElem (_("Invert selection in track"), mem_fun(*this, &Editor::invert_selection_in_track)));
1981         select_items.push_back (MenuElem (_("Invert selection"), mem_fun(*this, &Editor::invert_selection)));
1982         select_items.push_back (SeparatorElem());
1983         select_items.push_back (MenuElem (_("Select all after edit cursor"), bind (mem_fun(*this, &Editor::select_all_selectables_using_cursor), edit_cursor, true)));
1984         select_items.push_back (MenuElem (_("Select all before edit cursor"), bind (mem_fun(*this, &Editor::select_all_selectables_using_cursor), edit_cursor, false)));
1985         select_items.push_back (MenuElem (_("Select all after playhead"), bind (mem_fun(*this, &Editor::select_all_selectables_using_cursor), playhead_cursor, true)));
1986         select_items.push_back (MenuElem (_("Select all before playhead"), bind (mem_fun(*this, &Editor::select_all_selectables_using_cursor), playhead_cursor, false)));
1987
1988         edit_items.push_back (MenuElem (_("Select"), *select_menu));
1989
1990         /* Cut-n-Paste */
1991
1992         Menu *cutnpaste_menu = manage (new Menu);
1993         MenuList& cutnpaste_items = cutnpaste_menu->items();
1994         cutnpaste_menu->set_name ("ArdourContextMenu");
1995         
1996         cutnpaste_items.push_back (MenuElem (_("Cut"), mem_fun(*this, &Editor::cut)));
1997         cutnpaste_items.push_back (MenuElem (_("Copy"), mem_fun(*this, &Editor::copy)));
1998         cutnpaste_items.push_back (MenuElem (_("Paste"), bind (mem_fun(*this, &Editor::paste), 1.0f)));
1999
2000         Menu *nudge_menu = manage (new Menu());
2001         MenuList& nudge_items = nudge_menu->items();
2002         nudge_menu->set_name ("ArdourContextMenu");
2003         
2004         edit_items.push_back (SeparatorElem());
2005         nudge_items.push_back (MenuElem (_("Nudge entire track fwd"), (bind (mem_fun(*this, &Editor::nudge_track), false, true))));
2006         nudge_items.push_back (MenuElem (_("Nudge track after edit cursor fwd"), (bind (mem_fun(*this, &Editor::nudge_track), true, true))));
2007         nudge_items.push_back (MenuElem (_("Nudge entire track bwd"), (bind (mem_fun(*this, &Editor::nudge_track), false, false))));
2008         nudge_items.push_back (MenuElem (_("Nudge track after edit cursor bwd"), (bind (mem_fun(*this, &Editor::nudge_track), true, false))));
2009
2010         edit_items.push_back (MenuElem (_("Nudge"), *nudge_menu));
2011 }
2012
2013 /* CURSOR SETTING AND MARKS AND STUFF */
2014
2015 void
2016 Editor::set_snap_to (SnapType st)
2017 {
2018         snap_type = st;
2019         string str = snap_type_strings[(int) st];
2020
2021         if (str != snap_type_selector.get_active_text()) {
2022                 snap_type_selector.set_active_text (str);
2023         }
2024
2025         instant_save ();
2026
2027         switch (snap_type) {
2028         case SnapToAThirtysecondBeat:
2029         case SnapToASixteenthBeat:
2030         case SnapToAEighthBeat:
2031         case SnapToAQuarterBeat:
2032         case SnapToAThirdBeat:
2033                 update_tempo_based_rulers ();
2034         default:
2035                 /* relax */
2036                 break;
2037     }
2038 }
2039
2040 void
2041 Editor::set_snap_mode (SnapMode mode)
2042 {
2043         snap_mode = mode;
2044         string str = snap_mode_strings[(int)mode];
2045
2046         if (str != snap_mode_selector.get_active_text ()) {
2047                 snap_mode_selector.set_active_text (str);
2048         }
2049
2050         instant_save ();
2051 }
2052
2053 int
2054 Editor::set_state (const XMLNode& node)
2055 {
2056         const XMLProperty* prop;
2057         XMLNode* geometry;
2058         int x, y, xoff, yoff;
2059         Gdk::Geometry g;
2060
2061         if ((prop = node.property ("id")) != 0) {
2062                 _id = prop->value ();
2063         }
2064
2065         if ((geometry = find_named_node (node, "geometry")) == 0) {
2066
2067                 g.base_width = default_width;
2068                 g.base_height = default_height;
2069                 x = 1;
2070                 y = 1;
2071                 xoff = 0;
2072                 yoff = 21;
2073
2074         } else {
2075
2076                 g.base_width = atoi(geometry->property("x_size")->value());
2077                 g.base_height = atoi(geometry->property("y_size")->value());
2078                 x = atoi(geometry->property("x_pos")->value());
2079                 y = atoi(geometry->property("y_pos")->value());
2080                 xoff = atoi(geometry->property("x_off")->value());
2081                 yoff = atoi(geometry->property("y_off")->value());
2082         }
2083
2084         set_default_size (g.base_width, g.base_height);
2085         move (x, y);
2086
2087         if ((prop = node.property ("zoom-focus"))) {
2088                 set_zoom_focus ((ZoomFocus) atoi (prop->value()));
2089         }
2090
2091         if ((prop = node.property ("zoom"))) {
2092                 set_frames_per_unit (PBD::atof (prop->value()));
2093         }
2094
2095         if ((prop = node.property ("snap-to"))) {
2096                 set_snap_to ((SnapType) atoi (prop->value()));
2097         }
2098
2099         if ((prop = node.property ("snap-mode"))) {
2100                 set_snap_mode ((SnapMode) atoi (prop->value()));
2101         }
2102
2103         if ((prop = node.property ("mouse-mode"))) {
2104                 MouseMode m = str2mousemode(prop->value());
2105                 mouse_mode = MouseMode ((int) m + 1); /* lie, force mode switch */
2106                 set_mouse_mode (m, true);
2107         } else {
2108                 mouse_mode = MouseGain; /* lie, to force the mode switch */
2109                 set_mouse_mode (MouseObject, true);
2110         }
2111
2112         if ((prop = node.property ("show-waveforms"))) {
2113                 bool yn = (prop->value() == "yes");
2114                 _show_waveforms = !yn;
2115                 RefPtr<Action> act = ActionManager::get_action (X_("Editor"), X_("ToggleWaveformVisibility"));
2116                 if (act) {
2117                         RefPtr<ToggleAction> tact = RefPtr<ToggleAction>::cast_dynamic(act);
2118                         /* do it twice to force the change */
2119                         tact->set_active (!yn);
2120                         tact->set_active (yn);
2121                 }
2122         }
2123
2124         if ((prop = node.property ("show-waveforms-recording"))) {
2125                 bool yn = (prop->value() == "yes");
2126                 _show_waveforms_recording = !yn;
2127                 RefPtr<Action> act = ActionManager::get_action (X_("Editor"), X_("ToggleWaveformsWhileRecording"));
2128                 if (act) {
2129                         RefPtr<ToggleAction> tact = RefPtr<ToggleAction>::cast_dynamic(act);
2130                         /* do it twice to force the change */
2131                         tact->set_active (!yn);
2132                         tact->set_active (yn);
2133                 }
2134         }
2135         
2136         if ((prop = node.property ("show-measures"))) {
2137                 bool yn = (prop->value() == "yes");
2138                 _show_measures = !yn;
2139                 RefPtr<Action> act = ActionManager::get_action (X_("Editor"), X_("ToggleMeasureVisibility"));
2140                 if (act) {
2141                         RefPtr<ToggleAction> tact = RefPtr<ToggleAction>::cast_dynamic(act);
2142                         /* do it twice to force the change */
2143                         tact->set_active (!yn);
2144                         tact->set_active (yn);
2145                 }
2146         }
2147
2148         if ((prop = node.property ("follow-playhead"))) {
2149                 bool yn = (prop->value() == "yes");
2150                 RefPtr<Action> act = ActionManager::get_action (X_("Editor"), X_("toggle-follow-playhead"));
2151                 if (act) {
2152                         RefPtr<ToggleAction> tact = RefPtr<ToggleAction>::cast_dynamic(act);
2153                         /* do it twice to force the change */
2154                         tact->set_active (!yn);
2155                         tact->set_active (yn);
2156                 }
2157         }
2158
2159
2160         if ((prop = node.property ("region-list-sort-type"))) {
2161                 region_list_sort_type = (Editing::RegionListSortType) -1; // force change 
2162                 reset_region_list_sort_type(str2regionlistsorttype(prop->value()));
2163         }
2164
2165         if ((prop = node.property ("xfades-visible"))) {
2166                 bool yn = (prop->value() == "yes");
2167                 _xfade_visibility = !yn;
2168                 // set_xfade_visibility (yn);
2169         }
2170
2171         if ((prop = node.property ("show-editor-mixer"))) {
2172
2173                 Glib::RefPtr<Action> act = ActionManager::get_action (X_("Editor"), X_("show-editor-mixer"));
2174                 if (act) {
2175
2176                         Glib::RefPtr<ToggleAction> tact = Glib::RefPtr<ToggleAction>::cast_dynamic(act);
2177                         bool yn = (prop->value() == X_("yes"));
2178
2179                         /* do it twice to force the change */
2180                         
2181                         tact->set_active (!yn);
2182                         tact->set_active (yn);
2183                 }
2184         }
2185
2186
2187         return 0;
2188 }
2189
2190 XMLNode&
2191 Editor::get_state ()
2192 {
2193         XMLNode* node = new XMLNode ("Editor");
2194         char buf[32];
2195
2196         _id.print (buf, sizeof (buf));
2197         node->add_property ("id", buf);
2198         
2199         if (is_realized()) {
2200                 Glib::RefPtr<Gdk::Window> win = get_window();
2201                 
2202                 int x, y, xoff, yoff, width, height;
2203                 win->get_root_origin(x, y);
2204                 win->get_position(xoff, yoff);
2205                 win->get_size(width, height);
2206                 
2207                 XMLNode* geometry = new XMLNode ("geometry");
2208
2209                 snprintf(buf, sizeof(buf), "%d", width);
2210                 geometry->add_property("x_size", string(buf));
2211                 snprintf(buf, sizeof(buf), "%d", height);
2212                 geometry->add_property("y_size", string(buf));
2213                 snprintf(buf, sizeof(buf), "%d", x);
2214                 geometry->add_property("x_pos", string(buf));
2215                 snprintf(buf, sizeof(buf), "%d", y);
2216                 geometry->add_property("y_pos", string(buf));
2217                 snprintf(buf, sizeof(buf), "%d", xoff);
2218                 geometry->add_property("x_off", string(buf));
2219                 snprintf(buf, sizeof(buf), "%d", yoff);
2220                 geometry->add_property("y_off", string(buf));
2221                 snprintf(buf,sizeof(buf), "%d",gtk_paned_get_position (static_cast<Paned*>(&edit_pane)->gobj()));
2222                 geometry->add_property("edit_pane_pos", string(buf));
2223
2224                 node->add_child_nocopy (*geometry);
2225         }
2226
2227         snprintf (buf, sizeof(buf), "%d", (int) zoom_focus);
2228         node->add_property ("zoom-focus", buf);
2229         snprintf (buf, sizeof(buf), "%f", frames_per_unit);
2230         node->add_property ("zoom", buf);
2231         snprintf (buf, sizeof(buf), "%d", (int) snap_type);
2232         node->add_property ("snap-to", buf);
2233         snprintf (buf, sizeof(buf), "%d", (int) snap_mode);
2234         node->add_property ("snap-mode", buf);
2235
2236         node->add_property ("show-waveforms", _show_waveforms ? "yes" : "no");
2237         node->add_property ("show-waveforms-recording", _show_waveforms_recording ? "yes" : "no");
2238         node->add_property ("show-measures", _show_measures ? "yes" : "no");
2239         node->add_property ("follow-playhead", _follow_playhead ? "yes" : "no");
2240         node->add_property ("xfades-visible", _xfade_visibility ? "yes" : "no");
2241         node->add_property ("region-list-sort-type", enum2str(region_list_sort_type));
2242         node->add_property ("mouse-mode", enum2str(mouse_mode));
2243         
2244         Glib::RefPtr<Action> act = ActionManager::get_action (X_("Editor"), X_("show-editor-mixer"));
2245         if (act) {
2246                 Glib::RefPtr<ToggleAction> tact = Glib::RefPtr<ToggleAction>::cast_dynamic(act);
2247                 node->add_property (X_("show-editor-mixer"), tact->get_active() ? "yes" : "no");
2248         }
2249
2250         return *node;
2251 }
2252
2253
2254
2255 TimeAxisView *
2256 Editor::trackview_by_y_position (double y)
2257 {
2258         TrackViewList::iterator iter;
2259         TimeAxisView *tv;
2260
2261         for (iter = track_views.begin(); iter != track_views.end(); ++iter) {
2262
2263                 tv = *iter;
2264
2265                 if (tv->hidden()) {
2266                         continue;
2267                 }
2268
2269                 if (tv->y_position <= y && y < ((tv->y_position + tv->height + track_spacing))) {
2270                         return tv;
2271                 }
2272         }
2273
2274         return 0;
2275 }
2276
2277 void
2278 Editor::snap_to (nframes_t& start, int32_t direction, bool for_mark)
2279 {
2280         Location* before = 0;
2281         Location* after = 0;
2282
2283         if (!session) {
2284                 return;
2285         }
2286
2287         const nframes_t one_second = session->frame_rate();
2288         const nframes_t one_minute = session->frame_rate() * 60;
2289
2290         nframes_t presnap = start;
2291
2292         switch (snap_type) {
2293         case SnapToFrame:
2294                 break;
2295
2296         case SnapToCDFrame:
2297                 if (direction) {
2298                         start = (nframes_t) ceil ((double) start / (one_second / 75)) * (one_second / 75);
2299                 } else {
2300                         start = (nframes_t) floor ((double) start / (one_second / 75)) * (one_second / 75);
2301                 }
2302                 break;
2303         case SnapToSMPTEFrame:
2304                 if (direction) {
2305                         start = (nframes_t) (ceil ((double) start / session->frames_per_smpte_frame()) * session->frames_per_smpte_frame());
2306                 } else {
2307                         start = (nframes_t) (floor ((double) start / session->frames_per_smpte_frame()) *  session->frames_per_smpte_frame());
2308                 }
2309                 break;
2310
2311         case SnapToSMPTESeconds:
2312                 if (session->smpte_offset_negative())
2313                 {
2314                         start += session->smpte_offset ();
2315                 } else {
2316                         start -= session->smpte_offset ();
2317                 }    
2318                 if (direction > 0) {
2319                         start = (nframes_t) ceil ((double) start / one_second) * one_second;
2320                 } else {
2321                         start = (nframes_t) floor ((double) start / one_second) * one_second;
2322                 }
2323                 
2324                 if (session->smpte_offset_negative())
2325                 {
2326                         start -= session->smpte_offset ();
2327                 } else {
2328                         start += session->smpte_offset ();
2329                 }
2330                 break;
2331                 
2332         case SnapToSMPTEMinutes:
2333                 if (session->smpte_offset_negative())
2334                 {
2335                         start += session->smpte_offset ();
2336                 } else {
2337                         start -= session->smpte_offset ();
2338                 }
2339                 if (direction) {
2340                         start = (nframes_t) ceil ((double) start / one_minute) * one_minute;
2341                 } else {
2342                         start = (nframes_t) floor ((double) start / one_minute) * one_minute;
2343                 }
2344                 if (session->smpte_offset_negative())
2345                 {
2346                         start -= session->smpte_offset ();
2347                 } else {
2348                         start += session->smpte_offset ();
2349                 }
2350                 break;
2351                 
2352         case SnapToSeconds:
2353                 if (direction) {
2354                         start = (nframes_t) ceil ((double) start / one_second) * one_second;
2355                 } else {
2356                         start = (nframes_t) floor ((double) start / one_second) * one_second;
2357                 }
2358                 break;
2359                 
2360         case SnapToMinutes:
2361                 if (direction) {
2362                         start = (nframes_t) ceil ((double) start / one_minute) * one_minute;
2363                 } else {
2364                         start = (nframes_t) floor ((double) start / one_minute) * one_minute;
2365                 }
2366                 break;
2367
2368         case SnapToBar:
2369                 start = session->tempo_map().round_to_bar (start, direction);
2370                 break;
2371
2372         case SnapToBeat:
2373                 start = session->tempo_map().round_to_beat (start, direction);
2374                 break;
2375
2376         case SnapToAThirtysecondBeat:
2377                 start = session->tempo_map().round_to_beat_subdivision (start, 32);
2378                 break;
2379
2380         case SnapToASixteenthBeat:
2381                 start = session->tempo_map().round_to_beat_subdivision (start, 16);
2382                 break;
2383
2384         case SnapToAEighthBeat:
2385                 start = session->tempo_map().round_to_beat_subdivision (start, 8);
2386                 break;
2387
2388         case SnapToAQuarterBeat:
2389                 start = session->tempo_map().round_to_beat_subdivision (start, 4);
2390                 break;
2391
2392         case SnapToAThirdBeat:
2393                 start = session->tempo_map().round_to_beat_subdivision (start, 3);
2394                 break;
2395
2396         case SnapToEditCursor:
2397                 start = edit_cursor->current_frame;
2398                 break;
2399
2400         case SnapToMark:
2401                 if (for_mark) {
2402                         return;
2403                 }
2404
2405                 before = session->locations()->first_location_before (start);
2406                 after = session->locations()->first_location_after (start);
2407
2408                 if (direction < 0) {
2409                         if (before) {
2410                                 start = before->start();
2411                         } else {
2412                                 start = 0;
2413                         }
2414                 } else if (direction > 0) {
2415                         if (after) {
2416                                 start = after->start();
2417                         } else {
2418                                 start = session->current_end_frame();
2419                         }
2420                 } else {
2421                         if (before) {
2422                                 if (after) {
2423                                         /* find nearest of the two */
2424                                         if ((start - before->start()) < (after->start() - start)) {
2425                                                 start = before->start();
2426                                         } else {
2427                                                 start = after->start();
2428                                         }
2429                                 } else {
2430                                         start = before->start();
2431                                 }
2432                         } else if (after) {
2433                                 start = after->start();
2434                         } else {
2435                                 /* relax */
2436                         }
2437                 }
2438                 break;
2439
2440         case SnapToRegionStart:
2441         case SnapToRegionEnd:
2442         case SnapToRegionSync:
2443         case SnapToRegionBoundary:
2444                 if (!region_boundary_cache.empty()) {
2445                         vector<nframes_t>::iterator i;
2446
2447                         if (direction > 0) {
2448                                 i = std::upper_bound (region_boundary_cache.begin(), region_boundary_cache.end(), start);
2449                         } else {
2450                                 i = std::lower_bound (region_boundary_cache.begin(), region_boundary_cache.end(), start);
2451                         }
2452                         
2453                         if (i != region_boundary_cache.end()) {
2454                                 start = *i;
2455                         } else {
2456                                 start = region_boundary_cache.back();
2457                         }
2458                 }
2459                 break;
2460         }
2461
2462         switch (snap_mode) {
2463         case SnapNormal:
2464                 return;                 
2465                 
2466         case SnapMagnetic:
2467                 
2468                 if (presnap > start) {
2469                         if (presnap > (start + unit_to_frame(snap_threshold))) {
2470                                 start = presnap;
2471                         }
2472                         
2473                 } else if (presnap < start) {
2474                         if (presnap < (start - unit_to_frame(snap_threshold))) {
2475                                 start = presnap;
2476                         }
2477                 }
2478                 
2479         default:
2480                 return;
2481                 
2482         }
2483 }
2484
2485 void
2486 Editor::setup_toolbar ()
2487 {
2488         string pixmap_path;
2489
2490         const guint32 FUDGE = 18; // Combo's are stupid - they steal space from the entry for the button
2491
2492
2493         /* Mode Buttons (tool selection) */
2494
2495         vector<ToggleButton *> mouse_mode_buttons;
2496
2497         mouse_move_button.add (*(manage (new Image (::get_icon("tool_object")))));
2498         mouse_move_button.set_relief(Gtk::RELIEF_NONE);
2499         mouse_mode_buttons.push_back (&mouse_move_button);
2500         mouse_select_button.add (*(manage (new Image (get_xpm("tool_range.xpm")))));
2501         mouse_select_button.set_relief(Gtk::RELIEF_NONE);
2502         mouse_mode_buttons.push_back (&mouse_select_button);
2503         mouse_gain_button.add (*(manage (new Image (::get_icon("tool_gain")))));
2504         mouse_gain_button.set_relief(Gtk::RELIEF_NONE);
2505         mouse_mode_buttons.push_back (&mouse_gain_button);
2506         mouse_zoom_button.add (*(manage (new Image (::get_icon("tool_zoom")))));
2507         mouse_zoom_button.set_relief(Gtk::RELIEF_NONE);
2508         mouse_mode_buttons.push_back (&mouse_zoom_button);
2509         mouse_timefx_button.add (*(manage (new Image (::get_icon("tool_stretch")))));
2510         mouse_timefx_button.set_relief(Gtk::RELIEF_NONE);
2511         mouse_mode_buttons.push_back (&mouse_timefx_button);
2512         mouse_audition_button.add (*(manage (new Image (::get_icon("tool_audition")))));
2513         mouse_audition_button.set_relief(Gtk::RELIEF_NONE);
2514         mouse_mode_buttons.push_back (&mouse_audition_button);
2515         
2516         mouse_mode_button_set = new GroupedButtons (mouse_mode_buttons);
2517
2518         HBox* mode_box = manage(new HBox);
2519         mode_box->set_border_width (2);
2520         mode_box->set_spacing(4);
2521         mouse_mode_button_box.set_spacing(1);
2522         mouse_mode_button_box.pack_start(mouse_move_button, true, true);
2523         mouse_mode_button_box.pack_start(mouse_select_button, true, true);
2524         mouse_mode_button_box.pack_start(mouse_zoom_button, true, true);
2525         mouse_mode_button_box.pack_start(mouse_gain_button, true, true);
2526         mouse_mode_button_box.pack_start(mouse_timefx_button, true, true);
2527         mouse_mode_button_box.pack_start(mouse_audition_button, true, true);
2528         mouse_mode_button_box.set_homogeneous(true);
2529
2530         vector<string> edit_mode_strings;
2531         edit_mode_strings.push_back (edit_mode_to_string (Splice));
2532         edit_mode_strings.push_back (edit_mode_to_string (Slide));
2533
2534         edit_mode_selector.set_name ("EditModeSelector");
2535         Gtkmm2ext::set_size_request_to_display_given_text (edit_mode_selector, longest (edit_mode_strings).c_str(), 2+FUDGE, 10);
2536         set_popdown_strings (edit_mode_selector, edit_mode_strings);
2537         edit_mode_selector.signal_changed().connect (mem_fun(*this, &Editor::edit_mode_selection_done));
2538
2539         mode_box->pack_start(edit_mode_selector);
2540         mode_box->pack_start(mouse_mode_button_box);
2541         
2542         mouse_mode_tearoff = manage (new TearOff (*mode_box));
2543         mouse_mode_tearoff->set_name ("MouseModeBase");
2544
2545         mouse_mode_tearoff->Detach.connect (bind (mem_fun(*this, &Editor::detach_tearoff), static_cast<Box*>(&toolbar_hbox), 
2546                                                   &mouse_mode_tearoff->tearoff_window()));
2547         mouse_mode_tearoff->Attach.connect (bind (mem_fun(*this, &Editor::reattach_tearoff), static_cast<Box*> (&toolbar_hbox), 
2548                                                   &mouse_mode_tearoff->tearoff_window(), 1));
2549         mouse_mode_tearoff->Hidden.connect (bind (mem_fun(*this, &Editor::detach_tearoff), static_cast<Box*>(&toolbar_hbox), 
2550                                                   &mouse_mode_tearoff->tearoff_window()));
2551         mouse_mode_tearoff->Visible.connect (bind (mem_fun(*this, &Editor::reattach_tearoff), static_cast<Box*> (&toolbar_hbox), 
2552                                                    &mouse_mode_tearoff->tearoff_window(), 1));
2553
2554         mouse_move_button.set_name ("MouseModeButton");
2555         mouse_select_button.set_name ("MouseModeButton");
2556         mouse_gain_button.set_name ("MouseModeButton");
2557         mouse_zoom_button.set_name ("MouseModeButton");
2558         mouse_timefx_button.set_name ("MouseModeButton");
2559         mouse_audition_button.set_name ("MouseModeButton");
2560
2561         ARDOUR_UI::instance()->tooltips().set_tip (mouse_move_button, _("Select/Move Objects"));
2562         ARDOUR_UI::instance()->tooltips().set_tip (mouse_select_button, _("Select/Move Ranges"));
2563         ARDOUR_UI::instance()->tooltips().set_tip (mouse_gain_button, _("Draw Gain Automation"));
2564         ARDOUR_UI::instance()->tooltips().set_tip (mouse_zoom_button, _("Select Zoom Range"));
2565         ARDOUR_UI::instance()->tooltips().set_tip (mouse_timefx_button, _("Stretch/Shrink Regions"));
2566         ARDOUR_UI::instance()->tooltips().set_tip (mouse_audition_button, _("Listen to Specific Regions"));
2567
2568         mouse_move_button.unset_flags (CAN_FOCUS);
2569         mouse_select_button.unset_flags (CAN_FOCUS);
2570         mouse_gain_button.unset_flags (CAN_FOCUS);
2571         mouse_zoom_button.unset_flags (CAN_FOCUS);
2572         mouse_timefx_button.unset_flags (CAN_FOCUS);
2573         mouse_audition_button.unset_flags (CAN_FOCUS);
2574
2575         mouse_select_button.signal_toggled().connect (bind (mem_fun(*this, &Editor::mouse_mode_toggled), Editing::MouseRange));
2576         mouse_select_button.signal_button_release_event().connect (mem_fun(*this, &Editor::mouse_select_button_release));
2577
2578         mouse_move_button.signal_toggled().connect (bind (mem_fun(*this, &Editor::mouse_mode_toggled), Editing::MouseObject));
2579         mouse_gain_button.signal_toggled().connect (bind (mem_fun(*this, &Editor::mouse_mode_toggled), Editing::MouseGain));
2580         mouse_zoom_button.signal_toggled().connect (bind (mem_fun(*this, &Editor::mouse_mode_toggled), Editing::MouseZoom));
2581         mouse_timefx_button.signal_toggled().connect (bind (mem_fun(*this, &Editor::mouse_mode_toggled), Editing::MouseTimeFX));
2582         mouse_audition_button.signal_toggled().connect (bind (mem_fun(*this, &Editor::mouse_mode_toggled), Editing::MouseAudition));
2583
2584         // mouse_move_button.set_active (true);
2585         
2586
2587         /* Zoom */
2588         
2589         zoom_box.set_spacing (1);
2590         zoom_box.set_border_width (2);
2591
2592         zoom_in_button.set_name ("EditorTimeButton");
2593         zoom_in_button.add (*(manage (new Image (::get_icon("zoom_in")))));
2594         zoom_in_button.signal_clicked().connect (bind (mem_fun(*this, &Editor::temporal_zoom_step), false));
2595         ARDOUR_UI::instance()->tooltips().set_tip (zoom_in_button, _("Zoom In"));
2596         
2597         zoom_out_button.set_name ("EditorTimeButton");
2598         zoom_out_button.add (*(manage (new Image (::get_icon("zoom_out")))));
2599         zoom_out_button.signal_clicked().connect (bind (mem_fun(*this, &Editor::temporal_zoom_step), true));
2600         ARDOUR_UI::instance()->tooltips().set_tip (zoom_out_button, _("Zoom Out"));
2601
2602         zoom_out_full_button.set_name ("EditorTimeButton");
2603         zoom_out_full_button.add (*(manage (new Image (::get_icon("zoom_full")))));
2604         zoom_out_full_button.signal_clicked().connect (mem_fun(*this, &Editor::temporal_zoom_session));
2605         ARDOUR_UI::instance()->tooltips().set_tip (zoom_out_full_button, _("Zoom to Session"));
2606         
2607         zoom_box.pack_start (zoom_out_button, false, false);
2608         zoom_box.pack_start (zoom_in_button, false, false);
2609         zoom_box.pack_start (zoom_range_clock, false, false);   
2610         zoom_box.pack_start (zoom_out_full_button, false, false);
2611         
2612         ARDOUR_UI::instance()->tooltips().set_tip (zoom_range_clock, _("Current Zoom Range\n(Width of visible area)"));
2613
2614         zoom_focus_selector.set_name ("ZoomFocusSelector");
2615         Gtkmm2ext::set_size_request_to_display_given_text (zoom_focus_selector, "Focus Center", 2+FUDGE, 0);
2616         set_popdown_strings (zoom_focus_selector, zoom_focus_strings);
2617         zoom_focus_selector.signal_changed().connect (mem_fun(*this, &Editor::zoom_focus_selection_done));
2618         ARDOUR_UI::instance()->tooltips().set_tip (zoom_focus_selector, _("Zoom focus"));
2619
2620         zoom_box.pack_start (zoom_focus_selector, false, false);
2621
2622
2623         /* Edit Cursor / Snap */
2624
2625         snap_box.set_spacing (1);
2626         snap_box.set_border_width (2);
2627
2628         snap_type_selector.set_name ("SnapTypeSelector");
2629         Gtkmm2ext::set_size_request_to_display_given_text (snap_type_selector, "SMPTE Seconds", 2+FUDGE, 10);
2630         set_popdown_strings (snap_type_selector, snap_type_strings);
2631         snap_type_selector.signal_changed().connect (mem_fun(*this, &Editor::snap_type_selection_done));
2632         ARDOUR_UI::instance()->tooltips().set_tip (snap_type_selector, _("Unit to snap cursors and ranges to"));
2633
2634         snap_mode_selector.set_name ("SnapModeSelector");
2635         Gtkmm2ext::set_size_request_to_display_given_text (snap_mode_selector, "Magnetic Snap", 2+FUDGE, 10);
2636         set_popdown_strings (snap_mode_selector, snap_mode_strings);
2637         snap_mode_selector.signal_changed().connect (mem_fun(*this, &Editor::snap_mode_selection_done));
2638
2639         snap_box.pack_start (edit_cursor_clock, false, false);
2640         snap_box.pack_start (snap_mode_selector, false, false);
2641         snap_box.pack_start (snap_type_selector, false, false);
2642
2643
2644         /* Nudge */
2645
2646         HBox *nudge_box = manage (new HBox);
2647         nudge_box->set_spacing(1);
2648         nudge_box->set_border_width (2);
2649
2650         nudge_forward_button.signal_clicked().connect (bind (mem_fun(*this, &Editor::nudge_forward), false));
2651         nudge_backward_button.signal_clicked().connect (bind (mem_fun(*this, &Editor::nudge_backward), false));
2652
2653         nudge_box->pack_start (nudge_backward_button, false, false);
2654         nudge_box->pack_start (nudge_forward_button, false, false);
2655         nudge_box->pack_start (nudge_clock, false, false);
2656
2657
2658         /* Pack everything in... */
2659
2660         HBox* hbox = new HBox;
2661         hbox->set_spacing(10);
2662
2663         tools_tearoff = new TearOff (*hbox);
2664         tools_tearoff->set_name ("MouseModeBase");
2665
2666         tools_tearoff->Detach.connect (bind (mem_fun(*this, &Editor::detach_tearoff), static_cast<Box*>(&toolbar_hbox), 
2667                                              &tools_tearoff->tearoff_window()));
2668         tools_tearoff->Attach.connect (bind (mem_fun(*this, &Editor::reattach_tearoff), static_cast<Box*> (&toolbar_hbox), 
2669                                              &tools_tearoff->tearoff_window(), 0));
2670         tools_tearoff->Hidden.connect (bind (mem_fun(*this, &Editor::detach_tearoff), static_cast<Box*>(&toolbar_hbox), 
2671                                              &tools_tearoff->tearoff_window()));
2672         tools_tearoff->Visible.connect (bind (mem_fun(*this, &Editor::reattach_tearoff), static_cast<Box*> (&toolbar_hbox), 
2673                                               &tools_tearoff->tearoff_window(), 0));
2674
2675         toolbar_hbox.set_spacing (10);
2676         toolbar_hbox.set_border_width (1);
2677
2678         toolbar_hbox.pack_start (*mouse_mode_tearoff, false, false);
2679         toolbar_hbox.pack_start (*tools_tearoff, false, false);
2680
2681         
2682         hbox->pack_start (snap_box, false, false);
2683         hbox->pack_start (zoom_box, false, false); 
2684         hbox->pack_start (*nudge_box, false, false);
2685
2686         hbox->show_all ();
2687         
2688         toolbar_base.set_name ("ToolBarBase");
2689         toolbar_base.add (toolbar_hbox);
2690
2691         toolbar_frame.set_shadow_type (SHADOW_OUT);
2692         toolbar_frame.set_name ("BaseFrame");
2693         toolbar_frame.add (toolbar_base);
2694 }
2695
2696 int
2697 Editor::convert_drop_to_paths (vector<ustring>& paths, 
2698                                const RefPtr<Gdk::DragContext>& context,
2699                                gint                x,
2700                                gint                y,
2701                                const SelectionData& data,
2702                                guint               info,
2703                                guint               time)                               
2704
2705 {       
2706         if (session == 0) {
2707                 return -1;
2708         }
2709
2710         vector<ustring> uris = data.get_uris();
2711
2712         if (uris.empty()) {
2713                 
2714                 /* This is seriously fucked up. Nautilus doesn't say that its URI lists
2715                    are actually URI lists. So do it by hand.
2716                 */
2717
2718                 if (data.get_target() != "text/plain") {
2719                         return -1;
2720                 }
2721   
2722                 /* Parse the "uri-list" format that Nautilus provides, 
2723                    where each pathname is delimited by \r\n
2724                 */
2725         
2726                 const char* p = data.get_text().c_str();
2727                 const char* q;
2728
2729                 while (p)
2730                 {
2731                         if (*p != '#')
2732                         {
2733                                 while (g_ascii_isspace (*p))
2734                                         p++;
2735                                 
2736                                 q = p;
2737                                 while (*q && (*q != '\n') && (*q != '\r'))
2738                                         q++;
2739                                 
2740                                 if (q > p)
2741                                 {
2742                                         q--;
2743                                         while (q > p && g_ascii_isspace (*q))
2744                                                 q--;
2745                                         
2746                                         if (q > p)
2747                                         {
2748                                                 uris.push_back (ustring (p, q - p + 1));
2749                                         }
2750                                 }
2751                         }
2752                         p = strchr (p, '\n');
2753                         if (p)
2754                                 p++;
2755                 }
2756
2757                 if (uris.empty()) {
2758                         return -1;
2759                 }
2760         }
2761         
2762         for (vector<ustring>::iterator i = uris.begin(); i != uris.end(); ++i) {
2763                 if ((*i).substr (0,7) == "file://") {
2764                         string p = *i;
2765                         PBD::url_decode (p);
2766                         paths.push_back (p.substr (7));
2767                 }
2768         }
2769
2770         return 0;
2771 }
2772
2773 void
2774 Editor::new_tempo_section ()
2775
2776 {
2777 }
2778
2779 void
2780 Editor::map_transport_state ()
2781 {
2782         ENSURE_GUI_THREAD (mem_fun(*this, &Editor::map_transport_state));
2783
2784         if (session->transport_stopped()) {
2785                 have_pending_keyboard_selection = false;
2786         }
2787 }
2788
2789 /* UNDO/REDO */
2790
2791 Editor::State::State ()
2792 {
2793         selection = new Selection;
2794 }
2795
2796 Editor::State::~State ()
2797 {
2798         delete selection;
2799 }
2800
2801 UndoAction
2802 Editor::get_memento () const
2803 {
2804         State *state = new State;
2805
2806         store_state (*state);
2807         return bind (mem_fun (*(const_cast<Editor*>(this)), &Editor::restore_state), state);
2808 }
2809
2810 void
2811 Editor::store_state (State& state) const
2812 {
2813         *state.selection = *selection;
2814 }
2815
2816 void
2817 Editor::restore_state (State *state)
2818 {
2819         if (*selection == *state->selection) {
2820                 return;
2821         }
2822
2823         *selection = *state->selection;
2824         time_selection_changed ();
2825         region_selection_changed ();   
2826
2827         /* XXX other selection change handlers? */
2828 }
2829
2830 void
2831 Editor::begin_reversible_command (string name)
2832 {
2833         if (session) {
2834                 before = &get_state();
2835                 session->begin_reversible_command (name);
2836         }
2837 }
2838
2839 void
2840 Editor::commit_reversible_command ()
2841 {
2842         if (session) {
2843                 session->commit_reversible_command (new MementoCommand<Editor>(*this, before, &get_state()));
2844         }
2845 }
2846
2847 bool
2848 Editor::set_selected_track (TimeAxisView& view, Selection::Operation op, bool no_remove)
2849 {
2850         bool commit = false;
2851
2852         switch (op) {
2853         case Selection::Toggle:
2854                 if (selection->selected (&view)) {
2855                         if (!no_remove) {
2856                                 selection->remove (&view);
2857                                 commit = true;
2858                         }
2859                 } else {
2860                         selection->add (&view);
2861                         commit = false;
2862                 }
2863                 break;
2864
2865         case Selection::Add:
2866                 if (!selection->selected (&view)) {
2867                         selection->add (&view);
2868                         commit = true;
2869                 }
2870                 break;
2871
2872         case Selection::Set:
2873                 if (selection->selected (&view) && selection->tracks.size() == 1) {
2874                         /* no commit necessary */
2875                 } 
2876
2877                 selection->set (&view);
2878                 break;
2879                 
2880         case Selection::Extend:
2881                 /* not defined yet */
2882                 break;
2883         }
2884
2885         return commit;
2886 }
2887
2888 bool
2889 Editor::set_selected_track_from_click (Selection::Operation op, bool no_remove)
2890 {
2891         if (!clicked_trackview) {
2892                 return false;
2893         }
2894         
2895         return set_selected_track (*clicked_trackview, op, no_remove);
2896 }
2897
2898 bool
2899 Editor::set_selected_control_point_from_click (Selection::Operation op, bool no_remove)
2900 {
2901         if (!clicked_control_point) {
2902                 return false;
2903         }
2904
2905         /* select this point and any others that it represents */
2906
2907         double y1, y2;
2908         nframes_t x1, x2;
2909
2910         x1 = pixel_to_frame (clicked_control_point->get_x() - 10);
2911         x2 = pixel_to_frame (clicked_control_point->get_x() + 10);
2912         y1 = clicked_control_point->get_x() - 10;
2913         y2 = clicked_control_point->get_y() + 10;
2914
2915         return select_all_within (x1, x2, y1, y2, op);
2916 }
2917
2918 void
2919 Editor::get_relevant_audio_tracks (set<AudioTimeAxisView*>& relevant_tracks)
2920 {
2921         /* step one: get all selected tracks and all tracks in the relevant edit groups */
2922
2923         for (TrackSelection::iterator ti = selection->tracks.begin(); ti != selection->tracks.end(); ++ti) {
2924
2925                 AudioTimeAxisView* atv = dynamic_cast<AudioTimeAxisView*>(*ti);
2926
2927                 if (!atv) {
2928                         continue;
2929                 }
2930
2931                 RouteGroup* group = atv->route()->edit_group();
2932
2933                 if (group && group->is_active()) {
2934                         
2935                         /* active group for this track, loop over all tracks and get every member of the group */
2936
2937                         for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) {
2938                                 
2939                                 AudioTimeAxisView* tatv;
2940                                 
2941                                 if ((tatv = dynamic_cast<AudioTimeAxisView*> (*i)) != 0) {
2942                                         
2943                                         if (tatv->route()->edit_group() == group) {
2944                                                 relevant_tracks.insert (tatv);
2945                                         }
2946                                 }
2947                         }
2948                 } else {
2949                         relevant_tracks.insert (atv);
2950                 }
2951         }
2952 }
2953
2954 void
2955 Editor::mapover_audio_tracks (slot<void,AudioTimeAxisView&,uint32_t> sl)
2956 {
2957         set<AudioTimeAxisView*> relevant_tracks;
2958
2959         get_relevant_audio_tracks (relevant_tracks);
2960
2961         uint32_t sz = relevant_tracks.size();
2962
2963         for (set<AudioTimeAxisView*>::iterator ati = relevant_tracks.begin(); ati != relevant_tracks.end(); ++ati) {
2964                 sl (**ati, sz);
2965         }
2966 }
2967
2968 void
2969 Editor::mapped_set_selected_regionview_from_click (RouteTimeAxisView& tv, uint32_t ignored, 
2970                                                    RegionView* basis, vector<RegionView*>* all_equivs)
2971 {
2972         Playlist* pl;
2973         vector<boost::shared_ptr<Region> > results;
2974         RegionView* marv;
2975         boost::shared_ptr<Diskstream> ds;
2976
2977         if ((ds = tv.get_diskstream()) == 0) {
2978                 /* bus */
2979                 return;
2980         }
2981
2982         if (&tv == &basis->get_time_axis_view()) {
2983                 /* looking in same track as the original */
2984                 return;
2985         }
2986
2987         
2988         if ((pl = dynamic_cast<Playlist*>(ds->playlist())) != 0) {
2989                 pl->get_equivalent_regions (basis->region(), results);
2990         }
2991         
2992         for (vector<boost::shared_ptr<Region> >::iterator ir = results.begin(); ir != results.end(); ++ir) {
2993                 if ((marv = tv.view()->find_view (*ir)) != 0) {
2994                         all_equivs->push_back (marv);
2995                 }
2996         }
2997 }
2998
2999 bool
3000 Editor::set_selected_regionview_from_click (bool press, Selection::Operation op, bool no_track_remove)
3001 {
3002         vector<RegionView*> all_equivalent_regions;
3003         bool commit = false;
3004
3005         if (!clicked_regionview || !clicked_audio_trackview) {
3006                 return false;
3007         }
3008
3009         if (op == Selection::Toggle || op == Selection::Set) {
3010                 
3011                 mapover_audio_tracks (bind (mem_fun (*this, &Editor::mapped_set_selected_regionview_from_click), 
3012                                             clicked_regionview, &all_equivalent_regions));
3013                 
3014                 
3015                 /* add clicked regionview since we skipped all other regions in the same track as the one it was in */
3016                 
3017                 all_equivalent_regions.push_back (clicked_regionview);
3018                 
3019                 switch (op) {
3020                 case Selection::Toggle:
3021                         
3022                         if (clicked_regionview->get_selected()) {
3023                                 if (press) {
3024
3025                                         /* whatever was clicked was selected already; do nothing here but allow
3026                                            the button release to deselect it
3027                                         */
3028
3029                                         button_release_can_deselect = true;
3030
3031                                 } else {
3032
3033                                         if (button_release_can_deselect) {
3034
3035                                                 /* just remove this one region, but only on a permitted button release */
3036
3037                                                 selection->remove (clicked_regionview);
3038                                                 commit = true;
3039
3040                                                 /* no more deselect action on button release till a new press
3041                                                    finds an already selected object.
3042                                                 */
3043
3044                                                 button_release_can_deselect = false;
3045                                         }
3046                                 } 
3047
3048                         } else {
3049
3050                                 if (press) {
3051                                         /* add all the equivalent regions, but only on button press */
3052                                         
3053                                         if (!all_equivalent_regions.empty()) {
3054                                                 commit = true;
3055                                         }
3056                                         
3057                                         for (vector<RegionView*>::iterator i = all_equivalent_regions.begin(); i != all_equivalent_regions.end(); ++i) {
3058                                                 selection->add (*i);
3059                                         }
3060                                 } 
3061                         }
3062                         break;
3063                         
3064                 case Selection::Set:
3065                         if (!clicked_regionview->get_selected()) {
3066                                 selection->set (all_equivalent_regions);
3067                                 commit = true;
3068                         } else {
3069                                 /* no commit necessary: clicked on an already selected region */
3070                                 goto out;
3071                         }
3072                         break;
3073
3074                 default:
3075                         /* silly compiler */
3076                         break;
3077                 }
3078
3079         } else if (op == Selection::Extend) {
3080
3081                 list<Selectable*> results;
3082                 nframes_t last_frame;
3083                 nframes_t first_frame;
3084
3085                 /* 1. find the last selected regionview in the track that was clicked in */
3086
3087                 last_frame = 0;
3088                 first_frame = max_frames;
3089
3090                 for (RegionSelection::iterator x = selection->regions.begin(); x != selection->regions.end(); ++x) {
3091                         if (&(*x)->get_time_axis_view() == &clicked_regionview->get_time_axis_view()) {
3092
3093                                 if ((*x)->region()->last_frame() > last_frame) {
3094                                         last_frame = (*x)->region()->last_frame();
3095                                 }
3096
3097                                 if ((*x)->region()->first_frame() < first_frame) {
3098                                         first_frame = (*x)->region()->first_frame();
3099                                 }
3100                         }
3101                 }
3102
3103                 /* 2. figure out the boundaries for our search for new objects */
3104
3105                 switch (clicked_regionview->region()->coverage (first_frame, last_frame)) {
3106                 case OverlapNone:
3107                         if (last_frame < clicked_regionview->region()->first_frame()) {
3108                                 first_frame = last_frame;
3109                                 last_frame = clicked_regionview->region()->last_frame();
3110                         } else {
3111                                 last_frame = first_frame;
3112                                 first_frame = clicked_regionview->region()->first_frame();
3113                         }
3114                         break;
3115
3116                 case OverlapExternal:
3117                         if (last_frame < clicked_regionview->region()->first_frame()) {
3118                                 first_frame = last_frame;
3119                                 last_frame = clicked_regionview->region()->last_frame();
3120                         } else {
3121                                 last_frame = first_frame;
3122                                 first_frame = clicked_regionview->region()->first_frame();
3123                         }
3124                         break;
3125
3126                 case OverlapInternal:
3127                         if (last_frame < clicked_regionview->region()->first_frame()) {
3128                                 first_frame = last_frame;
3129                                 last_frame = clicked_regionview->region()->last_frame();
3130                         } else {
3131                                 last_frame = first_frame;
3132                                 first_frame = clicked_regionview->region()->first_frame();
3133                         }
3134                         break;
3135
3136                 case OverlapStart:
3137                 case OverlapEnd:
3138                         /* nothing to do except add clicked region to selection, since it
3139                            overlaps with the existing selection in this track.
3140                         */
3141                         break;
3142                 }
3143
3144                 /* 2. find all selectable objects (regionviews in this case) between that one and the end of the
3145                       one that was clicked.
3146                 */
3147
3148                 set<AudioTimeAxisView*> relevant_tracks;
3149                 
3150                 get_relevant_audio_tracks (relevant_tracks);
3151                 
3152                 for (set<AudioTimeAxisView*>::iterator t = relevant_tracks.begin(); t != relevant_tracks.end(); ++t) {
3153                         (*t)->get_selectables (first_frame, last_frame, -1.0, -1.0, results);
3154                 }
3155                 
3156                 /* 3. convert to a vector of audio regions */
3157
3158                 vector<RegionView*> regions;
3159                 
3160                 for (list<Selectable*>::iterator x = results.begin(); x != results.end(); ++x) {
3161                         RegionView* arv;
3162
3163                         if ((arv = dynamic_cast<RegionView*>(*x)) != 0) {
3164                                 regions.push_back (arv);
3165                         }
3166                 }
3167
3168                 if (!regions.empty()) {
3169                         selection->add (regions);
3170                         commit = true;
3171                 }
3172         }
3173
3174   out:
3175         return commit;
3176 }
3177
3178 void
3179 Editor::set_selected_regionview_from_region_list (boost::shared_ptr<Region> region, Selection::Operation op)
3180 {
3181         vector<RegionView*> all_equivalent_regions;
3182
3183         for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) {
3184                 
3185                 RouteTimeAxisView* tatv;
3186                 
3187                 if ((tatv = dynamic_cast<RouteTimeAxisView*> (*i)) != 0) {
3188                         
3189                         Playlist* pl;
3190                         vector<boost::shared_ptr<Region> > results;
3191                         RegionView* marv;
3192                         boost::shared_ptr<Diskstream> ds;
3193                         
3194                         if ((ds = tatv->get_diskstream()) == 0) {
3195                                 /* bus */
3196                                 continue;
3197                         }
3198
3199                         if ((pl = dynamic_cast<Playlist*>(ds->playlist())) != 0) {
3200                                 pl->get_region_list_equivalent_regions (region, results);
3201                         }
3202                         
3203                         for (vector<boost::shared_ptr<Region> >::iterator ir = results.begin(); ir != results.end(); ++ir) {
3204                                 if ((marv = tatv->view()->find_view (*ir)) != 0) {
3205                                         all_equivalent_regions.push_back (marv);
3206                                 }
3207                         }
3208                         
3209                 }
3210         }
3211         
3212         begin_reversible_command (_("set selected regions"));
3213         
3214         switch (op) {
3215         case Selection::Toggle:
3216                 /* XXX this is not correct */
3217                 selection->toggle (all_equivalent_regions);
3218                 break;
3219         case Selection::Set:
3220                 selection->set (all_equivalent_regions);
3221                 break;
3222         case Selection::Extend:
3223                 selection->add (all_equivalent_regions);
3224                 break;
3225         case Selection::Add:
3226                 selection->add (all_equivalent_regions);
3227                 break;
3228         }
3229
3230         commit_reversible_command () ;
3231 }
3232
3233 bool
3234 Editor::set_selected_regionview_from_map_event (GdkEventAny* ev, StreamView* sv, boost::weak_ptr<Region> weak_r)
3235 {
3236         RegionView* rv;
3237         boost::shared_ptr<Region> r (weak_r.lock());
3238
3239         if (!r) {
3240                 return true;
3241         }
3242
3243         boost::shared_ptr<AudioRegion> ar;
3244
3245         if ((ar = boost::dynamic_pointer_cast<AudioRegion> (r)) == 0) {
3246                 return true;
3247         }
3248
3249         if ((rv = sv->find_view (ar)) == 0) {
3250                 return true;
3251         }
3252
3253         /* don't reset the selection if its something other than 
3254            a single other region.
3255         */
3256
3257         if (selection->regions.size() > 1) {
3258                 return true;
3259         }
3260         
3261         begin_reversible_command (_("set selected regions"));
3262         
3263         selection->set (rv);
3264
3265         commit_reversible_command () ;
3266
3267         return true;
3268 }
3269
3270 void
3271 Editor::set_edit_group_solo (Route& route, bool yn)
3272 {
3273         RouteGroup *edit_group;
3274
3275         if ((edit_group = route.edit_group()) != 0) {
3276                 edit_group->apply (&Route::set_solo, yn, this);
3277         } else {
3278                 route.set_solo (yn, this);
3279         }
3280 }
3281
3282 void
3283 Editor::set_edit_group_mute (Route& route, bool yn)
3284 {
3285         RouteGroup *edit_group = 0;
3286
3287         if ((edit_group == route.edit_group()) != 0) {
3288                 edit_group->apply (&Route::set_mute, yn, this);
3289         } else {
3290                 route.set_mute (yn, this);
3291         }
3292 }
3293                 
3294 void
3295 Editor::set_edit_menu (Menu& menu)
3296 {
3297         edit_menu = &menu;
3298         edit_menu->signal_map_event().connect (mem_fun(*this, &Editor::edit_menu_map_handler));
3299 }
3300
3301 bool
3302 Editor::edit_menu_map_handler (GdkEventAny* ev)
3303 {
3304         using namespace Menu_Helpers;
3305         MenuList& edit_items = edit_menu->items();
3306         string label;
3307
3308         /* Nuke all the old items */
3309                 
3310         edit_items.clear ();
3311
3312         if (session == 0) {
3313                 return false;
3314         }
3315
3316         if (session->undo_depth() == 0) {
3317                 label = _("Undo");
3318         } else {
3319                 label = string_compose(_("Undo (%1)"), session->next_undo());
3320         }
3321         
3322         edit_items.push_back (MenuElem (label, bind (mem_fun(*this, &Editor::undo), 1U)));
3323         
3324         if (session->undo_depth() == 0) {
3325                 edit_items.back().set_sensitive (false);
3326         }
3327         
3328         if (session->redo_depth() == 0) {
3329                 label = _("Redo");
3330         } else {
3331                 label = string_compose(_("Redo (%1)"), session->next_redo());
3332         }
3333         
3334         edit_items.push_back (MenuElem (label, bind (mem_fun(*this, &Editor::redo), 1U)));
3335         if (session->redo_depth() == 0) {
3336                 edit_items.back().set_sensitive (false);
3337         }
3338
3339         vector<MenuItem*> mitems;
3340
3341         edit_items.push_back (SeparatorElem());
3342         edit_items.push_back (MenuElem (_("Cut"), mem_fun(*this, &Editor::cut)));
3343         mitems.push_back (&edit_items.back());
3344         edit_items.push_back (MenuElem (_("Copy"), mem_fun(*this, &Editor::copy)));
3345         mitems.push_back (&edit_items.back());
3346         edit_items.push_back (MenuElem (_("Paste"), bind (mem_fun(*this, &Editor::paste), 1.0f)));
3347         mitems.push_back (&edit_items.back());
3348         edit_items.push_back (SeparatorElem());
3349         edit_items.push_back (MenuElem (_("Align"), bind (mem_fun(*this, &Editor::align), ARDOUR::SyncPoint)));
3350         mitems.push_back (&edit_items.back());
3351         edit_items.push_back (MenuElem (_("Align Relative"), bind (mem_fun(*this, &Editor::align_relative), ARDOUR::SyncPoint)));
3352         mitems.push_back (&edit_items.back());
3353         edit_items.push_back (SeparatorElem());
3354
3355         if (selection->empty()) {
3356                 for (vector<MenuItem*>::iterator i = mitems.begin(); i != mitems.end(); ++i) {
3357                         (*i)->set_sensitive (false);
3358                 }
3359         }
3360
3361         Menu* import_menu = manage (new Menu());
3362         import_menu->set_name ("ArdourContextMenu");
3363         MenuList& import_items = import_menu->items();
3364         
3365         import_items.push_back (MenuElem (_("... as new track"), bind (mem_fun(*this, &Editor::add_external_audio_action), ImportAsTrack)));
3366         import_items.push_back (MenuElem (_("... as new region"), bind (mem_fun(*this, &Editor::add_external_audio_action), ImportAsRegion)));
3367
3368         edit_items.push_back (MenuElem (_("Import audio (copy)"), *import_menu));
3369         edit_items.push_back (SeparatorElem());
3370
3371         edit_items.push_back (MenuElem (_("Remove last capture"), mem_fun(*this, &Editor::remove_last_capture)));
3372
3373         if (!session->have_captured()) {
3374                 edit_items.back().set_sensitive (false);
3375         }
3376
3377         return false;
3378 }
3379
3380 void
3381 Editor::duplicate_dialog (bool dup_region)
3382 {
3383         if (dup_region) {
3384                 if (clicked_regionview == 0) {
3385                         return;
3386                 }
3387         } else {
3388                 if (selection->time.length() == 0) {
3389                         return;
3390                 }
3391         }
3392
3393         ArdourDialog win ("duplicate dialog");
3394         Entry  entry;
3395         Label  label (_("Duplicate how many times?"));
3396
3397         win.get_vbox()->pack_start (label);
3398         win.add_action_widget (entry, RESPONSE_ACCEPT);
3399         win.add_button (Stock::OK, RESPONSE_ACCEPT);
3400         win.add_button (Stock::CANCEL, RESPONSE_CANCEL);
3401
3402         win.set_position (WIN_POS_MOUSE);
3403
3404         entry.set_text ("1");
3405         set_size_request_to_display_given_text (entry, X_("12345678"), 20, 15);
3406         entry.select_region (0, entry.get_text_length());
3407         entry.grab_focus ();
3408
3409
3410         switch (win.run ()) {
3411         case RESPONSE_ACCEPT:
3412                 break;
3413         default:
3414                 return;
3415         }
3416
3417         string text = entry.get_text();
3418         float times;
3419
3420         if (sscanf (text.c_str(), "%f", &times) == 1) {
3421                 if (dup_region) {
3422                         RegionSelection regions;
3423                         regions.add (clicked_regionview);
3424                         duplicate_some_regions (regions, times);
3425                 } else {
3426                         duplicate_selection (times);
3427                 }
3428         }
3429 }
3430
3431 void
3432 Editor::show_verbose_canvas_cursor ()
3433 {
3434         verbose_canvas_cursor->raise_to_top();
3435         verbose_canvas_cursor->show();
3436         verbose_cursor_visible = true;
3437 }
3438
3439 void
3440 Editor::hide_verbose_canvas_cursor ()
3441 {
3442         verbose_canvas_cursor->hide();
3443         verbose_cursor_visible = false;
3444 }
3445
3446 void
3447 Editor::set_verbose_canvas_cursor (const string & txt, double x, double y)
3448 {
3449         /* XXX get origin of canvas relative to root window,
3450            add x and y and check compared to gdk_screen_{width,height}
3451         */
3452         verbose_canvas_cursor->property_text() = txt.c_str();
3453         verbose_canvas_cursor->property_x() = x;
3454         verbose_canvas_cursor->property_y() = y;
3455 }
3456
3457 void
3458 Editor::set_verbose_canvas_cursor_text (const string & txt)
3459 {
3460         verbose_canvas_cursor->property_text() = txt.c_str();
3461 }
3462
3463 void
3464 Editor::edit_mode_selection_done ()
3465 {
3466         if (session == 0) {
3467                 return;
3468         }
3469
3470         string choice = edit_mode_selector.get_active_text();
3471         EditMode mode = Slide;
3472
3473         if (choice == _("Splice Edit")) {
3474                 mode = Splice;
3475         } else if (choice == _("Slide Edit")) {
3476                 mode = Slide;
3477         }
3478
3479         Config->set_edit_mode (mode);
3480 }       
3481
3482 void
3483 Editor::snap_type_selection_done ()
3484 {
3485         string choice = snap_type_selector.get_active_text();
3486         SnapType snaptype = SnapToFrame;
3487
3488         if (choice == _("Beats/3")) {
3489                 snaptype = SnapToAThirdBeat;
3490         } else if (choice == _("Beats/4")) {
3491                 snaptype = SnapToAQuarterBeat;
3492         } else if (choice == _("Beats/8")) {
3493                 snaptype = SnapToAEighthBeat;
3494         } else if (choice == _("Beats/16")) {
3495                 snaptype = SnapToASixteenthBeat;
3496         } else if (choice == _("Beats/32")) {
3497                 snaptype = SnapToAThirtysecondBeat;
3498         } else if (choice == _("Beats")) {
3499                 snaptype = SnapToBeat;
3500         } else if (choice == _("Bars")) {
3501                 snaptype = SnapToBar;
3502         } else if (choice == _("Marks")) {
3503                 snaptype = SnapToMark;
3504         } else if (choice == _("Edit Cursor")) {
3505                 snaptype = SnapToEditCursor;
3506         } else if (choice == _("Region starts")) {
3507                 snaptype = SnapToRegionStart;
3508         } else if (choice == _("Region ends")) {
3509                 snaptype = SnapToRegionEnd;
3510         } else if (choice == _("Region bounds")) {
3511                 snaptype = SnapToRegionBoundary;
3512         } else if (choice == _("Region syncs")) {
3513                 snaptype = SnapToRegionSync;
3514         } else if (choice == _("CD Frames")) {
3515                 snaptype = SnapToCDFrame;
3516         } else if (choice == _("SMPTE Frames")) {
3517                 snaptype = SnapToSMPTEFrame;
3518         } else if (choice == _("SMPTE Seconds")) {
3519                 snaptype = SnapToSMPTESeconds;
3520         } else if (choice == _("SMPTE Minutes")) {
3521                 snaptype = SnapToSMPTEMinutes;
3522         } else if (choice == _("Seconds")) {
3523                 snaptype = SnapToSeconds;
3524         } else if (choice == _("Minutes")) {
3525                 snaptype = SnapToMinutes;
3526         } else if (choice == _("None")) {
3527                 snaptype = SnapToFrame;
3528         }
3529
3530         RefPtr<RadioAction> ract = snap_type_action (snaptype);
3531         if (ract) {
3532                 ract->set_active ();
3533         }
3534 }       
3535
3536 void
3537 Editor::snap_mode_selection_done ()
3538 {
3539         string choice = snap_mode_selector.get_active_text();
3540         SnapMode mode = SnapNormal;
3541
3542         if (choice == _("Normal")) {
3543                 mode = SnapNormal;
3544         } else if (choice == _("Magnetic")) {
3545                 mode = SnapMagnetic;
3546         }
3547
3548         RefPtr<RadioAction> ract = snap_mode_action (mode);
3549
3550         if (ract) {
3551                 ract->set_active (true);
3552         }
3553 }
3554
3555 void
3556 Editor::zoom_focus_selection_done ()
3557 {
3558         string choice = zoom_focus_selector.get_active_text();
3559         ZoomFocus focus_type = ZoomFocusLeft;
3560
3561         if (choice == _("Left")) {
3562                 focus_type = ZoomFocusLeft;
3563         } else if (choice == _("Right")) {
3564                 focus_type = ZoomFocusRight;
3565         } else if (choice == _("Center")) {
3566                 focus_type = ZoomFocusCenter;
3567         } else if (choice == _("Playhead")) {
3568                 focus_type = ZoomFocusPlayhead;
3569         } else if (choice == _("Edit Cursor")) {
3570                 focus_type = ZoomFocusEdit;
3571         } 
3572         
3573         RefPtr<RadioAction> ract = zoom_focus_action (focus_type);
3574
3575         if (ract) {
3576                 ract->set_active ();
3577         }
3578 }       
3579
3580 gint
3581 Editor::edit_controls_button_release (GdkEventButton* ev)
3582 {
3583         if (Keyboard::is_context_menu_event (ev)) {
3584                 ARDOUR_UI::instance()->add_route ();
3585         }
3586         return TRUE;
3587 }
3588
3589 void
3590 Editor::track_selection_changed ()
3591 {
3592         switch (selection->tracks.size()){
3593         case 0:
3594                 break;
3595         default:
3596                 set_selected_mixer_strip (*(selection->tracks.front()));
3597                 break;
3598         }
3599
3600         for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) {
3601                 (*i)->set_selected (false);
3602                 if (mouse_mode == MouseRange) {
3603                         (*i)->hide_selection ();
3604                 }
3605         }
3606
3607         for (TrackSelection::iterator i = selection->tracks.begin(); i != selection->tracks.end(); ++i) {
3608                 (*i)->set_selected (true);
3609                 if (mouse_mode == MouseRange) {
3610                         (*i)->show_selection (selection->time);
3611                 }
3612         }
3613 }
3614
3615 void
3616 Editor::time_selection_changed ()
3617 {
3618         for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) {
3619                 (*i)->hide_selection ();
3620         }
3621
3622         if (selection->tracks.empty()) {
3623                 for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) {
3624                         (*i)->show_selection (selection->time);
3625                 }
3626         } else {
3627                 for (TrackSelection::iterator i = selection->tracks.begin(); i != selection->tracks.end(); ++i) {
3628                         (*i)->show_selection (selection->time);
3629                 }
3630         }
3631
3632         if (selection->time.empty()) {
3633                 ActionManager::set_sensitive (ActionManager::time_selection_sensitive_actions, false);
3634         } else {
3635                 ActionManager::set_sensitive (ActionManager::time_selection_sensitive_actions, true);
3636         }
3637 }
3638
3639 void
3640 Editor::region_selection_changed ()
3641 {
3642         for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) {
3643                 (*i)->set_selected_regionviews (selection->regions);
3644         }
3645 }
3646
3647 void
3648 Editor::point_selection_changed ()
3649 {
3650         for (TrackViewList::iterator i = track_views.begin(); i != track_views.end(); ++i) {
3651                 (*i)->set_selected_points (selection->points);
3652         }
3653 }
3654
3655 gint
3656 Editor::mouse_select_button_release (GdkEventButton* ev)
3657 {
3658         /* this handles just right-clicks */
3659
3660         if (ev->button != 3) {
3661                 return FALSE;
3662         }
3663
3664         return TRUE;
3665 }
3666
3667 Editor::TrackViewList *
3668 Editor::get_valid_views (TimeAxisView* track, RouteGroup* group)
3669 {
3670         TrackViewList *v;
3671         TrackViewList::iterator i;
3672
3673         v = new TrackViewList;
3674
3675         if (track == 0 && group == 0) {
3676
3677                 /* all views */
3678
3679                 for (i = track_views.begin(); i != track_views.end (); ++i) {
3680                         v->push_back (*i);
3681                 }
3682
3683         } else if (track != 0 && group == 0 || (track != 0 && group != 0 && !group->is_active())) {
3684                 
3685                 /* just the view for this track
3686                  */
3687
3688                 v->push_back (track);
3689
3690         } else {
3691                 
3692                 /* views for all tracks in the edit group */
3693                 
3694                 for (i  = track_views.begin(); i != track_views.end (); ++i) {
3695
3696                         if (group == 0 || (*i)->edit_group() == group) {
3697                                 v->push_back (*i);
3698                         }
3699                 }
3700         }
3701         
3702         return v;
3703 }
3704
3705 void
3706 Editor::set_zoom_focus (ZoomFocus f)
3707 {
3708         string str = zoom_focus_strings[(int)f];
3709
3710         if (str != zoom_focus_selector.get_active_text()) {
3711                 zoom_focus_selector.set_active_text (str);
3712         }
3713         
3714         if (zoom_focus != f) {
3715                 zoom_focus = f;
3716
3717                 ZoomFocusChanged (); /* EMIT_SIGNAL */
3718
3719                 instant_save ();
3720         }
3721 }
3722
3723 void
3724 Editor::ensure_float (Window& win)
3725 {
3726         win.set_transient_for (*this);
3727 }
3728
3729 void 
3730 Editor::pane_allocation_handler (Allocation &alloc, Paned* which)
3731 {
3732         /* recover or initialize pane positions. do this here rather than earlier because
3733            we don't want the positions to change the child allocations, which they seem to do.
3734          */
3735
3736         int pos;
3737         XMLProperty* prop;
3738         char buf[32];
3739         XMLNode* node = ARDOUR_UI::instance()->editor_settings();
3740         int width, height;
3741         static int32_t done;
3742         XMLNode* geometry;
3743
3744         if ((geometry = find_named_node (*node, "geometry")) == 0) {
3745                 width = default_width;
3746                 height = default_height;
3747         } else {
3748                 width = atoi(geometry->property("x_size")->value());
3749                 height = atoi(geometry->property("y_size")->value());
3750         }
3751
3752         if (which == static_cast<Paned*> (&edit_pane)) {
3753
3754                 if (done) {
3755                         return;
3756                 }
3757
3758                 if (!geometry || (prop = geometry->property ("edit_pane_pos")) == 0) {
3759                         /* initial allocation is 90% to canvas, 10% to notebook */
3760                         pos = (int) floor (alloc.get_width() * 0.90f);
3761                         snprintf (buf, sizeof(buf), "%d", pos);
3762                 } else {
3763                         pos = atoi (prop->value());
3764                 }
3765                 
3766                 if ((done = GTK_WIDGET(edit_pane.gobj())->allocation.width > pos)) {
3767                         edit_pane.set_position (pos);
3768                         pre_maximal_pane_position = pos;
3769                 }
3770         }
3771 }
3772
3773 void
3774 Editor::detach_tearoff (Box* b, Window* w)
3775 {
3776         if (tools_tearoff->torn_off() && 
3777             mouse_mode_tearoff->torn_off()) {
3778                 top_hbox.remove (toolbar_frame);
3779         }
3780 }
3781
3782 void
3783 Editor::reattach_tearoff (Box* b, Window* w, int32_t n)
3784 {
3785         if (toolbar_frame.get_parent() == 0) {
3786                 top_hbox.pack_end (toolbar_frame);
3787         }
3788 }
3789
3790 void
3791 Editor::set_show_measures (bool yn)
3792 {
3793         if (_show_measures != yn) {
3794                 hide_measures ();
3795
3796                 if ((_show_measures = yn) == true) {
3797                         draw_measures ();
3798                 }
3799                 DisplayControlChanged (ShowMeasures);
3800                 instant_save ();
3801         }
3802 }
3803
3804 void
3805 Editor::toggle_follow_playhead ()
3806 {
3807         RefPtr<Action> act = ActionManager::get_action (X_("Editor"), X_("toggle-follow-playhead"));
3808         if (act) {
3809                 RefPtr<ToggleAction> tact = RefPtr<ToggleAction>::cast_dynamic(act);
3810                 set_follow_playhead (tact->get_active());
3811         }
3812 }
3813
3814 void
3815 Editor::set_follow_playhead (bool yn)
3816 {
3817         if (_follow_playhead != yn) {
3818                 if ((_follow_playhead = yn) == true) {
3819                         /* catch up */
3820                         update_current_screen ();
3821                 }
3822                 DisplayControlChanged (FollowPlayhead);
3823                 instant_save ();
3824         }
3825 }
3826
3827 void
3828 Editor::toggle_xfade_active (Crossfade* xfade)
3829 {
3830         xfade->set_active (!xfade->active());
3831 }
3832
3833 void
3834 Editor::toggle_xfade_length (Crossfade* xfade)
3835 {
3836         xfade->set_follow_overlap (!xfade->following_overlap());
3837 }
3838
3839 void
3840 Editor::edit_xfade (Crossfade* xfade)
3841 {
3842         CrossfadeEditor cew (*session, *xfade, xfade->fade_in().get_min_y(), 1.0);
3843                 
3844         ensure_float (cew);
3845         
3846         switch (cew.run ()) {
3847         case RESPONSE_ACCEPT:
3848                 break;
3849         default:
3850                 return;
3851         }
3852         
3853         cew.apply ();
3854         xfade->StateChanged (Change (~0));
3855 }
3856
3857 PlaylistSelector&
3858 Editor::playlist_selector () const
3859 {
3860         return *_playlist_selector;
3861 }
3862
3863 nframes_t
3864 Editor::get_nudge_distance (nframes_t pos, nframes_t& next)
3865 {
3866         nframes_t ret;
3867
3868         ret = nudge_clock.current_duration (pos);
3869         next = ret + 1; /* XXXX fix me */
3870
3871         return ret;
3872 }
3873
3874 void
3875 Editor::end_location_changed (Location* location)
3876 {
3877         ENSURE_GUI_THREAD (bind (mem_fun(*this, &Editor::end_location_changed), location));
3878         reset_scrolling_region ();
3879 }
3880
3881 int
3882 Editor::playlist_deletion_dialog (Playlist* pl)
3883 {
3884         ArdourDialog dialog ("playlist deletion dialog");
3885         Label  label (string_compose (_("Playlist %1 is currently unused.\n"
3886                                  "If left alone, no audio files used by it will be cleaned.\n"
3887                                  "If deleted, audio files used by it alone by will cleaned."),
3888                                pl->name()));
3889
3890         dialog.set_position (WIN_POS_CENTER);
3891         dialog.get_vbox()->pack_start (label);
3892
3893         dialog.add_button (_("Delete playlist"), RESPONSE_ACCEPT);
3894         dialog.add_button (_("Keep playlist"), RESPONSE_CANCEL);
3895         dialog.add_button (_("Cancel"), RESPONSE_CANCEL);
3896
3897         switch (dialog.run ()) {
3898         case RESPONSE_ACCEPT:
3899                 /* delete the playlist */
3900                 return 0;
3901                 break;
3902
3903         case RESPONSE_REJECT:
3904                 /* keep the playlist */
3905                 return 1;
3906                 break;
3907
3908         default:
3909                 break;
3910         }
3911
3912         return -1;
3913 }
3914
3915 bool
3916 Editor::audio_region_selection_covers (nframes_t where)
3917 {
3918         for (RegionSelection::iterator a = selection->regions.begin(); a != selection->regions.end(); ++a) {
3919                 if ((*a)->region()->covers (where)) {
3920                         return true;
3921                 }
3922         }
3923
3924         return false;
3925 }
3926
3927 void
3928 Editor::prepare_for_cleanup ()
3929 {
3930         cut_buffer->clear_regions ();
3931         cut_buffer->clear_playlists ();
3932
3933         selection->clear_regions ();
3934         selection->clear_playlists ();
3935 }
3936
3937 Location*
3938 Editor::transport_loop_location()
3939 {
3940         if (session) {
3941                 return session->locations()->auto_loop_location();
3942         } else {
3943                 return 0;
3944         }
3945 }
3946
3947 Location*
3948 Editor::transport_punch_location()
3949 {
3950         if (session) {
3951                 return session->locations()->auto_punch_location();
3952         } else {
3953                 return 0;
3954         }
3955 }
3956
3957 bool
3958 Editor::control_layout_scroll (GdkEventScroll* ev)
3959 {
3960         switch (ev->direction) {
3961         case GDK_SCROLL_UP:
3962                 scroll_tracks_up_line ();
3963                 return true;
3964                 break;
3965
3966         case GDK_SCROLL_DOWN:
3967                 scroll_tracks_down_line ();
3968                 return true;
3969                 
3970         default:
3971                 /* no left/right handling yet */
3972                 break;
3973         }
3974
3975         return false;
3976 }
3977
3978 void
3979 Editor::snapshot_display_selection_changed ()
3980 {
3981         if (snapshot_display.get_selection()->count_selected_rows() > 0) {
3982
3983                 TreeModel::iterator i = snapshot_display.get_selection()->get_selected();
3984                 
3985                 Glib::ustring snap_name = (*i)[snapshot_display_columns.real_name];
3986
3987                 if (snap_name.length() == 0) {
3988                         return;
3989                 }
3990                 
3991                 if (session->snap_name() == snap_name) {
3992                         return;
3993                 }
3994                 
3995                 ARDOUR_UI::instance()->load_session(session->path(), string (snap_name));
3996         }
3997 }
3998
3999 bool
4000 Editor::snapshot_display_button_press (GdkEventButton* ev)
4001 {
4002          return false;
4003 }
4004
4005 void
4006 Editor::redisplay_snapshots ()
4007 {
4008         if (session == 0) {
4009                 return;
4010         }
4011
4012         vector<string*>* states;
4013
4014         if ((states = session->possible_states()) == 0) {
4015                 return;
4016         }
4017
4018         snapshot_display_model->clear ();
4019
4020         for (vector<string*>::iterator i = states->begin(); i != states->end(); ++i) {
4021                 string statename = *(*i);
4022                 TreeModel::Row row = *(snapshot_display_model->append());
4023                 
4024                 // we don't have a way of changing the rendering in just one TreeView 
4025                 // cell so just put an asterisk on each side of the name for now.
4026                 string display_name;
4027                 if (statename == session->snap_name()) {
4028                         display_name = "*"+statename+"*";
4029                         snapshot_display.get_selection()->select(row);
4030                 } else {
4031                         display_name = statename;
4032                 }
4033                 
4034                 row[snapshot_display_columns.visible_name] = display_name;
4035                 row[snapshot_display_columns.real_name] = statename;
4036         }
4037
4038         delete states;
4039 }
4040
4041 void
4042 Editor::session_state_saved (string snap_name)
4043 {
4044         ENSURE_GUI_THREAD (bind (mem_fun(*this, &Editor::session_state_saved), snap_name));
4045         redisplay_snapshots ();
4046 }
4047
4048 void
4049 Editor::maximise_editing_space ()
4050 {
4051         mouse_mode_tearoff->set_visible (false);
4052         tools_tearoff->set_visible (false);
4053
4054         pre_maximal_pane_position = edit_pane.get_position();
4055         edit_pane.set_position (edit_pane.get_width());
4056
4057         fullscreen();
4058 }
4059
4060 void
4061 Editor::restore_editing_space ()
4062 {
4063         mouse_mode_tearoff->set_visible (true);
4064         tools_tearoff->set_visible (true);
4065
4066         edit_pane.set_position (pre_maximal_pane_position);
4067
4068         unfullscreen();
4069 }
4070
4071 void 
4072 Editor::new_playlists ()
4073 {
4074         begin_reversible_command (_("new playlists"));
4075         mapover_audio_tracks (mem_fun (*this, &Editor::mapped_use_new_playlist));
4076         commit_reversible_command ();
4077 }
4078
4079 void
4080 Editor::copy_playlists ()
4081 {
4082         begin_reversible_command (_("copy playlists"));
4083         mapover_audio_tracks (mem_fun (*this, &Editor::mapped_use_copy_playlist));
4084         commit_reversible_command ();
4085 }
4086
4087 void 
4088 Editor::clear_playlists ()
4089 {
4090         begin_reversible_command (_("clear playlists"));
4091         mapover_audio_tracks (mem_fun (*this, &Editor::mapped_clear_playlist));
4092         commit_reversible_command ();
4093 }
4094
4095 void 
4096 Editor::mapped_use_new_playlist (AudioTimeAxisView& atv, uint32_t sz)
4097 {
4098         atv.use_new_playlist (sz > 1 ? false : true);
4099 }
4100
4101 void
4102 Editor::mapped_use_copy_playlist (AudioTimeAxisView& atv, uint32_t sz)
4103 {
4104         atv.use_copy_playlist (sz > 1 ? false : true);
4105 }
4106
4107 void 
4108 Editor::mapped_clear_playlist (AudioTimeAxisView& atv, uint32_t sz)
4109 {
4110         atv.clear_playlist ();
4111 }
4112
4113 bool
4114 Editor::on_key_press_event (GdkEventKey* ev)
4115 {
4116         return key_press_focus_accelerator_handler (*this, ev);
4117 }
4118