add VU and IEC meter DSP (from jmeters)
[ardour.git] / gtk2_ardour / monitor_section.h
index f8a553b7e8d2b2f18907c6d14922c1b4a609e758..f7848a3f01261f384efa3e9b61eca03d33f2ce05 100644 (file)
@@ -59,6 +59,7 @@ class MonitorSection : public RouteUI
         Gtk::Table channel_table;
         Gtk::Table channel_table_header;
        Gtk::ScrolledWindow channel_table_scroller;
+       Gtk::Viewport channel_table_viewport;
        Glib::RefPtr<Gtk::SizeGroup> channel_size_group;
 
         struct ChannelButtonSet {
@@ -135,5 +136,7 @@ class MonitorSection : public RouteUI
         PBD::ScopedConnection config_connection;
         PBD::ScopedConnectionList control_connections;
 
+       bool _inhibit_solo_model_update;
+       
         void assign_controllables ();
 };