Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_actions.cc573 …nt", _("Change Edit Point"), sigc::bind (sigc::mem_fun (*this, &Editor::cycle_edit_point), false)); in register_actions()
574 …dit Point Including Marker"), sigc::bind (sigc::mem_fun (*this, &Editor::cycle_edit_point), true)); in register_actions()
H A Deditor.h2205 void cycle_edit_point (bool with_marker);
H A Deditor.cc3728 Editor::cycle_edit_point (bool with_marker) in cycle_edit_point() function in Editor