X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmidi_automation_line.h;h=df4db06c2c6fc5022c0888c1b56befb448a9db11;hb=e36f74e071d4c14862d23da5ff0d49df0940d536;hp=fb9171824a46997495e506306646c45f7e7aded7;hpb=ede4ecbb00ecc866c502454c81e711baea780ccd;p=ardour.git diff --git a/gtk2_ardour/midi_automation_line.h b/gtk2_ardour/midi_automation_line.h old mode 100755 new mode 100644 index fb9171824a..df4db06c2c --- a/gtk2_ardour/midi_automation_line.h +++ b/gtk2_ardour/midi_automation_line.h @@ -27,13 +27,15 @@ class MidiAutomationLine : public AutomationLine { public: MidiAutomationLine (const std::string&, TimeAxisView&, ArdourCanvas::Group&, - boost::shared_ptr, - boost::shared_ptr, - Evoral::Parameter, - const Evoral::TimeConverter* converter = 0); + boost::shared_ptr, + boost::shared_ptr, + Evoral::Parameter, + Evoral::TimeConverter* converter = 0); MementoCommandBinder* memento_command_binder (); + virtual std::string get_verbose_cursor_string (double) const; + private: boost::shared_ptr _region; Evoral::Parameter _parameter;