Less weak plugin preset system (maybe AU preset stuff can use the 'normal' thing...
[ardour.git] / libs / ardour / ardour / meter.h
index e19c0a51ca33e95509b2219ddbf9b19b577368d8..112f306ccb98db6b74bbdaff70921b568f68ac92 100644 (file)
@@ -40,6 +40,7 @@ public:
        void reset ();
        void reset_max ();
        
+       bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const { return true; }
        bool configure_io (ChanCount in, ChanCount out);
        
        /** Compute peaks */