Move util functions into UIConfiguration as they depend on it anyway
[ardour.git] / gtk2_ardour / gain_meter.h
index 4c4b0735d35d76448e6bdad9a5e399c31001c726..0125c66b117f52a0f468e9a5c8a0d93a5f3d77e8 100644 (file)
@@ -76,6 +76,8 @@ class GainMeterBase : virtual public sigc::trackable, ARDOUR::SessionHandlePtr
        void update_gain_sensitive ();
        void update_meters ();
 
+       const ARDOUR::ChanCount meter_channels () const;
+
        void effective_gain_display ();
        void set_width (Width, int len=0);
        void set_meter_strip_name (const char * name);