mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
add Editor::default_time_domain()
Not 100% certain about the logic here, but at least the method exists now
This commit is contained in:
parent
af9bc21a07
commit
5074553f15
3 changed files with 17 additions and 0 deletions
|
|
@ -130,6 +130,11 @@ public:
|
|||
|
||||
virtual void setup_tooltips() = 0;
|
||||
|
||||
/* returns the time domain to be used when there's no other overriding
|
||||
* reason to choose one.
|
||||
*/
|
||||
virtual Temporal::TimeDomain default_time_domain() const = 0;
|
||||
|
||||
/** Attach this editor to a Session.
|
||||
* @param s Session to connect to.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue