use dedicated buffers for route (and track)
[ardour.git] / libs / ardour / ardour / meter.h
index 4ac140fd04d75661b66032811888283b5f8d4d78..a4ad8ecff466be7770f093303867c2b8537f31b9 100644 (file)
@@ -75,6 +75,9 @@ public:
        /** Compute peaks */
        void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, pframes_t nframes, bool);
 
+       void activate ()   { }
+       void deactivate () { }
+
        ChanCount input_streams () const { return current_meters; }
        ChanCount output_streams () const { return current_meters; }