mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
add Session::reconnection_in_progress(), used by Tracks
This commit is contained in:
parent
3b1609fc52
commit
cb38b4689b
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
|
|||
bool dirty() const { return _state_of_the_state & Dirty; }
|
||||
void set_deletion_in_progress ();
|
||||
void clear_deletion_in_progress ();
|
||||
bool reconnection_in_progress() const { return _reconnecting_routes_in_progress; }
|
||||
bool deletion_in_progress() const { return _state_of_the_state & Deletion; }
|
||||
bool routes_deletion_in_progress() const { return _route_deletion_in_progress; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue