mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 13:16:27 +01:00
Add BasicUI::record_status()
Towards removing the direct use of Session by surfaces.
This commit is contained in:
parent
1f17d0834c
commit
799008e4d7
9 changed files with 14 additions and 7 deletions
|
|
@ -486,6 +486,12 @@ BasicUI::get_record_enabled ()
|
|||
return _session->get_record_enabled();
|
||||
}
|
||||
|
||||
RecordState
|
||||
BasicUI::record_status () const
|
||||
{
|
||||
return _session->record_status ();
|
||||
}
|
||||
|
||||
void
|
||||
BasicUI::set_record_enable (bool yn)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue