Home
last modified time | relevance | path

Searched refs:selected_marker_to_next_region_point (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_actions.cc220 …Region Start"), sigc::bind (sigc::mem_fun(*this, &Editor::selected_marker_to_next_region_point), R… in register_actions()
221 …t Region End"), sigc::bind (sigc::mem_fun(*this, &Editor::selected_marker_to_next_region_point), R… in register_actions()
222 … Region Sync"), sigc::bind (sigc::mem_fun(*this, &Editor::selected_marker_to_next_region_point), R… in register_actions()
H A Deditor.h1070 void selected_marker_to_next_region_point (ARDOUR::RegionPoint);
H A Deditor_ops.cc1236 Editor::selected_marker_to_next_region_point (RegionPoint point) in selected_marker_to_next_region_point() function in Editor