X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fautomation_time_axis.h;h=c169cb59d09aa76da90d2b14531723c46086caf2;hb=0889336aac57f9e0dde9a25f51db5fffb9f069d2;hp=d388419e177ab6d2a30ba4ed838f4859ebb3221f;hpb=664e715a002450ac0f079411f6f051c122a4322a;p=ardour.git diff --git a/gtk2_ardour/automation_time_axis.h b/gtk2_ardour/automation_time_axis.h index d388419e17..c169cb59d0 100644 --- a/gtk2_ardour/automation_time_axis.h +++ b/gtk2_ardour/automation_time_axis.h @@ -72,7 +72,7 @@ class AutomationTimeAxisView : public TimeAxisView { void set_samples_per_pixel (double); std::string name() const { return _name; } - void add_automation_event (GdkEvent *, framepos_t, double); + void add_automation_event (GdkEvent *, framepos_t, double, bool with_guard_points); void clear_lines (); @@ -135,12 +135,12 @@ class AutomationTimeAxisView : public TimeAxisView { ArdourCanvas::Rectangle* _base_rect; boost::shared_ptr _line; + std::string _name; + /** AutomationStreamView if we are editing region-based automation (for MIDI), otherwise 0 */ AutomationStreamView* _view; - std::string _name; bool ignore_toggle; - bool first_call_to_set_height; Gtk::Button hide_button;