mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
GUI changes to *try* to adapt to a world without explicit beats<->samples converter objects (i.e. use AutomationLine::get_origin() instead
This commit is contained in:
parent
0877500437
commit
0162d3f9d6
11 changed files with 104 additions and 45 deletions
|
|
@ -38,6 +38,7 @@ public:
|
|||
MementoCommandBinder<ARDOUR::AutomationList>* memento_command_binder ();
|
||||
|
||||
virtual std::string get_verbose_cursor_string (double) const;
|
||||
Temporal::timepos_t get_origin() const;
|
||||
|
||||
private:
|
||||
boost::shared_ptr<ARDOUR::MidiRegion> _region;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue