X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor.h;h=186014e350e35d8518d67ad76d42a5edf0e9a39a;hb=33cadc0ef1cb3bd3f2468b8ac085ae1cf55b009e;hp=233816295b81d4fda4dad87b1624444899f7f0ad;hpb=3c98de9ce4bf6754a10710cfcd4400b5ebaaaa88;p=ardour.git diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h index 233816295b..186014e350 100644 --- a/gtk2_ardour/editor.h +++ b/gtk2_ardour/editor.h @@ -1415,7 +1415,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD void toggle_video_timeline_locked (); void set_video_timeline_locked (const bool); void queue_visual_videotimeline_update (); - void embed_audio_from_video (std::string, framepos_t n = 0); + void embed_audio_from_video (std::string, framepos_t n = 0, bool lock_position_to_video = true); PBD::Signal0 EditorFreeze; PBD::Signal0 EditorThaw; @@ -1463,6 +1463,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD TempoLines* tempo_lines; + ArdourCanvas::Group* global_rect_group; ArdourCanvas::Group* time_line_group; void hide_measures (); @@ -1481,8 +1482,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD void edit_tempo_section (ARDOUR::TempoSection*); void edit_meter_section (ARDOUR::MeterSection*); - void edit_tempo_marker (ArdourCanvas::Item*); - void edit_meter_marker (ArdourCanvas::Item*); + void edit_tempo_marker (TempoMarker&); + void edit_meter_marker (MeterMarker&); void edit_control_point (ArdourCanvas::Item*); void edit_notes (TimeAxisViewItem&); @@ -1506,8 +1507,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD void marker_menu_zoom_to_range (); void new_transport_marker_menu_set_loop (); void new_transport_marker_menu_set_punch (); - void update_loop_range_view (bool visibility=false); - void update_punch_range_view (bool visibility=false); + void update_loop_range_view (); + void update_punch_range_view (); void new_transport_marker_menu_popdown (); void marker_context_menu (GdkEventButton*, ArdourCanvas::Item*); void tempo_or_meter_marker_context_menu (GdkEventButton*, ArdourCanvas::Item*);