Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dplaylist.cc340 pending_contents_change = false; in init()
479 pending_contents_change = true; in notify_contents_changed()
481 pending_contents_change = false; in notify_contents_changed()
502 pending_contents_change = true; in notify_region_removed()
507 pending_contents_change = false; in notify_region_removed()
576 pending_contents_change = true; in notify_region_added()
579 pending_contents_change = false; in notify_region_added()
643 if (regions_changed || pending_contents_change) { in flush_notifications()
684 pending_contents_change = false; in clear_pending()
1872 pending_contents_change = false; in clear()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dplaylist.h334 bool pending_contents_change; variable