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:
Paul Davis 2021-02-16 15:58:37 -07:00
parent 0877500437
commit 0162d3f9d6
11 changed files with 104 additions and 45 deletions

View file

@ -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;