Use global clip level from prefs. Restore clip colour, \
[ardour.git] / gtk2_ardour / mono_panner.h
index 523f9731dee890140d1bad7207fb322c2380fe02..4d5f1ffec0a64b7f547aca9cd6313ae0fc987812 100644 (file)
@@ -60,7 +60,8 @@ class MonoPanner : public PannerInterface
        boost::shared_ptr<ARDOUR::PannerShell> _panner_shell;
        
         boost::shared_ptr<PBD::Controllable> position_control;
-        PBD::ScopedConnectionList connections;
+        PBD::ScopedConnectionList panvalue_connections;
+        PBD::ScopedConnectionList panshell_connections;
         int drag_start_x;
         int last_drag_x;
         double accumulated_delta;
@@ -81,11 +82,15 @@ class MonoPanner : public PannerInterface
 
        bool _dragging;
 
+       static Pango::AttrList panner_font_attributes;
+       static bool have_font;
+
         static ColorScheme colors;
         static void set_colors ();
         static bool have_colors;
        void color_handler ();
        void bypass_handler ();
+       void pannable_handler ();
 };
 
 #endif /* __gtk_ardour_mono_panner_h__ */