mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
new approach to handling Transport Masters when engine is restarted
Trust that ::reset() works for all transport masters, and call it when engine is stopped. This way the transport masters are ready to be called again as soon as the engine restarts.
This commit is contained in:
parent
c01ab83e1f
commit
1be3301342
14 changed files with 139 additions and 50 deletions
|
|
@ -57,6 +57,12 @@ Engine_TransportMaster::check_backend()
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
Engine_TransportMaster::reset (bool)
|
||||
{
|
||||
_starting = false;
|
||||
}
|
||||
|
||||
bool
|
||||
Engine_TransportMaster::locked() const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue