Home
last modified time | relevance | path

Searched refs:lower_region (Results 1 – 8 of 8) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dplaylist.h247 void lower_region (boost::shared_ptr<Region>);
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dregion.cc1268 pl->lower_region (shared_from_this ()); in lower()
H A Dplaylist.cc2709 Playlist::lower_region (boost::shared_ptr<Region> region) in lower_region() function in Playlist
H A Dluabindings.cc1168 .addFunction ("lower_region", &Playlist::lower_region) in common()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_mouse.cc1826 lower_region (); in button_release_handler()
H A Deditor.h1276 void lower_region ();
H A Deditor_actions.cc1516 …arget (SelectedRegions), "lower-region", _("Lower"), sigc::mem_fun (*this, &Editor::lower_region)); in register_region_actions()
H A Deditor_ops.cc2915 Editor::lower_region () in lower_region() function in Editor