Don't expand track headers to show MIDI stuff.
[ardour.git] / gtk2_ardour / panner_interface.h
index 02f4e210bde88714ad775b1a284b2c16cf913365..a18c08352873b1474cd13ff82fe68cea4b1fe4d1 100644 (file)
@@ -59,6 +59,7 @@ public:
        }
 
        void edit ();
+       void set_send_drawing_mode (bool);
 
 protected:
        virtual void set_tooltip () = 0;
@@ -74,6 +75,8 @@ protected:
        boost::shared_ptr<ARDOUR::Panner> _panner;
        PannerPersistentTooltip _tooltip;
 
+       bool _send_mode;
+
 private:
        virtual PannerEditor* editor () = 0;
        PannerEditor* _editor;