mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-22 05:07:07 +01:00
Add "empty" check to BasicUI
This commit is contained in:
parent
8c745ff78c
commit
7d7ac589e3
2 changed files with 8 additions and 0 deletions
|
|
@ -781,6 +781,12 @@ BasicUI::locked ()
|
|||
return session->transport_locked ();
|
||||
}
|
||||
|
||||
bool
|
||||
BasicUI::session_empty () const
|
||||
{
|
||||
return session->empty ();
|
||||
}
|
||||
|
||||
ARDOUR::samplecnt_t
|
||||
BasicUI::timecode_frames_per_hour ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue