Home
last modified time | relevance | path

Searched refs:get_selection_extents (Results 1 – 5 of 5) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A Ds_selection.lua53 local ok, ext = Editor:get_selection_extents (0, 0)
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dpublic_editor.h215 virtual bool get_selection_extents (samplepos_t &start, samplepos_t &end) const = 0;
H A Deditor_ops.cc1941 Editor::get_selection_extents (samplepos_t &start, samplepos_t &end) const in get_selection_extents() function in Editor
2017 if (get_selection_extents (start, end)) { in temporal_zoom_selection()
2720 if (!get_selection_extents (start, end)) in play_selection()
2756 if (UIConfiguration::instance().get_follow_edits() && get_selection_extents (start, end)) { in play_with_preroll()
6741 if (!get_selection_extents (start, end)) { in set_loop_from_selection()
6756 if (!get_selection_extents (start, end)) in set_loop_from_region()
6774 if (!get_selection_extents (start, end)) in set_punch_from_selection()
6841 if (!get_selection_extents (start, end)) in set_session_extents_from_selection()
6977 if (!get_selection_extents (start, end)) in set_punch_from_region()
H A Dluainstance.cc910 .addRefFunction ("get_selection_extents", &PublicEditor::get_selection_extents) in register_classes()
H A Deditor.h268 …bool get_selection_extents (samplepos_t &start, samplepos_t &end) const; // the time extents of t…