mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 20:56:28 +01:00
Add BasicUI::engine_sample_time()
Towards removing the direct use of Session by surfaces.
This commit is contained in:
parent
36789f080c
commit
850bd44702
10 changed files with 19 additions and 19 deletions
|
|
@ -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 ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue