Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_state.cc1296 set<boost::shared_ptr<Source> > sources_used_by_this_snapshot; in state() local
1300 _playlists->foreach (boost::bind (merge_all_sources, _1, &sources_used_by_this_snapshot), false); in state()
1325 if (afs && sources_used_by_this_snapshot.find (afs) == sources_used_by_this_snapshot.end ()) { in state()
3428 set<boost::shared_ptr<Source> > sources_used_by_this_snapshot; in cleanup_sources() local
3515 _playlists->foreach (boost::bind (merge_all_sources, _1, &sources_used_by_this_snapshot)); in cleanup_sources()
3548 if (sources_used_by_this_snapshot.find (i->second) != sources_used_by_this_snapshot.end()) { in cleanup_sources()
5395 set<boost::shared_ptr<Source> > sources_used_by_this_snapshot; in archive_session() local
5398 _playlists->foreach (boost::bind (merge_all_sources, _1, &sources_used_by_this_snapshot), false); in archive_session()
5422 if (sources_used_by_this_snapshot.find (afs) == sources_used_by_this_snapshot.end ()) { in archive_session()
5442 if (sources_used_by_this_snapshot.find (afs) == sources_used_by_this_snapshot.end ()) { in archive_session()
[all …]