Visual tweaks to Soundcloud panel
[ardour.git] / gtk2_ardour / automation_time_axis.h
index d388419e177ab6d2a30ba4ed838f4859ebb3221f..c169cb59d09aa76da90d2b14531723c46086caf2 100644 (file)
@@ -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<AutomationLine> _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;