mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Add BasicUI::get_play_loop()
Towards removing the direct use of Session by surfaces.
This commit is contained in:
parent
93f5dc7e9e
commit
fdc24b6594
12 changed files with 18 additions and 11 deletions
|
|
@ -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 ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue