Home
last modified time | relevance | path

Searched refs:region_changed_proxy (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dplaylist.h395 void region_changed_proxy (const PBD::PropertyChange&, boost::weak_ptr<Region>);
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dplaylist.cc802 …thread (region_state_changed_connections, boost::bind (&Playlist::region_changed_proxy, this, _1, … in add_region_internal()
1756 Playlist::region_changed_proxy (const PropertyChange& what_changed, boost::weak_ptr<Region> weak_re… in region_changed_proxy() function in Playlist