Add BasicUI::get_play_loop()

Towards removing the direct use of Session by surfaces.
This commit is contained in:
David Robillard 2021-06-15 22:14:44 -04:00
parent 93f5dc7e9e
commit fdc24b6594
12 changed files with 18 additions and 11 deletions

View file

@ -446,6 +446,12 @@ BasicUI::transport_rolling () const
return !_session->transport_stopped_or_stopping ();
}
bool
BasicUI::get_play_loop () const
{
return _session->get_play_loop ();
}
void
BasicUI::undo ()
{