Home
last modified time | relevance | path

Searched refs:show_all_automation (Results 1 – 10 of 10) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Daudio_time_axis.cc240 AudioTimeAxisView::show_all_automation (bool apply_to_selection) in show_all_automation() function in AudioTimeAxisView
243 …).tracks.foreach_audio_time_axis (boost::bind (&AudioTimeAxisView::show_all_automation, _1, false)… in show_all_automation()
248 RouteTimeAxisView::show_all_automation (); in show_all_automation()
H A Daudio_time_axis.h86 void show_all_automation (bool apply_to_selection = false);
H A Dvca_time_axis.h59 void show_all_automation (bool apply_to_selection = false);
H A Dvca_time_axis.cc482 … sigc::bind (sigc::mem_fun (*this, &VCATimeAxisView::show_all_automation), for_selection))); in build_automation_action_menu()
516 VCATimeAxisView::show_all_automation (bool apply_to_selection) in show_all_automation() function in VCATimeAxisView
521 StripableTimeAxisView::show_all_automation (); in show_all_automation()
H A Dstripable_time_axis.h45 virtual void show_all_automation (bool apply_to_selection = false);
H A Dstripable_time_axis.cc219 StripableTimeAxisView::show_all_automation (bool apply_to_selection) in show_all_automation() function in StripableTimeAxisView
H A Dmidi_time_axis.h92 void show_all_automation (bool apply_to_selection = false);
H A Droute_time_axis.h148 void show_all_automation (bool apply_to_selection = false);
H A Dmidi_time_axis.cc1200 MidiTimeAxisView::show_all_automation (bool apply_to_selection) in show_all_automation() function in MidiTimeAxisView
1219 boost::bind (&MidiTimeAxisView::show_all_automation, _1, false)); in show_all_automation()
1259 RouteTimeAxisView::show_all_automation (); in show_all_automation()
H A Droute_time_axis.cc567 … sigc::bind (sigc::mem_fun (*this, &RouteTimeAxisView::show_all_automation), for_selection))); in build_automation_action_menu()
1554 RouteTimeAxisView::show_all_automation (bool apply_to_selection) in show_all_automation() function in RouteTimeAxisView
1557 …).tracks.foreach_route_time_axis (boost::bind (&RouteTimeAxisView::show_all_automation, _1, false)… in show_all_automation()
1561 StripableTimeAxisView::show_all_automation (); in show_all_automation()