mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 23:47:39 +01:00
Add BasicUI::audible_sample()
Towards removing the direct use of Session by surfaces.
This commit is contained in:
parent
453fac0df7
commit
8cbff2b202
9 changed files with 23 additions and 11 deletions
|
|
@ -883,6 +883,12 @@ BasicUI::click_gain ()
|
|||
return _session->click_gain ();
|
||||
}
|
||||
|
||||
samplepos_t
|
||||
BasicUI::audible_sample (bool* const latent_locate) const
|
||||
{
|
||||
return _session->audible_sample (latent_locate);
|
||||
}
|
||||
|
||||
const Locations*
|
||||
BasicUI::locations () const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue