Home
last modified time | relevance | path

Searched refs:set_range_selection (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_selection.cc1221 _session->set_range_selection (selection->time.start(), selection->time.end_sample()); in time_selection_changed()
H A Deditor_drag.cc5888 …s->set_range_selection (_editor->get_selection().time.start(), _editor->get_selection().time.end_s… in finished()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dsession.h1139 void set_range_selection (samplepos_t start, samplepos_t end);
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession.cc6929 Session::set_range_selection (samplepos_t start, samplepos_t end) in set_range_selection() function in Session