X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fautomation_line.h;h=a6df048354d0842a5f5b594ead4e58beee8e4d81;hb=842c33fba81ee7d360bb347a9a011582f6aac95f;hp=d51e437bdd7fea04607c9524f9bed7775241860c;hpb=4f7d3069abdf4feb7e7c5df9bf155ec591b4b3c6;p=ardour.git diff --git a/gtk2_ardour/automation_line.h b/gtk2_ardour/automation_line.h index d51e437bdd..a6df048354 100644 --- a/gtk2_ardour/automation_line.h +++ b/gtk2_ardour/automation_line.h @@ -154,6 +154,7 @@ public: } void set_offset (ARDOUR::framecnt_t); + ARDOUR::framecnt_t offset () { return _offset; } void set_width (ARDOUR::framecnt_t); framepos_t session_position (ARDOUR::AutomationList::const_iterator) const;