Sent precise transport information to LV2 plugins via events.
[ardour.git] / libs / ardour / ardour / meter.h
index e7317f854f221da212146849c212e52267e5e28a..773b04f38650ece90a569d8dd161f3872abe5ba9 100644 (file)
@@ -22,7 +22,6 @@
 #include <vector>
 #include "ardour/types.h"
 #include "ardour/processor.h"
-#include "pbd/signals.h"
 #include "pbd/fastlog.h"
 
 namespace ARDOUR {
@@ -53,7 +52,7 @@ public:
 
        bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const;
        bool configure_io (ChanCount in, ChanCount out);
-       
+
        /* special method for meter, to ensure that it can always handle the maximum
           number of streams in the route, no matter where we put it.
        */
@@ -90,7 +89,7 @@ public:
        }
 
        XMLNode& state (bool full);
-       
+
 private:
        friend class IO;
 
@@ -99,7 +98,7 @@ private:
         *  as it can be altered outside a ::configure_io by ::reflect_inputs.
         */
        ChanCount current_meters;
-       
+
        std::vector<float> _peak_power;
        std::vector<float> _visible_peak_power;
        std::vector<float> _max_peak_power;