Add BasicUI::engine_sample_time()

Towards removing the direct use of Session by surfaces.
This commit is contained in:
David Robillard 2021-06-15 19:59:19 -04:00
parent 36789f080c
commit 850bd44702
10 changed files with 19 additions and 19 deletions

View file

@ -726,6 +726,12 @@ BasicUI::locked ()
return _session->transport_locked ();
}
ARDOUR::samplepos_t
BasicUI::engine_sample_time ()
{
return _session->engine ().sample_time ();
}
ARDOUR::samplecnt_t
BasicUI::timecode_frames_per_hour ()
{